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
Which table is left in left join?
what is top in tsql? : Transact sql
Why join is faster than subquery?
1) Synonyms 2) Co-related Subquery 3) Different Jobs in Plsql 4) Explain Plan 5) Wrap 6) Query Optimization Technique 7) Bulk Collect 8) Types of index 9) IF primary key is created then the index created ? 10) Foreign Key 11) Exception Handling 12) Difference Between Delete and Trunc 13) Procedure Overloading 14) Grant Revoke 15) Procedure Argument types. 16) Functions. 17) Joins
What are aggregate functions in sql?
Explain architecture of sql server notification services?
When you have to use a default "rollback to" savepoint of plvlog?
what is sub-query? : Transact sql
Why triggers are used?
what are the advantages a stored procedure? : Sql dba
What are the qualities of 2nf?
What are the different sql languages?
How do I view a table in sql?
Mention what plvcmt and plvrb does in pl/sql?
What does the base_object_type column shows in the user.triggers data dictionary view?