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


TABLE: SYSTEM.OL$NODES

Object Details
Object Name: OL$NODES
Object Type: TABLE
Owner: SYSTEM
Subobject Name:
Status: VALID

Temporary Table Details

SYSTEM.OL$NODES 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
Columns
Name Datatype Length Mandatory Comments
OL_NAME VARCHAR2 (128)
CATEGORY VARCHAR2 (128)
NODE_ID NUMBER

PARENT_ID NUMBER

NODE_TYPE NUMBER

NODE_TEXTLEN NUMBER

NODE_TEXTOFF NUMBER

NODE_NAME VARCHAR2 (64)
Query Text

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


SELECT OL_NAME
,      CATEGORY
,      NODE_ID
,      PARENT_ID
,      NODE_TYPE
,      NODE_TEXTLEN
,      NODE_TEXTOFF
,      NODE_NAME
FROM SYSTEM.OL$NODES;

Dependencies

[top of page]

SYSTEM.OL$NODES does not reference any database object

SYSTEM.OL$NODES is referenced by following:

SchemaPUBLIC
SynonymOL$NODES