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
What is the difference between inner join and left join?
What is application trigger?
What is record type in pl sql?
What is the difference between delete and truncate statement in sql?
What is an inconsistent dependency?
What are field types?
Which operator is used in query for pattern matching?
What are aggregate and scalar functions?
What are keys in sql?
Explain the difference between rename and alias?
What is execution plan in sql?
What are the types of optimization?
List the ways to get the count of records in a table?
Is trigger a stored procedure?
What are sql queries used for?