Chinaunix首页 | 论坛 | 博客
  • 博客访问: 181986
  • 博文数量: 56
  • 博客积分: 2305
  • 博客等级: 大尉
  • 技术积分: 591
  • 用 户 组: 普通用户
  • 注册时间: 2010-05-13 10:42
文章分类

全部博文(56)

文章存档

2012年(3)

2011年(17)

2010年(36)

我的朋友

分类: LINUX

2011-04-14 11:04:02

错误代码:
 
[2011-04-13 19:18:21.015 00904 error 'App'] [Vdb::LockRepositoryHelper] SQLExecDirect failed: HY000:6550:ODBC error: (HY000) - [Oracle][ODBC][Ora]ORA-06550: line 1, column 203: PLS-00201: identifier 'DBMS_LOCK' must be declared ORA-06550: line 1, column 203: PL/SQL: Statement ignored ORA-06550: line 1, column 277: PLS-00201: identifier 'DBMS_LOCK' must be declared ORA-06550: line 1, column 260: PL/SQL: Statement ignored
[2011-04-13 19:18:21.015 00904 error 'App'] Unable to get exclusive access to VC repository.                           Please check if another VirtualCenter instance is                           running against the same database schema.
[2011-04-13 19:18:21.015 00904 error 'App'] [Vpxd::ServerApp::Init] Init failed: VpxdVdb::Init(VpxdVdb::GetVdb(), false, false) 
 
[What's the root cause?]
vpxadmin user do not have privilege on DBMS_LOCK
 
[What's the solution?]
GRANT EXECUTE ON SYS.DBMS_LOCK TO VPXADMIN;
 
阅读(1101) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~