`
yimosmile
  • 浏览: 12908 次
  • 性别: Icon_minigender_1
  • 来自: 北京
最近访客 更多访客>>
社区版块
存档分类

RemoteOperationException: ERROR: Wrong password for user

阅读更多
oracle10g RemoteOperationException: ERROR: Wrong password for user解决办法
2008-01-15 16:06
昨天刚装好了oracle10g却总是碰到RemoteOperationException: ERROR: Wrong password for user;
查了半天也没搞懂为什么,明明用户和密码是对的。后来看一位网友发的文章才明白是本地策略的问题。
现抄录下来供大家参考:

在OEM中有些操作需要输入操作系统的用户名密码才能继续下去,但是以前无论怎样输入,总是会返回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.
然后打开将administrator这个用户添加一下就ok了!

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics