i have procedure p1.and also i declare the same procedure in a package. whice one is efficient package procedure or procedure?

Answers were Sorted based on User's Feedback



i have procedure p1.and also i declare the same procedure in a package. whice one is efficient packa..

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

i have procedure p1.and also i declare the same procedure in a package. whice one is efficient packa..

Answer / suresh babu

The procedure,which we defined with in package,will be very
powerful,once we call the package it will load all
procedures and functions dynamically.so we can access more
number of procedures with out calling again and again.

But we can't call multiple procedures in single time.If we
want to access multiple procedures,which we didn't defined
with in package,isn't possible.we can call those procedures
one by one.

So the procedure,which we defined with in package, is very
powerful than the procedure,which we didn't defined with in
package.

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More Oracle General Interview Questions

What are the different types of partitions in oracle?

0 Answers  


What is a directory object?

0 Answers  


What are the oracle built-in data types?

0 Answers  


what is the difference between no rows returned and null returned?

2 Answers  


How to create a stored function in oracle?

0 Answers  






What are the different editions of oracle?

0 Answers  


Difference between inner join vs where ?

0 Answers  


i have procedure p1.and also i declare the same procedure in a package. whice one is efficient package procedure or procedure?

2 Answers   Microsoft,


23. Display the client name for all clients who have placed an order where any order line has more than 3 items. Do not use a table join anywhere in your query.

3 Answers   Wipro,


What is cluster Key ?

3 Answers  


How we can able to import our own template (users designed MS-Word templates) which has many tabular columns; need to pass some values generate by Oracle-reports9i? Actually need to import more than 400 MS-Word templates into Oracle Reports-9i to minimize layout design in Reports.

0 Answers  


What is a package ? What are the advantages of package ?

0 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1789)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)