-
Expert Member
Procedure Problem
I created a procedure using TOAD with name CMSRPT_DIVISIONWISEBILL_INS. It was compiled succesfully. I tried to open the same procedure using SQL*PLUS. It is showing message can't find the file CMSRPT_DIVISIONWISEBILL_INS.sql. Do you want to create a new file?
But I have given the following command in SQL*PLUS
SELECT * FROM USER_OBJECTS
WHERE OBJECT_NAME='CMSRPT_DIVISIONWISEBILL_INS'
AND OBJECT_TYPE='PROCEDURE';
It is displaying the procedure details? Could you please suggest what might be the problem?
Regards
Krishna
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules