GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Oracle  >  Programmatic Constructs

 Print  |  
Question:  Which is better to use, procedures or packages? If a procedure within a package is called, will it load the entire package into memory? What is the best way to handle it?



September 09, 2007 11:16:42 #1
 Pallavi   Member Since: Visitor    Total Comments: N/A 

RE: Which is better to use, procedures or packages? I...
 
When a procedure within a package is called the entire package is loaded into the memory.
     

 

Back To Question