Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Problem while compiling packages
> > news:37F63AB7.FA335F37_at_fundu.com...
> > > Hi guys,
> > > An additional thingthat I found. We had this problem when we
are running
> > > the database in the Archive Log mode. When we run it in the
noarchive
> > > mode, it seems to be fine. Any ideas wh it behaves like that in
Archivelog
> > > mode. If that is the normal behaviour, how does one makes updates
to
> > > packages in a production environment ?
> > >
Hi,
that worked for me on 8.0.4 (solaris, aix):
in a production environment, you can get the compilation order from user_dependencies. (slow query!!)
then: alter package ... compile; alter package compile body;
Sent via Deja.com http://www.deja.com/
Before you buy.
Received on Wed Oct 06 1999 - 05:00:54 CDT
![]() |
![]() |