Skip to content

Instantly share code, notes, and snippets.

@icoxfog417
Created June 17, 2013 00:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save icoxfog417/5793956 to your computer and use it in GitHub Desktop.
Save icoxfog417/5793956 to your computer and use it in GitHub Desktop.
Compile All Objects In Oracle
begin
UTL_RECOMP.RECOMP_SERIAL('TARGET_SCHEMA_NAME'); --TARGET_SCHEMA_NAME is compile target schema name
end;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment