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


TABLE: ORDSYS.ORD_CARTRIDGE_COMPONENTS

Object Details
Object Name: ORD_CARTRIDGE_COMPONENTS
Object Type: TABLE
Owner: ORDSYS
Subobject Name:
Status: VALID

Storage Details
Tablespace: TablespaceSYSTEM
PCT Free: 10
PCT Used: 40
Primary Key: PK_ORD_CARTRIDGE_COMPONENTS
  1. ColumnSHORT_NAME
  2. ColumnOWNER
  3. ColumnCOMPONENT_NAME
  4. ColumnCOMPONENT_TYPE
Indexes
Index Type Uniqueness Tablespace Column
PK_ORD_CARTRIDGE_COMPONENTS NORMAL UNIQUE TablespaceSYSTEM ColumnSHORT_NAME
ColumnOWNER
ColumnCOMPONENT_NAME
ColumnCOMPONENT_TYPE
Foreign Keys
Table
Foreign Table Foreign Key Column
ORD_CARTRIDGE_COMPONENTS FK_ORD_CARTRIDGE_COMPONENTS TableORD_INSTALLATIONS ORD_CARTRIDGE_COMPONENTS SHORT_NAME
Columns
Name Datatype Length Mandatory Comments
SHORT_NAME VARCHAR2 (30) Yes
OWNER VARCHAR2 (30) Yes
COMPONENT_NAME VARCHAR2 (200) Yes
COMPONENT_TYPE VARCHAR2 (30) Yes
STATUS VARCHAR2 (10) Yes
DESCRIPTION VARCHAR2 (2000)
Query Text

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


SELECT SHORT_NAME
,      OWNER
,      COMPONENT_NAME
,      COMPONENT_TYPE
,      STATUS
,      DESCRIPTION
FROM ORDSYS.ORD_CARTRIDGE_COMPONENTS;

Dependencies

[top of page]

ORDSYS.ORD_CARTRIDGE_COMPONENTS does not reference any database object

ORDSYS.ORD_CARTRIDGE_COMPONENTS is referenced by following:

SchemaORDSYS
Package BodyCARTRIDGE - show dependent code