aiaiDBA

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

13718043309

010-86462881

XOQ-01988: name conflict between string "string" and string "string"

XOQ-01988: name conflict between string "string" and string "string"
Cause: Two metadata objects with the same parent had the same name. This duplication was allowed in Oracle Database 10 Release 2 (10.2) and earlier, but it is not valid for metadata objects in Oracle Database 11 Release 1 (11.1) and later.
Action: Run DBMS_CUBE.INITIALIZE_CUBE_UPGRADE which will populate a table (default name CUBE_UPGRADE_INFO) with new names to resolve the conflicts.

请先 登录 后评论

1 个回答

小智
XOQ-01988:字符串 “ string ”和string “ string ” 之间的名称冲突,
.原因:两个具有相同父项的元数据对象具有相同的名称。在Oracle Database 10 Release 2(10.2)及更早版本中允许这种重复,但它对Oracle Database 11 Release 1(11.1)和更高版本中的元数据对象无效。,
.操作:运行DBMS_CUBE.INITIALIZE_CUBE_UPGRADE,它将使用新名称填充表(默认名称为CUBE_UPGRADE_INFO)以解决冲突。,
.
请先 登录 后评论