solidDB Help : solidDB reference : SQL: Database system tables and system views : System tables : SYS_DL_REPLICA_DEFAULT
  
SYS_DL_REPLICA_DEFAULT
The SYS_DL_REPLICA_DEFAULT table contains the diskless default configurations in the master database.
The columns in the SYS_DL_REPLICA_DEFAULT system table are described in the following table:
 
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.
Go up to
System tables