Kbase P25284: Error 6483 during schema pull when permission is not sufficient
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  12/17/2008 |
|
Status: Verified
FACT(s) (Environment):
Oracle 9i
Progress 9.1x
Oracle DataServer
SYMPTOM(s):
Error 328 6483 received during schema pull
Can not perform schema pull
Progress Oracle dataserver 9.1D02 and later
System Error 6483: Please also verify you have SELECT privileges on the needed system tables and the proper version of ORACLE (7 or 8) was selected when the schema holder was created (328) (6483)
CAUSE:
The user that performs schema pull does not have sufficient privilege for system objects
FIX:
Grant the user sufficient privilege for schema pull. Specifically, grant select privilege for following system objects:
sys.argument$
sys.col$
sys.com$
sys.con$
sys.dual
sys.icol$
sys.ind$
sys.link$
sys.obj$
sys.procedure$
sys.seq$
sys.syn$
sys.tab$
sys.ts$
sys.user$
sys.view$