DBA Data[Home] [Help]

XDB.DBMS_RESCONFIG dependencies on XDB$STRING_LIST_T

Line 51: Function getResConfigPaths(respath IN VARCHAR2) return XDB$STRING_LIST_T;

47:
48: -- PARAMETERS:
49: -- respath - absolute path of the target resource.
50: ---------------------------------------------
51: Function getResConfigPaths(respath IN VARCHAR2) return XDB$STRING_LIST_T;
52:
53: ---------------------------------------------
54: -- PROCEDURE appendResConfig
55: -- Appends the resource configuration specified by rcpath to the target resource's configuration list if it is not already included in the list.

Line 114: Function getRepositoryResConfigPaths return XDB$STRING_LIST_T;

110:
111: -- Description:
112: -- Returns a list of resource configuration paths defined for the repository. Users must be able to access all the referenced resource configurations; otherwise, an error is returned.
113: ---------------------------------------------
114: Function getRepositoryResConfigPaths return XDB$STRING_LIST_T;
115:
116: ---------------------------------------------
117: -- PROCEDURE addRepositoryResConfig
118: