SQL Guide : Database system tables and system views : System tables : SYS_DL_REPLICA_CONFIG
  
SYS_DL_REPLICA_CONFIG
This table contains the diskless 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
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.
See also
System tables