Configuring the target database for BIX command-line extractions
The BIX Database Schema output format writes the extracted
data directly to a target database. If you want to use the Database Schema output format for
the BIX command-line extraction process, add a second set of database connection settings in
the prconfig.xml file that specify the target database into which you
extract data.
To support this output, provide a second set of database connection
settings specifying the target database where you want to load the data.
Before you begin: You must configure the source database before configuring the
target database. For details, see Configuring
the source database for BIX command-line extractions.
- You must have access to the prconfig file located in the following distribution directory: PRPC-8.x.x-8xx\Additional_Products\BIX\config\prconfig.xml
- You must have access to the following target database information:
- The Output Database name you defined when creating the Extract rule.
- The database type (PostgreSQL, Oracle, IBM) used for the target database, including the Java Database Connectivity (JDBC) URL. See your database documentation for details.
- The rule schema name of the target database.
- The data schema name of the target database.
- The username and password credentials for the target database.