HOW DO YOU SELECT BODY OF A PACKAGE IN SQL *PLUS????
Printable View
HOW DO YOU SELECT BODY OF A PACKAGE IN SQL *PLUS????
What are you trying to do, Do you want to see the text of the body? If you do then type at the SQL prompt.
Select text from All_Source where name = 'PACKAGE NAME';
irehman
THANKS VERY MUCH FOR YOU HELP THAT DID HELPED