Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Stored objects compilation
Je ne connais pas cette commande.
Par contre tu peux te générer les commandes de compil' automatiquement :
select 'alter procedure '||object_name||' compile;' from user_objects
where object_type = 'PROCEDURE' and status='INVALID';
Et pareil pour les fonctions.
Yann Chevriaux a écrit :
> Hi.
> I've read in 'Oracle7 Server Release 7.3 Utilities' that some 'COMPILE ALL'
> command should exist.
> Well, I just need something like that to recompile over hundreds objects I
> got from an import.
>
> But I can't find any further doccumentation on such a command.
>
> Could any one help me?
>
> Many thanks
>
> Yann.
Received on Wed Dec 29 1999 - 06:35:35 CST
![]() |
![]() |