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

Showing Answers 1 - 1 of 1 Answers

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.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions