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


VIEW: SYS.DBA_LOGSTDBY_PLSQL_MAP

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

PLSQL mapping from user invokable procedure to supp-log pragma-ed procedure

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (128) Yes Owner name of the procedure
PKG_NAME VARCHAR2 (128)
Package name of the user invokable procedure
PROC_NAME VARCHAR2 (128)
Procedure name of the user invokable procedure
INTERNAL_PKG_NAME VARCHAR2 (128)
Package name of the internal procedure
INTERNAL_PROC_NAME VARCHAR2 (128)
Procedure name of the internal procedure
Query Text

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


SELECT OWNER
,      PKG_NAME
,      PROC_NAME
,      INTERNAL_PKG_NAME
,      INTERNAL_PROC_NAME
FROM SYS.DBA_LOGSTDBY_PLSQL_MAP;

Dependencies

[top of page]

SYS.DBA_LOGSTDBY_PLSQL_MAP references the following:

SchemaSYSTEM
TableLOGSTDBY$SKIP_SUPPORT
SYS.DBA_LOGSTDBY_PLSQL_MAP is referenced by following:

SchemaPUBLIC
SynonymDBA_LOGSTDBY_PLSQL_MAP