i have procedure p1.and also i declare the same procedure in a package. whice one is efficient package procedure or procedure?
Answer Posted / kiran
Package is compiled once in the database and hence accessing
an object from a Package.procedure is more efficient than
Stored procedure as the object is Pinned to the DB unlike
the normal Stored procedure, again the core crux of the
project will make the choice.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
How to start your 10g xe server?
Please explain compound trigger in oracle?
How does Oracle guarantee data integrity of data changes?
How do I escape a reserved word in oracle?
How to create a stored function in oracle?
How to create a new tablespace in oracle?
How to select an oracle system id (sid)?
What is difference between truncate and delete?
How to check the oracle tns settings?
How to retrieve values from data fields in record variables?
How to create additional tablespaces for an new database?
How to use "in" parameter properly?
How to define an anonymous procedure with variables?
What happens to the current transaction if the session is ended?
How to define an explicit cursor in oracle?