C.4 DBMS_DDLThe DBMS_DDL package provides access to some of the SQL DDL statements from within stored procedures. C.4.1 The ALTER_COMPILE procedureThe ALTER_COMPILE procedure can be used to programmatically force a recompile of a stored object. The specification is:
C.4.2 The ANALYZE_OBJECT procedureA call to ANALYZE_OBJECT lets you programmatically compute statistics for the specified object. The specification is:
Copyright (c) 2000 O'Reilly & Associates. All rights reserved. |
|