In packages the source code is compiled into p code ? how
do we describe the p code
Answer Posted / arup ratan banerjee
But Swapna,,,,
Those codes get stored in ALL_SOURCE tables...
Just check this query out...
Select * from ALL_SOURCE where owner='<OWNER_NAME>'
and type='PROCEDURE'
u WILL GET THE SOURCE CODE FROM HERE
Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
How does sql*loader handles newline characters in a record? : aql loader
What is a common use of group by in sql?
How many aggregate functions are available there in sql?
Why do we use partitions in sql?
How to connect a sql*plus session to an oracle server?
Explain lock escalation? : Transact sql
How to select the Nth maximum salary from Table Emp in Oracle SQL Plus ?
What if we write return in procedure?
What is string data type in sql?
What is db journal file?
What is an exception in PL/SQL? What are the two types of exceptions?
What does the hierarchical profiler does?
Can we use commit inside a trigger?
What is a database event trigger?
Why do we use joins in sql?