aiaiDBA

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

13718043309

010-86462881

ORA-01994: GRANT failed: password file missing or disabled

ORA-01994: GRANT failed: password file missing or disabled
Cause: The operation failed either because the INIT.ORA parameter REMOTE_LOGIN_PASSWORDFILE was set to NONE or else because the password file was missing.
Action: Create the password file using the orapwd tool and set the INIT.ORA parameter REMOTE_LOGIN_PASSWORDFILE to EXCLUSIVE.

请先 登录 后评论

1 个回答

小智
ORA-01994:GRANT失败:密码文件丢失或禁用,
.原因:操作失败,因为INIT.ORA参数REMOTE_LOGIN_PASSWORDFILE设置为NONE,或者因为缺少密码文件。,
.操作:使用orapwd工具创建密码文件,并将INIT.ORA参数REMOTE_LOGIN_PASSWORDFILE设置为EXCLUSIVE。,
.
请先 登录 后评论