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


VIEW: SYS.DBA_PARTIAL_DROP_TABS

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

All tables with partially dropped columns in the database

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (128) Yes Owner of the table
TABLE_NAME VARCHAR2 (128) Yes Name of the table
Query Text

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


SELECT OWNER
,      TABLE_NAME
FROM SYS.DBA_PARTIAL_DROP_TABS;

Dependencies

[top of page]

SYS.DBA_PARTIAL_DROP_TABS references the following:

SchemaSYS
TableOBJ$
TableTAB$
TableUSER$
SYS.DBA_PARTIAL_DROP_TABS is referenced by following:

SchemaPUBLIC
SynonymDBA_PARTIAL_DROP_TABS