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


VIEW: SYS.DBA_LOGSTDBY_PARAMETERS

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

Miscellaneous options and settings for Logical Standby

[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
Query Text

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


SELECT NAME
,      VALUE
,      UNIT
,      SETTING
,      DYNAMIC
FROM SYS.DBA_LOGSTDBY_PARAMETERS;

Dependencies

[top of page]

SYS.DBA_LOGSTDBY_PARAMETERS references the following:

SYS.DBA_LOGSTDBY_PARAMETERS is referenced by following:

SchemaPUBLIC
SynonymDBA_LOGSTDBY_PARAMETERS
SchemaSYS
Package BodyDBMS_INTERNAL_LOGSTDBY - show dependent code