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


VIEW: SYS.CDB_LOGSTDBY_NOT_UNIQUE

Object Details
Object Name: CDB_LOGSTDBY_NOT_UNIQUE
Object Type: VIEW
Owner: SYS
Subobject Name:
Status: VALID

List of all the tables with out primary or unique key not null constraints in all containers

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (30)
Schema name of the non-unique table
TABLE_NAME VARCHAR2 (30)
Table name of the non-unique table
BAD_COLUMN VARCHAR2 (1)
Indicates that the table has a column not useful in the where clause
CON_ID NUMBER

container id
Query Text

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


SELECT OWNER
,      TABLE_NAME
,      BAD_COLUMN
,      CON_ID
FROM SYS.CDB_LOGSTDBY_NOT_UNIQUE;

Dependencies

[top of page]

SYS.CDB_LOGSTDBY_NOT_UNIQUE does not reference any database object

SYS.CDB_LOGSTDBY_NOT_UNIQUE is referenced by following:

SchemaPUBLIC
SynonymCDB_LOGSTDBY_NOT_UNIQUE