SQL Guide : Database system tables and system views : System tables : SYS_DL_REPLICA_DEFAULT
  
SYS_DL_REPLICA_DEFAULT
This table contains the diskless default configurations in the master. This table is intended for updates only through the soldlsetup command. Users should not modify this table directly. Doing so can have adverse repercussions.
Column name
Data type
Description
REPLICA_NAME
VARCHAR(254)
NOT NULL PRIMARY KEY
The name of the replica.
INI_CFG
VARCHAR(254) REFERENCE SYS_DL_REPLICA_CONFIG(CFG_NAME)
The name of the replica configuration file.
LIC_CFG
VARCHAR(254) REFERENCE SYS_DL_REPLICA_CONFIG(CFG_NAME)
The name of the replica license file.
SCHEMA_CFG
VARCHAR(254) REFERENCE SYS_DL_REPLICA_CONFIG(CFG_NAME)
The name of the replica schema.
See also
System tables