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
What is dbo in sql?
how would you enter characters as hex numbers? : Sql dba
What is oracle sql called?
How do I view stored procedures?
What is the difference between unique and primary key constraints?
What is a call statement? Explain with an example.
Can we group by two columns in sql?
What are the possible values that can be stored in a boolean data field?
Define SQL and state the differences between SQL and other conventional programming Languages?
What is application trigger?
What is a data definition language?
What is difference between sql and mysql?
Is ms sql traffic encrypted?
Why is pl sql used?
What are inbuilt functions in sql?