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


TABLE: DVSYS.RULE$

Object Details
Object Name: RULE$
Object Type: TABLE
Owner: DVSYS
Subobject Name:
Status: VALID

Storage Details
Tablespace: TablespaceSYSAUX
PCT Free: 10
PCT Used:
Primary Key: RULE$_PK1
  1. ColumnID#
Indexes
Index Type Uniqueness Tablespace Column
RULE$_PK1 NORMAL UNIQUE TablespaceSYSAUX ColumnID#
Foreign Keys
Table
Foreign Table Foreign Key Column
TableRULE_SET_RULE$ RULE_SET_RULE$_FK1 RULE$ RULE_SET_RULE$ RULE_ID#
Columns
Name Datatype Length Mandatory Comments
ID# NUMBER
Yes
RULE_EXPR VARCHAR2 (1024) Yes
VERSION NUMBER

CREATED_BY VARCHAR2 (128)
CREATE_DATE DATE

UPDATED_BY VARCHAR2 (128)
UPDATE_DATE DATE

Query Text

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


SELECT ID#
,      RULE_EXPR
,      VERSION
,      CREATED_BY
,      CREATE_DATE
,      UPDATED_BY
,      UPDATE_DATE
FROM DVSYS.RULE$;

Dependencies

[top of page]

DVSYS.RULE$ does not reference any database object

DVSYS.RULE$ is referenced by following:

SchemaDVSYS
ViewDBA_DV_RULE
Package BodyDBMS_MACADM - show dependent code
ViewDV$RULE
ViewKU$_DV_RULE_SET_MEMBER_VIEW
ViewKU$_DV_RULE_VIEW