aiaiDBA

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

13718043309

010-86462881

ORA-32578: password for SYS already specified

ORA-32578: password for SYS already specified
Cause: A password for the SYS user was specified twice in the CREATE DATABASE statement.
Action: Re-issue the CREATE DATABASE statement with only one password for the SYS user.

请先 登录 后评论

1 个回答

小智
ORA-32578:SYS的密码已指定,
.原因:在CREATE DATABASE语句中指定了两次SYS用户的密码。,
.操作:对SYS用户只重新发出CREATE DATABASE语句一个密码。,
.
请先 登录 后评论