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


VIEW: SYS.DBA_APPLY_PARAMETERS

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

All parameters for apply process

[View Source]

Columns
Name Datatype Length Mandatory Comments
APPLY_NAME VARCHAR2 (128) Yes Name of the apply process
PARAMETER VARCHAR2 (128) Yes Name of the parameter
VALUE VARCHAR2 (4000)
Either the default value or the value set by the user for the parameter
SET_BY_USER VARCHAR2 (3)
YES if the value is set by the user, NO otherwise
Query Text

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


SELECT APPLY_NAME
,      PARAMETER
,      VALUE
,      SET_BY_USER
FROM SYS.DBA_APPLY_PARAMETERS;

Dependencies

[top of page]

SYS.DBA_APPLY_PARAMETERS references the following:

SchemaSYS
TableSTREAMS$_APPLY_PROCESS
TableSTREAMS$_PROCESS_PARAMS
SYS.DBA_APPLY_PARAMETERS is referenced by following:

SchemaPUBLIC
SynonymDBA_APPLY_PARAMETERS
SchemaSYS
ViewALL_APPLY_PARAMETERS
Package BodyDBMS_LOGREP_EXP - show dependent code