aiaiDBA

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

13718043309

010-86462881

PRCD-01119: Failed to create database {0} because the database unique name matches that of database {1} in the first 8 characters

PRCD-01119: Failed to create database {0} because the database unique name matches that of database {1} in the first 8 characters
Cause: The database unique name is not unique in the first 8 characters. It is a requirement because the name is used to generate ORACLE_SID.
Action: Ensure that the name supplied to either DBCA or srvctl during database creation is sufficiently unique, and retry the command.

请先 登录 后评论

1 个回答

小智
PRCD-01119:无法创建数据库{0},因为数据库唯一名称与前8个字符中的数据库{1}匹配,
.原因:数据库唯一名称在前8个字符中不唯一。这是一个要求,因为该名称用于生成ORACLE_SID。,
.操作:请确保在创建数据库期间提供给DBCA或srvctl的名称是足够的唯一性,然后重试该命令。,
.
请先 登录 后评论