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


VIEW: SYS.SM$INTEGRITY_CONS

Object Details
Object Name: SM$INTEGRITY_CONS
Object Type: VIEW
Owner: SYS
Subobject Name:
Status: VALID

[View Source]

Columns
Name Datatype Length Mandatory Comments
TABLE_NAME VARCHAR2 (257)
CONSTRAINT_NAME VARCHAR2 (128) Yes
ENABLED VARCHAR2 (1)
Query Text

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


SELECT TABLE_NAME
,      CONSTRAINT_NAME
,      ENABLED
FROM SYS.SM$INTEGRITY_CONS;

Dependencies

[top of page]

SYS.SM$INTEGRITY_CONS references the following:

SchemaSYS
ViewDBA_CONSTRAINTS
FunctionGETLONG

SYS.SM$INTEGRITY_CONS is not referenced by any database object