oracle - bulk compiling pl/sql procedures -


I have many packages that are needed to be compiled when I take it from production to production or when we Issue change request. / P>

Right now, we compile one package using Todd or sqldbx, there is no way that I can write a batch file with the sqlplus command so that I run all my packages in one go You can execute dbms_utility.compile_schema (user) such as * .sql

, wrong); To compile all invalid items at once in your schema.

You can read about that process in the document here:

Regards,
Rob.

Comments