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


VIEW: SYS.CDB_INDEXTYPE_ARRAYTYPES

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

All array types specified by the indextype in all containers

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (30) Yes Owner of the indextype
INDEXTYPE_NAME VARCHAR2 (30) Yes Name of the indextype
BASE_TYPE_SCHEMA VARCHAR2 (30)
Name of the base type schema
BASE_TYPE_NAME VARCHAR2 (30)
Name of the base type name
BASE_TYPE VARCHAR2 (30)
Datatype of the base type
ARRAY_TYPE_SCHEMA VARCHAR2 (30) Yes Name of the array type schema
ARRAY_TYPE_NAME VARCHAR2 (30) Yes Name of the array type name
CON_ID NUMBER

container id
Query Text

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


SELECT OWNER
,      INDEXTYPE_NAME
,      BASE_TYPE_SCHEMA
,      BASE_TYPE_NAME
,      BASE_TYPE
,      ARRAY_TYPE_SCHEMA
,      ARRAY_TYPE_NAME
,      CON_ID
FROM SYS.CDB_INDEXTYPE_ARRAYTYPES;

Dependencies

[top of page]

SYS.CDB_INDEXTYPE_ARRAYTYPES does not reference any database object

SYS.CDB_INDEXTYPE_ARRAYTYPES is referenced by following:

SchemaPUBLIC
SynonymCDB_INDEXTYPE_ARRAYTYPES