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


VIEW: SYS.CDB_LOGSTDBY_PARAMETERS

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

Miscellaneous options and settings for Logical Standby in all containers

[View Source]

Columns
Name Datatype Length Mandatory Comments
NAME VARCHAR2 (64)
Name of the parameter
VALUE VARCHAR2 (2000)
Optional value of the parameter
UNIT VARCHAR2 (64)
Unit of the value, if applicable
SETTING VARCHAR2 (64)
Indicates if the parameter was set by the user or the system
DYNAMIC VARCHAR2 (64)
Indicates if the parameter can be set without having to stop SQL Apply
CON_ID NUMBER

container id
Query Text

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


SELECT NAME
,      VALUE
,      UNIT
,      SETTING
,      DYNAMIC
,      CON_ID
FROM SYS.CDB_LOGSTDBY_PARAMETERS;

Dependencies

[top of page]

SYS.CDB_LOGSTDBY_PARAMETERS does not reference any database object

SYS.CDB_LOGSTDBY_PARAMETERS is referenced by following:

SchemaPUBLIC
SynonymCDB_LOGSTDBY_PARAMETERS