aiaiDBA

加微信获取免费职业规划+学习资料,了解年薪50万的DBA是如何练成的

13718043309

010-86462881

EXP-00078: Error exporting metadata for index string. Index creation will be skipped

EXP-00078: Error exporting metadata for index string. Index creation will be skipped
Cause: Domain indexes export private metadata via anonymous PL/SQL blocks prior to the CREATE INDEX statement. Export does this by calling the ODCIIndexGetMetadata method on the implementation type associated with the index. A problem occurred inside this routine. Because the metadata is considered an integral part of the index, the CREATE INDEX statement was not written to the dump file.
Action: Contact the developer of the index's implementation type. If this is an Oracle-supplied index (perhaps via a data cartridge), contact Oracle Worldwide Support.

请先 登录 后评论

1 个回答

小智
EXP-00078:导出索引字符串的元数据时出错。将跳过索引创建,
.原因:域索引在CREATE INDEX语句之前通过匿名PL / SQL块导出专用元数据。Export通过对与索引相关联的实现类型调用ODCIIndexGetMetadata方法来完成此操作。此例程内发生问题。因为元数据被视为索引的组成部分,所以CREATE INDEX语句未写入转储文件。,
.操作:与开发人员联系索引的实现类型。如果这是Oracle提供的索引(可能通过数据盒式磁带),请联系Oracle全球支持。,
.
请先 登录 后评论