|  
 SNAME
  | 
 
 VARCHAR2(30)
  | 
 
 NOT NULL
  | 
 
 The name of the replicated schema. This column is obsolete.  | 
|  
 MASTER
  | 
 
 VARCHAR2(1)
  | 
 
 -  | 
 
 Y indicates that the current site is a master site.  
N indicates the current site is a materialized view site.
  | 
|  
 STATUS
  | 
 
 VARCHAR2(9)
  | 
 
 -  | 
 
 Used at master sites only. Status can be: normal, quiescing, or quiesced.  | 
|  
 SCHEMA_COMMENT
  | 
 
 VARCHAR2(80)
  | 
 
 -  | 
 
 Any user-supplied comments.  | 
|  
 GNAME
  | 
 
 VARCHAR2(30)
  | 
 
 NOT NULL
  | 
 
 The name of the replication group.  | 
|  
 FNAME
  | 
 
 VARCHAR2(30)
  | 
 
 -  | 
 
 Flavor name.  | 
|  
 RPC_PROCESSING_DISABLED
  | 
 
 VARCHAR2(1)
  | 
 
 -  | 
 
 N indicates that this site can receive and apply deferred remote procedure calls (RPCs).  
Y indicates that this site cannot receive and apply deferred remote procedure calls (RPCs).
  | 
|  
 OWNER
  | 
 
 VARCHAR2(30)
  | 
 
 NOT NULL
  | 
 
 Owner of the replication group.  |