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


VIEW: SYS.USER_REPGROUP

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

Replication information about the current user

[View Source]

Columns
Name Datatype Length Mandatory Comments
SNAME VARCHAR2 (30) Yes OBSOLETE COLUMN: Name of the user
MASTER VARCHAR2 (1)
Is the site a master site
STATUS VARCHAR2 (9)
If site is master, the master's status
SCHEMA_COMMENT VARCHAR2 (80)
User description of the replicated object group
GNAME VARCHAR2 (30) Yes Name of the replicated object group
FNAME VARCHAR2 (30)
Flavor name
RPC_PROCESSING_DISABLED VARCHAR2 (1)
Whether this site disables processing of replication RPC
OWNER VARCHAR2 (128) Yes Owner of the replicated object group
Query Text

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


SELECT SNAME
,      MASTER
,      STATUS
,      SCHEMA_COMMENT
,      GNAME
,      FNAME
,      RPC_PROCESSING_DISABLED
,      OWNER
FROM SYS.USER_REPGROUP;

Dependencies

[top of page]

SYS.USER_REPGROUP references the following:

SchemaSYS
ViewREPCAT_REPCAT
TableUSER$
ViewUSER_USERS
PL/SQL PackageUTL_RAW - show dependent code
SYS.USER_REPGROUP is referenced by following:

SchemaPUBLIC
SynonymUSER_REPGROUP
SchemaSYS
ViewUSER_REPCAT