您好,欢迎访问一九零五行业门户网

Oracle 11.2.0.1执行数据泵导入导出操作,导入日志报ORA

http://resources.arcgis.com/zh-cn/content/kbase?fa=articleshowd=38470 arcsde版本:9.3.1和10 在oracle11.2.0.1数据库使用数据泵(expdp、impdp)进行数据导入导出,在导入(impdp)过程中在导入日志文件报 ora-39083: object type index failed to crea
http://resources.arcgis.com/zh-cn/content/kbase?fa=articleshow&d=38470
arcsde版本:9.3.1和10
在oracle11.2.0.1数据库使用数据泵(expdp、impdp)进行数据导入导出,在导入(impdp)过程中在导入日志文件报
ora-39083: object type index failed to create with error: ora-14102: only one logging or nologging clause may be specified
主要是执行下面的sql语句出错
create unique index . on . () pctfree 10 initrans 2 maxtrans 255 nologging nocompress logging storage( initial 393216 freelists 1 freelist groups 1) tablespace parallel 1 如果索引为压缩索引,那么在导入日志文件报如下错误:
ora-39083: object type index failed to create with error: ora-02158: invalid create index option failing sql is: create unique index . on . () pctfree 10 initrans 2 maxtrans 255 compute statistics compress 1 nocompress nologging tablespace processing object type table_export/table/index/statistics/index_statistics ora-39112: dependent object type index_statistics skipped, base object type . creation failed这是oracle11.2.0.1的问题
下载oracle的8795792补丁即可,补丁下载地址:https://support.oracle.com/csp/main/article?cmd=show&type=not&doctype=problem&id=1066635.1
作者在oracle11.1.0.6环境下进行数据泵的实验没有碰到类似问题
http://wenku.baidu.com/view/13dda98102d276a200292eea.html

其它类似信息

推荐信息