DBA Data[Home] [Help]

SYS.DBMS_TSDP_MANAGE dependencies on XMLTYPE

Line 28: -- instance as XMLType.

24: discovery_source IN VARCHAR2,
25: force IN BOOLEAN DEFAULT FALSE);
26:
27: -- IMPORT_DISCOVERY_RESULT: Used to import Sensitive Columns for an ADM
28: -- instance as XMLType.
29: -- Parameters:
30: -- discovery_result - The list of sensitive columns, along with the optional
31: -- list of (the definitions of) the Sensitive Column Types
32: -- in XML format

Line 43: discovery_result IN XMLTYPE,

39: -- are overwritten with the attributes corresponding to this
40: -- import.
41:
42: PROCEDURE IMPORT_DISCOVERY_RESULT (
43: discovery_result IN XMLTYPE,
44: discovery_source IN VARCHAR2,
45: force IN BOOLEAN DEFAULT FALSE);
46:
47: -- REMOVE_DISCOVERY_RESULT: Used to remove Sensitive Columns corresponding to

Line 112: -- from a source as XMLType.

108: sensitive_types IN CLOB,
109: source IN VARCHAR2);
110:
111: -- IMPORT_SENSITIVE_TYPES : Used to import a list of Sensitive Column Types
112: -- from a source as XMLType.
113: -- Parameters:
114: -- sensitive_types - The list of Sensitive Column Types in XML Format.
115: -- source - The source of the import. The source identifies the list of
116: -- imported Sensitive Column Types. In case of ADM, this

Line 120: sensitive_types IN XMLTYPE,

116: -- imported Sensitive Column Types. In case of ADM, this
117: -- should be the ADM name.
118:
119: PROCEDURE IMPORT_SENSITIVE_TYPES (
120: sensitive_types IN XMLTYPE,
121: source IN VARCHAR2);
122:
123: -- ADD_SENSITIVE_TYPE : Used to create and add a Sensitive Column Type to the
124: -- list Sensitive Column Types in the database.