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