MySQL Forums
Forum List  »  Oracle

oracle error-
Posted by: RAKESH VERMA
Date: July 24, 2006 01:06AM

Hello,
I am presently facing some problem while working on a package which is oracle based.For processing the salary of my organisation,We have procedure for that in different stages.While processing,I ran the procedures successfully except the last one.While running the followin command,the system gave the message-
SQL> EXEC Prc_TrialProc ('None','NOV',2005,'S','D','NRS','DELH');
BEGIN Prc_TrialProc ('None','NOV',2005,'S','D','NRS','DELH'); END;

*
ERROR at line 1:
ORA-06550: line 1, column 7:
PLS-00201: identifier 'PRC_TRIALPROC' must be declared
ORA-06550: line 1, column 7:
PL/SQL: Statement ignored
Please examine the problem and suggest solution through my e-mail address.Thanks

Options: ReplyQuote


Subject
Views
Written By
Posted
oracle error-
2886
July 24, 2006 01:06AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.