In packages the source code is compiled into p code ? how
do we describe the p code

Answer Posted / swapna

After compiling procedures,functions and triggers(in new
versions only),Those will be stored in the form of p-code
(after parsing) in SGA(System Global Area).

The advantage of p-code is Since it was there in SGA which
can be shared by all,Whenever you execute procedure or
function,It won't be recompiled.It uses already compiled p-
code.So,time can be saved.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between the sql*loader and import utilities? : aql loader

758


How to add a column ‘salary’ to a table employee_details?

771


How to Execute a Package in PL/SQL.?

807


What is the difference between delete, truncate and drop command?

751


What is the difference between truncate and drop statements?

763






Which is better cte or subquery?

714


What are records give examples?

743


Is grant a ddl statement?

638


Is it mandatory for the primary key to be given a value when a new record is inserted?

931


What is sql dialect?

742


What is bitemporal narrowing?

1001


What are field types?

727


What is data type in database?

730


Is foreign key mandatory?

716


How do I create an index in word?

734