DBA Data[Home] [Help]

PACKAGE: SYS.DBMS_TYPE_UTILITY

Source


1 PACKAGE dbms_type_utility AS
2 
3   --
4   PROCEDURE Upgrade_All_Tables;
5   PROCEDURE Upgrade_All_Tables (ownername IN VARCHAR2);
6 
7   --
8   PROCEDURE Compile_All_Types;
9   PROCEDURE Compile_All_Types (ownername IN VARCHAR2);
10 
11   --
12   PROCEDURE Reset_All_Types;
13   PROCEDURE Reset_All_Types (ownername IN VARCHAR2);
14 
15   --
16   PROCEDURE Delete_Constructor_Keyword;
17 
18 END dbms_type_utility;