|  
 SNAME
  | 
 
 VARCHAR2(30)
  | 
 
 NOT NULL
  | 
 
 The name of the replicated schema. This column is obsolete.  | 
|  
 PRIORITY_GROUP
  | 
 
 VARCHAR2(30)
  | 
 
 NOT NULL
  | 
 
 The name of the priority group or site priority group.  | 
|  
 PRIORITY
  | 
 
 NUMBER
  | 
 
 NOT NULL
  | 
 
 The priority level of the member. The highest number has the highest priority.  | 
|  
 DATA_TYPE
  | 
 
 VARCHAR2(9)
  | 
 
 -  | 
 
 The datatype of the values in the priority group.  | 
|  
 FIXED_DATA_LENGTH
  | 
 
 NUMBER(38)
  | 
 
 -  | 
 
 The maximum length of values of datatype CHAR.  | 
|  
 CHAR_VALUE
  | 
 
 CHAR(255)
  | 
 
 -  | 
 
 The value of the priority group member, if DATA_TYPE is CHAR.  | 
|  
 VARCHAR2_VALUE
  | 
 
 VARCHAR2(4000)
  | 
 
 -  | 
 
 The value of the priority group member, if DATA_TYPE is VARCHAR2.  | 
|  
 NUMBER_VALUE
  | 
 
 NUMBER
  | 
 
 -  | 
 
 The value of the priority group member, if DATA_TYPE is NUMBER.  | 
|  
 DATE_VALUE
  | 
 
 DATE
  | 
 
 -  | 
 
 The value of the priority group member, if DATA_TYPE is DATE.  | 
|  
 RAW_VALUE
  | 
 
 RAW(2000)
  | 
 
 -  | 
 
 The value of the priority group member, if DATA_TYPE is RAW.  | 
|  
 GNAME
  | 
 
 VARCHAR2(30)
  | 
 
 NOT NULL
  | 
 
 The name of the replication group.  | 
|  
 NCHAR_VALUE
  | 
 
 NCHAR(500)
  | 
 
 -  | 
 
 The value of the priority group member, if DATA_TYPE is NCHAR.  | 
|  
 NVARCHAR2_VALUE
  | 
 
 VARCHAR2(1000)
  | 
 
 -  | 
 
 The value of the priority group member, if DATA_TYPE is NVARCHAR2.  | 
|  
 LARGE_CHAR_VALUE
  | 
 
 CHAR(2000)
  | 
 
 -  | 
 
 The value of the priority group member, for blank-padded character strings over 255 characters.  |