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


VIEW: SYS.CDB_PLSQL_TYPES

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

Description of all types in the database in all containers

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (30) Yes Owner of the type
TYPE_NAME VARCHAR2 (136)
Name of the type
PACKAGE_NAME VARCHAR2 (30) Yes Name of the package containing the type
TYPE_OID RAW (16) Yes Object identifier (OID) of the type
TYPECODE VARCHAR2 (58)
Typecode of the type
ATTRIBUTES NUMBER

Number of attributes in the type
CONTAINS_PLSQL VARCHAR2 (3)
Does the type contain plsql specific data types?
CON_ID NUMBER

container id
Query Text

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


SELECT OWNER
,      TYPE_NAME
,      PACKAGE_NAME
,      TYPE_OID
,      TYPECODE
,      ATTRIBUTES
,      CONTAINS_PLSQL
,      CON_ID
FROM SYS.CDB_PLSQL_TYPES;

Dependencies

[top of page]

SYS.CDB_PLSQL_TYPES does not reference any database object

SYS.CDB_PLSQL_TYPES is referenced by following:

SchemaPUBLIC
SynonymCDB_PLSQL_TYPES