RemoteOperationException: ERROR: Wrong password for user
在dbconsole中进行一些关键的操作时,会要求你输入主机名密码数据库具有sysdba权限的用户名密码,输入以后点击下一步会发现报" RemoteOperationException: ERROR: Wrong password for user" 这个错误。
解决的方法就是在用户策略里面将你需要使用的用户授予Logon as a Batch Job的权限:
1. Click on START => Programs => Administrative Tools => Local Security Policy (or also via START => Settings => Control Panel => Administrative Tools)打开控制面板中的管理工具中的本地安全策略
2. Under Local Policies on the left, select User Rights Assignment folder然后是本地策略-用户权限分配
3. Look at the right side of the window and scroll down to the " Logon as Batch Job" privilege and select it.然后找到Logon as a Batch Job(作为批处理作业登陆)这一项
4. Either select Action from the menu bar then Security or right-click on the " Logon as a Batch Job" privilege then Security.
5. Select the Add button which evokes a Select Users/Groups box.
6. From the " Look In" field, select the local workstation/server.
7. Select the User administrator.
8. Select Add then OK.
问题解决!
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/23190213/viewspace-661585/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/23190213/viewspace-661585/