aiaiDBA

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

13718043309

010-86462881

ORA-32580: both SYS and SYSTEM passwords must be provided

ORA-32580: both SYS and SYSTEM passwords must be provided
Cause: Passwords for both the SYS and SYSTEM users were not provided in the CREATE DATABASE statement. If one of the passwords was provided, then both should be provided.
Action: Re-issue the CREATE DATABASE statement with a password for both the SYS and SYSTEM users.

请先 登录 后评论

1 个回答

小智
ORA-32580:必须提供SYS和SYSTEM密码,
.原因:在CREATE DATABASE语句中未提供SYS和SYSTEM用户的密码。如果提供了其中一个密码,则应提供这两个密码。,
.操作:使用SYS和SYSTEM用户的密码重新发出CREATE DATABASE语句。,
.
请先 登录 后评论