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

全部博文(56)

文章存档

2012年(3)

2011年(17)

2010年(36)

我的朋友

分类: 系统运维

2010-05-14 13:03:43

Upgrade update manager gives error "no correct privileages"

When you upgrade Update Manager an error message during the database upgrade might appear
When you upgrade Update Manager, you have to upgrade the database. If you use an Oracle database and grant the user only the connect privilege, an error message for insufficient privileges is displayed. Even if you provide the user the execute on dbms_lock, create procedure, create sequence, create table, create any sequence, and the create any table privileges, the database upgrade fails.

Workaround: Grant the following set of privileges to the Update Manager database user:
connect
execute on dbms_lock
create view
create procedure
create table
create sequence
create any sequence
create any table
create type
unlimited tablespace

e.g.

grant create all table to vpxadmin;

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