solidDB Help : solidDB reference : SQL: Database system tables and system views : System tables : SYS_DL_REPLICA_CONFIG
  
SYS_DL_REPLICA_CONFIG
The SYS_DL_REPLICA_CONFIG table contains the diskless configurations in the master.
The columns in the SYS_DL_REPLICA_CONFIG system table are described in the following table:
 
Column name
Data type
Description
CFG_NAME
WVARCHAR (254) PRIMARY KEY NOT NULL
The name of the diskless replica configuration.
INI_FILE
LONG WVARCHAR
The name of the replica configuration file. The solid.ini file contents are inserted into this column as a blob.
LIC_FILE
LONG WVARCHAR
The name of the replica license file. The solid.lic file contents are inserted into this column as a blob.
SCHEMA_FILE
LONG WVARCHAR
The name of the replica schema. The schema file contents are inserted into this column as a blob.
Go up to
System tables