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


Please Help Members By Posting Answers For Below Questions

what is row? : Sql dba

700


Name three sql operations that perform a sort.

580


What is a primary key example?

509


what is the difference between truncate and delete statement? : Transact sql

536


What is pl sql record in oracle?

560






How many times can we commit in a loop?

564


Why is sql better than hql?

500


Is left join inner or outer?

580


Why do we need unique key in a table?

521


Define commit, rollback and savepoint?

569


ERROR:Insert or update on table"accnt" violates foreign key constraints "acct_to_curr_symbol" DETAILS:KEY(accnt_curr_id)(-2)is not present in the table "curr_symbol" ......solve The Problem..

2000


what are the type of locks ? : Sql dba

523


What mean sql?

576


How do I run sql profiler?

577


what is user defined functions? : Sql dba

543