DBA Data[Home] [Help]

XDB.DBMS_XDB_CONFIG dependencies on XMLTYPE

Line 33: FUNCTION usedport RETURN sys.xmltype;

29: -- PROCEDURE - usedport
30: -- return the protocol port numbers of all pdbs
31: -- PARAMETERS -
32: ---------------------------------------------
33: FUNCTION usedport RETURN sys.xmltype;
34:
35: ---------------------------------------------
36: -- PROCEDURE - setFTPPort
37: -- sets the FTP port to new value

Line 170: -- XMLType for xdb configuration

166: ---------------------------------------------
167: -- FUNCTION - get
168: -- retrieves the xdb configuration
169: -- RETURNS -
170: -- XMLType for xdb configuration
171: ---------------------------------------------
172: FUNCTION cfg_get RETURN sys.xmltype;
173:
174: ---------------------------------------------

Line 172: FUNCTION cfg_get RETURN sys.xmltype;

168: -- retrieves the xdb configuration
169: -- RETURNS -
170: -- XMLType for xdb configuration
171: ---------------------------------------------
172: FUNCTION cfg_get RETURN sys.xmltype;
173:
174: ---------------------------------------------
175: -- PROCEDURE - update
176: -- Updates the xdb configuration with the input xmltype document

Line 176: -- Updates the xdb configuration with the input xmltype document

172: FUNCTION cfg_get RETURN sys.xmltype;
173:
174: ---------------------------------------------
175: -- PROCEDURE - update
176: -- Updates the xdb configuration with the input xmltype document
177: -- PARAMETERS -
178: -- xdbconfig
179: --- XMLType for xdb configuration
180: --------------------------------------------

Line 179: --- XMLType for xdb configuration

175: -- PROCEDURE - update
176: -- Updates the xdb configuration with the input xmltype document
177: -- PARAMETERS -
178: -- xdbconfig
179: --- XMLType for xdb configuration
180: --------------------------------------------
181: PROCEDURE cfg_update(xdbconfig IN sys.xmltype);
182:
183: -----------------------------------------------------------

Line 181: PROCEDURE cfg_update(xdbconfig IN sys.xmltype);

177: -- PARAMETERS -
178: -- xdbconfig
179: --- XMLType for xdb configuration
180: --------------------------------------------
181: PROCEDURE cfg_update(xdbconfig IN sys.xmltype);
182:
183: -----------------------------------------------------------
184: -- XDB Config Update APIs
185: -- PROCEDURE ADDMIMEMAPPING Add a mime mapping