Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

deploying pl/sql-package to a 7x24h producition environment

mbispingMay 2 2008 — edited May 2 2008
Hello,
in our Oracle-database (9.2.0) we are using self-written plsql-packages with dependencies to each other (for example: package pkg_a calls function pkg_b.fct_b()...).

If we install a newer version of the packages, the application fails with an error "...package has been discarded...".

As our application has to work 24 hours 7 days a week how can one avoid this error?

I know about compiling the package-body only but what if I have to add new functions/procedures to the specification?
In this case I have to compile whole the specification and the body and the package state will be changed.


Tank you for your answers.

Regards
Marc Bisping
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 30 2008
Added on May 2 2008
3 comments
465 views