Chinaunix首页 | 论坛 | 博客
  • 博客访问: 242390
  • 博文数量: 49
  • 博客积分: 2010
  • 博客等级: 大尉
  • 技术积分: 985
  • 用 户 组: 普通用户
  • 注册时间: 2008-03-03 15:42
文章存档

2011年(1)

2009年(1)

2008年(47)

我的朋友
最近访客

分类: Oracle

2008-08-13 10:58:15

oracle 10g OEM中有些操作需要输入操作系统的用户名密码才能继续下去,但是无论怎样输入,总是会返回RemoteOperationException: ERROR: Wrong password for user.(错误的用户名密码)的错误。
解决的方法就是在用户策略里面将你需要使用的用户授予作为批处理作业登陆的权限。
1. 开始=> 程序 => 管理工具=> 本地安全策略 (或者 开始=> 设置 => 控制面板=> 管理工具) 打开控制面板中的管理工具中的本地安全策略
2. Under Local Policies on the left, select User Rights Assignment folder
然后是本地策略-用户权限分配
3. . 然后找到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了!

阅读(865) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~