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


VIEW: SYS.DBA_GOLDENGATE_INBOUND

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

Details about the XStream inbound server

[View Source]

Columns
Name Datatype Length Mandatory Comments
REPLICAT_NAME VARCHAR2 (4000)
SERVER_NAME VARCHAR2 (128) Yes Name of the inbound server
APPLY_USER VARCHAR2 (128)
Name of the user who is applying the messages
USER_COMMENT VARCHAR2 (4000)
User comment
CREATE_DATE TIMESTAMP(6) (11)
Date when inbound server was created
STATUS VARCHAR2 (8)
Status of the apply process: DISABLED, ABORTED, DETACHED, ATTACHED
Query Text

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


SELECT REPLICAT_NAME
,      SERVER_NAME
,      APPLY_USER
,      USER_COMMENT
,      CREATE_DATE
,      STATUS
FROM SYS.DBA_GOLDENGATE_INBOUND;

Dependencies

[top of page]

SYS.DBA_GOLDENGATE_INBOUND references the following:

SchemaSYS
ViewDBA_APPLY
TableXSTREAM$_SERVER
SYS.DBA_GOLDENGATE_INBOUND is referenced by following:

SchemaPUBLIC
SynonymDBA_GOLDENGATE_INBOUND
SchemaSYS
ViewALL_GOLDENGATE_INBOUND