DBA Data[Home] [Help] [Dependency Information]


TABLE: ORDDATA.ORDDCM_DOCS_TMP

Object Details
Object Name: ORDDCM_DOCS_TMP
Object Type: TABLE
Owner: ORDDATA
Subobject Name:
Status: VALID

Temporary Table Details

ORDDATA.ORDDCM_DOCS_TMP is a global temporary table. The current session is able see data that it placed in the table but other sessions cannot. Data in the table is temporary. It has a data duration of SYS$SESSION. Data is removed at the end of this period.

Storage Details
Tablespace: Tablespace
PCT Free: 10
PCT Used: 40
Indexes
Index Type Uniqueness Tablespace Column
SYS_IL0000616580C00005$$ LOB UNIQUE TablespaceSYSTEM
ORDDCM_DOCS_GT_IDX1 NORMAL NONUNIQUE Tablespace ColumnDOC_ID
ORDDCM_DOCS_GT_IDX2 NORMAL NONUNIQUE Tablespace ColumnDOC_TYPE_ID
ORDDCM_DOCS_GT_IDX3 NORMAL NONUNIQUE Tablespace ColumnORACLE_INSTALL
Columns
Name Datatype Length Mandatory Comments
DOC_ID NUMBER
Yes
DOC_NAME VARCHAR2 (100) Yes
DOC_TYPE_ID NUMBER
Yes
DOC_CONTENT XMLTYPE (2000) Yes
ORACLE_INSTALL NUMBER (1) Yes
CREATE_DATE DATE
Yes
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT DOC_ID
,      DOC_NAME
,      DOC_TYPE_ID
,      DOC_CONTENT
,      ORACLE_INSTALL
,      CREATE_DATE
FROM ORDDATA.ORDDCM_DOCS_TMP;

Dependencies

[top of page]

ORDDATA.ORDDCM_DOCS_TMP references the following:

SchemaSYS
PL/SQL PackageSTANDARD - show dependent code
TYPEXMLTYPE
ORDDATA.ORDDCM_DOCS_TMP is referenced by following:

SchemaORDDATA
ViewORDDCM_DOCS_USR
ViewORDDCM_DOCUMENTS
SchemaORDSYS
Package BodyORD_DICOM_ADMIN_PRV - show dependent code