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


VIEW: SYS.CDB_JAVA_THROWS

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

list of exceptions thrown from methods of all java classes in all containers

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (30) Yes owner of the class
NAME VARCHAR2 (4000)
name of the class
METHOD_INDEX NUMBER

the index of the method throwing the exception
METHOD_NAME VARCHAR2 (4000)
the name of the method throwing the exception
EXCEPTION_INDEX NUMBER

the index of the exception
EXCEPTION_CLASS VARCHAR2 (4000)
the class of the exception
CON_ID NUMBER

container id
Query Text

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


SELECT OWNER
,      NAME
,      METHOD_INDEX
,      METHOD_NAME
,      EXCEPTION_INDEX
,      EXCEPTION_CLASS
,      CON_ID
FROM SYS.CDB_JAVA_THROWS;

Dependencies

[top of page]

SYS.CDB_JAVA_THROWS does not reference any database object

SYS.CDB_JAVA_THROWS is referenced by following:

SchemaPUBLIC
SynonymCDB_JAVA_THROWS