aiaiDBA

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

13718043309

010-86462881

PCC-02380: Cannot specify a connect mode when altering a user password

PCC-02380: Cannot specify a connect mode when altering a user password
Cause: An attempt was made to connect in either SYSOPER or SYSDBA mode while at the same time trying to change passwords using the ALTER AUTHORIZATION clause in the same CONNECT statement.
Action: Changing passwords while connecting in SYSOPER or SYSDBA mode is prohibited. Rewrite the connect statement by either removing the ALTER AUTHORIZATION cluase or the CONNECT MODE clause.

请先 登录 后评论

1 个回答

小智
PCC-02380:更改用户密码时不能指定连接模式,
.原因:尝试在SYSOPER或SYSDBA模式下连接,同时尝试使用同一CONNECT语句中的ALTER AUTHORIZATION子句更改密码。,
.操作:禁止在SYSOPER或SYSDBA模式下更改密码。通过删除ALTER AUTHORIZATION分支或CONNECT MODE子句重写connect语句。,
.
请先 登录 后评论