Oracle database access

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
parameswar
Premium Member
Premium Member
Posts: 66
Joined: Sun Apr 08, 2007 12:34 pm

Oracle database access

Post by parameswar »

Hi,

can someone help in resolving the following error.

Oracle_Enterprise_0: APT_OraInstanceSet::opsInstalled(): prepare failed for query `select count(*) from sys.gv_$instance
';
please have the DBA run the following command: grant select on sys.gv_$instance to public.


I am getting this error while extracting data from oracle using oracle enterprise stage.
From the error itself i come to know that select priveleges is required on sys.gv_$instance. But customer is not giving this privileges due to security reason. Please help me to give a valid reason for this priveleges.

Thanks,
Param
keshav0307
Premium Member
Premium Member
Posts: 783
Joined: Mon Jan 16, 2006 10:17 pm
Location: Sydney, Australia

Post by keshav0307 »

the database user do not sufficient access to some sys tables, read the datastage manual( for oracle stage) for the list of sys tables, the user will need access.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Conversation migrated to the other post on this subject.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply