D.4.3.1 Data Ingest Properties Configuration File
The following table describes the parameters for the DataIngest.properties configuration file.
Table D-13 Data Ingest Properties
Property Name | Description | Example |
---|---|---|
DB.Connection.Instance | Database instance to connect to on the database servers. Typically, the instance name matches the database name portion of the DB.Connection.URL. | D1O9L2 |
DB.Connection.User | Database user name that Java ingestion components uses when connecting to the database. The database user must have been assigned the appropriate privileges that Data Management requires for interacting with the database. | ATOMIC |
DB.Connection.Password | Password that Java Ingestion components use when connecting with the database. This is set by the Password Manager Utility. | |
DB.Type | The type of database being used. | Oracle |
MANTAS.DBSchema | Schema name for the ATOMIC database schema. Data Management accesses the ATOMIC schema when allocating sequence IDs to ingested records. | ATOMIC |
MARKET.DBSchema | Schema name for the ATOMIC database schema. Data Management stores market data related records in the ATOMIC schema. | ATOMIC |
DB.Connection.URL | Database URL for JDBC connections made by Java ingestion components. The content and format of this value is specific to the database vendor and the vendor database driver. Oracle recommends that you use Thin Driver. | jdbc:oracle:thin:@ofss220074.oracle.com:1521:Ti1O11L56 |
BUSINESS.DBSchema | Schema name for the ATOMIC database schema. Data Management stores market data related records in the ATOMIC schema. | ATOMIC |