Error while executing stored procedure

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
svga
Participant
Posts: 73
Joined: Thu Aug 07, 2008 6:31 am
Location: Syracuse

Error while executing stored procedure

Post by svga »

Hi,

I'm getting the below error message while executing the stored procedure through Datastage. Please let me know the cause of the error. Thank you for the help....


Fatal Error: Fatal: ORA-06550: line 1, column 7: PLS-00201: identifier 'OSS_TEST.PR_PROC' must be declared ORA-06550: line 1, column 7: PL/SQL: Statement ignored

where OSS_TEST is schema & PR_PROC is procedure name
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

That's usually means a lack of execute grants for the connecting user.
-craig

"You can never have too many knives" -- Logan Nine Fingers
svga
Participant
Posts: 73
Joined: Thu Aug 07, 2008 6:31 am
Location: Syracuse

Post by svga »

Thank you for your response...
Post Reply