General Information
Library Note
Morgan's Library Page Header
ACE Director Alum Daniel Morgan, founder of Morgan's Library, is scheduling
complimentary technical Workshops on Database Security for the first 30
Oracle Database customers located anywhere in North America, EMEA, LATAM, or
APAC that send an email to
asra_us@oracle.com . Request a Workshop for
your organization today.
Purpose
Undocumented
AUTHID
CURRENT_USER
Data Types
SUBTYPE resid_type is RAW(16);
TYPE resid_list_type is VARRAY(1000) of RAW(16);
Dependencies
DBMS_XDB_VERSION_LIB
XMLTYPE
Documented
No
First Available
Not known
Security Model
Owned by XDB with EXECUTE granted to PUBLIC
Source
{ORACLE_HOME}/rdbms/admin/dbmsxvr.sql
Subprograms
CHECKIN
Undocumented
dbms_xdb_version.checkin(pathname IN VARCHAR2) RETURN RAW;
TBD
CHECKIN_INT
Undocumented
dbms_xdb_version.checkin_int(
pathname IN VARCHAR2,
resid OUT RAW);
PRAGMA SUPPLEMENTAL_LOG_DATA(checkin_int, AUTO);
TBD
CHECKOUT
Undocumented
dbms_xdb_version.checkout(pathname IN VARCHAR2);
PRAGMA SUPPLEMENTAL_LOG_DATA(checkout, AUTO);
TBD
GETCONTENTSBLOBBYRESID
Undocumented
dbms_xdb_version.getContentsBLOBByResID(resid IN RAW) RETURN BLOB;
TBD
GETCONTENTSCLOBBYRESID
Undocumented
dbms_xdb_version.getContentsCLOBByResId(resid IN RAW) RETURN CLOB;
TBD
GETCONTENTSXMLBYRESID
Undocumented
dbms_xdb_version.getContentsXMLByResID(resid IN RAW) RETURN public.XMLTYPE;
TBD
GETPREDECESSORS
Undocumented
dbms_xdb_version.getPredecessors(pathname IN VARCHAR2)
RETURN xdb.dbms_xdb_version.resid_list_type;
TBD
GETPREDSBYRESID
Undocumented
dbms_xdb_version.getPredsByResID(resid IN RAW)
RETURN xdb.dbms_xdb_version.resid_list_type;
TBD
GETRESOURCEBYRESID
Undocumented
dbms_xdb_version.getResourceByResID(resid IN RAW) RETURN public.XMLTYPE;
TBD
GETSUCCESSORS
Undocumented
dbms_xdb_version.getSuccessors(pathname IN VARCHAR2)
RETURN xdb.dbms_xdb_version.resid_list_type;
TBD
GETSUCCSBYRESID
Undocumented
dbms_xdb_version.getSuccsByResId(resid resid_type) RETURN resid_list_type;
TBD
ISCHECKEDOUT
Undocumented
dbms_xdb_version.isCheckedOut(pathname VARCHAR2) RETURN BOOLEAN;
TBD
MAKEVERSIONED
Undocumented
dbms_xdb_version.makeVersioned(pathname VARCHAR2) RETURN resid_type;
TBD
MAKEVERSIONED_INT
Undocumented
dbms_xdb_version.makeVersioned_int(
pathname IN VARCHAR2,
resid OUT resid_type);
PRAGMA SUPPLEMENTAL_LOG_DATA(makeversioned_int, AUTO);
TBD
UNCHECKOUT
Undocumented
dbms_xdb_version.unCheckOut(athname VARCHAR2) RETURN resid_type;
TBD
UNCHECKOUT_INT
Undocumented
dbms_xdb_version.unCheckOut_Int(
pathname IN VARCHAR2,
resid OUT resid_type);
PRAGMA SUPPLEMENTAL_LOG_DATA(uncheckout_int, AUTO);
TBD