ITPub博客

首页 > Linux操作系统 > Linux操作系统 > oracle 10g OEM 返回RemoteOperationException: ERROR: Wrong password for user

oracle 10g OEM 返回RemoteOperationException: ERROR: Wrong password for user

原创 Linux操作系统 作者:serapy 时间:2011-03-30 13:26:53 0 删除 编辑

      在oracle 10g 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了!

来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/14766028/viewspace-691297/,如需转载,请注明出处,否则将追究法律责任。

上一篇: OFA
请登录后发表评论 登录
全部评论

注册时间:2008-10-26

  • 博文量
    38
  • 访问量
    175284