ORA-12086: table “string”.”string” is not an object table
Cause: The CREATE MATERIALIZED VIEW LOG command was issued with the WITH OBJECT ID option and the master table is not an object table.
Action: Either specify the name of an object table, or remove the WITH OBJECT ID clause.
ORA-12086: table “string”.”string” is not an object table 错误表示指定的表不是一个对象表,即表未执行 CREATE TABLE 语句时增加 OBJECT 段或者表不是一个嵌入式式或者全局式对象类型。
ORA-12086 表 “string”.”string” 不是对象表
此错误消息指示未对指定的表执行 CREATE TABLE 语句时增加 OBJECT 段,或者指定的表不是嵌入式或全局式对象类型。
ORA-12086 常常会出现在当错误地使用 OCI 函数或 PL/SQL 语句将表当成一个对象表时。
解决 ORA-12086: table “string”.”string” is not an object table 错误的最佳方式是,创建指定的表,并通过增加 OBJECT 段来指定该表为对象表。
本文标签:table ORA-12086 #8220string #8221. #8221string #8221 is not an object
原文链接:
版权说明: 本文由作者上传,本站仅提供存储服务,转载请注明原文链接