Kbase P42612: Getting error: **no privileges on table 'SYSTEM'
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  9/16/2003 |
|
Status: Unverified
FACT(s) (Environment):
Oracle
FACT(s) (Environment):
Oracle DataServer
SYMPTOM(s):
Can not run ProtoORA
Getting errors during the Progress to ORACLE migration
Getting error: **no privileges on table 'SYSTEM'
Following permissions granted to user:
grant create role to <user>;
grant create view to <user>;
grant create table to <user>;
grant create session to <user>;
grant create synonym to <user>;
grant create trigger to <user>;
grant create sequence to <user>;
grant create procedure to <user>;
grant drop public synonym to <user>;
grant create database link to <user>;
grant create public synonym to <user>;
grant select any table to <user>;
CAUSE:
The exact cause is unknown at the time of this writing
FIX:
Grant dba to <user>