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 difference between function and trigger?

719


what is commit? : Sql dba

817


Is natural join and inner join same?

654


What are the syntax and use of the coalesce function?

775


Why join is faster than subquery?

792






What is character functions?

745


In what condition is it good to disable a trigger?

743


Write the command to remove all players named sachin from the players table.

922


What is sql exception?

705


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..

2178


What are tables and fields?

762


Do triggers have restrictions on the usage of large datatypes, such as long and long raw?

892


How many row comparison operators are used while working with a subquery?

754


how mysql optimizes distinct? : Sql dba

730


what is single byte over head in oracle..?

2091