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


VIEW: SYS.CDB_LOGSTDBY_PLSQL_SUPPORT

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

PLSQL packages registered with logical standby in all containers

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (128) Yes Owner name of the package
PKG_NAME VARCHAR2 (128)
Package name of the user invokable procedure
SUPPORT_LEVEL VARCHAR2 (12)
Logical standby PLSQL support level for the package
CON_ID NUMBER

container id
Query Text

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


SELECT OWNER
,      PKG_NAME
,      SUPPORT_LEVEL
,      CON_ID
FROM SYS.CDB_LOGSTDBY_PLSQL_SUPPORT;

Dependencies

[top of page]

SYS.CDB_LOGSTDBY_PLSQL_SUPPORT does not reference any database object

SYS.CDB_LOGSTDBY_PLSQL_SUPPORT is referenced by following:

SchemaPUBLIC
SynonymCDB_LOGSTDBY_PLSQL_SUPPORT