In packages the source code is compiled into p code ? how
do we describe the p code
Answer Posted / srinu
Yes u r correct Swapna,But if we want 2 get the source code
of stored procedure,function,trigger or package ten the
query is......
SELECT text
FROM USER_SOURCE
WHERE NAME='PROCEDURE_NAME/FUNCTION_NAME/TRIGGER_NAME';
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How do I remove sql developer from windows 10?
Can we enter data in a table in design view?
What is out parameter used for eventhough return statement can also be used in pl/sql?
Explain two easy sql optimizations.
What is clause?
What are the types of index in sql?
What is the clause we need to add in function body to return variable?
What is a constraint?
Can a foreign key have a different name?
How many types of primary keys are there?
What is trigger and how to use it in sql?
What does select count (*) mean in sql?
Could you please provide oca (oracle 10g) dumps for my certification ?
Is sql sequential or random?
Where can I learn sql for free?