DBMS_UTILITY.COMPILE_SCHEMA

tsinglee發表於2008-03-28

The COMPILE_SCHEMA procedure in the DBMS_UTILITY package compiles all procedures, functions, packages, and triggers in the specified schema. The example below shows how it is called from SQL*Plus:

EXEC DBMS_UTILITY.compile_schema(schema => 'SCOTT');

[@more@]

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/10599713/viewspace-1001611/,如需轉載,請註明出處,否則將追究法律責任。