Monday, 13 May 2013

script to compile all invalid objects in APPS Schema

/* script to compile all invalid objects in APPS Schema */

* Pls login through APPS schema and run the below script


begin
dbms_utility.compile_schema('APPS');
end;

No comments:

Post a Comment