Oracle DBMS_CSX_INT2
Version 26ai

General Information
Library Note Morgan's Library Page Header
The best Oracle News for FY2026

Oracle Database 26ai is now availble. If you haven't you downloaded already: Why?
Purpose Undocumented but appears related to Transportable Tablespaces for tablespaces containing binary XML data.
AUTHID DEFINER
Dependencies
DBMS_XDB_LIB    
Documented No
First Available 12.2
Security Model Owned by XDB with EXECUTE granted to PUBLIC
Source {ORACLE_HOME}/rdbms/admin/prvtxdb0.plb
Subprograms
 
GETDEFAULTGUID
Returns a GUID for transportable tablespaces dbms_csx_int2.getDefaultGUID RETURN RAW;
SELECT dbms_csx_int2.getDefaultGUID;

GETDEFAULTGUID
-------------------------------
F7CCAF89AF7AFE90531C284664A10E
 
GETTABLEGUID
Returns a GUID for a named table ... at least in theory as the example at right returns NULL dbms_csx_int2.getTableGUID(
owner_in      IN VARCHAR2,
table_name_in IN VARCHAR2)
RETURN RAW;
SELECT dbms_csx_int2.getTableGUID('SCOTT', 'EMP');

DBMS_CSX_INT2.GETTABLEGUID('SCOTT', 'EMP')
-------------------------------------------
 

Related Topics
Built-in Functions
Built-in Packages
DBMS_CSX_ADMIN
DBMS_CSX_ADMIN
DBMS_CSX_INT
What's New In 21c
What's New In 26ai

Morgan's Library Page Footer
This site is maintained by Daniel Morgan. Last Updated: This site is protected by copyright and trademark laws under U.S. and International law. © 1998-2026 Daniel A. Morgan All Rights Reserved