|
|
OUTPUT_TYPE |
The CC&B Provider output type for billing data (postpay) and master data:
- FILE. Outputs Oracle Utilities CC&B data to a text file. The file will be located at the directory specified in the PROV_BILLFILE_LOCATION property.
- TABLE. Inserts Oracle Utilities CC&B into Oracle Billing Insight staging tables. (Requires that the pre-staging schema be installed on the EBILL database.)
|
PRESTG_WITH_BILLER |
Indicates whether to install the pre-staging schema on the Oracle Utilities CC&B database:
- Y. Yes - Install with Oracle Utilities CC&B. (If this property is set to Y, make sure ODI is available on the Oracle Utilities CC&B database server, and the ODI repository and Agent have been created before installing CC&B Provider.)
- N. No - Do not install with Oracle Utilities CC&B. (Set to N if OUTPUT_TYPE is TABLE.)
|
PROV_BILLFILE_LOCATION |
The directory for storing generated billing files. This property is required only if OUTPUT_TYPE is set to FILE. |
PROV_TMPFILE_LOCATION |
The directory for storing temporary files. This property is required only if OUTPUT_TYPE is set to FILE. |
PRESTG_HOST |
The pre-staging database host name. |
PRESTG_PORT |
The pre-staging database port. |
PRESTG_SERVICE |
The pre-staging database service. |
PRESTG_TNS_NAME |
The pre-staging TNS (Transparent Network Substrate) name. This property must be the EBILL TNS name if OUTPUT_TYPE is set to TABLE. |
PRESTG_USER |
The pre-staging user name. |
PRESTG_PASSWD |
The pre-staging password. |
PRESTG_SYS_PASSWD |
The pre-staging SYS PASSWORD. This property must be the EBILL database sys password if OUTPUT_TYPE is set to TABLE. |
OLAP_USER |
The EBILL OLAP user name. This property is required only if OUTPUT_TYPE is set to TABLE. |
BILLER_ID |
The Oracle Utilities CC&B Billing System ID (assigned value). |
BILLER_DB_USER |
The Oracle Utilities CC&B database user name. |
BILLER_DB_PASSWD |
The Oracle Utilities CC&B database user password. |
BILLER_DB_TNS_NAME |
The Oracle Utilities CC&B database TNS alias. |
BILLER_DB_SYS_PASSWD |
The Oracle Utilities CC&B database SYS account password. This property is required if PRESTG_WITH_BILLER is set to Y. |
L_DB_PRESTG_DATA_FILE_LOC |
The data tablespace file location. |
L_DB_PRESTG_INDX_FILE_LOC |
The index tablespace file location. |
ODI_HOME_DIR |
The ODI home directory, or ODI client home directory if installed remotely. |
ODI_USER |
The ODI user name (SUPERVISOR). |
ODI_PASSWD |
The ODI password. |
MASTERREP_HOST |
The master repository database host. |
MASTERREP_PORT |
The master repository database port. |
MASTERREP_SERVICE |
The master repository database service name. |
MASTERREP_USER |
The master repository schema owner name. |
MASTERREP_PASSWD |
The master repository schema password. |
WORKREP_NAME |
The work repository name. |
AGENT_BIN_DIR |
The bin directory where the standalone agent is located. |
AGENT_HOST |
The agent host. Specify the hostname instead of the localhost. The agent must be run on the database server where the pre-staging schema is installed. |
AGENT_HOST_PORT |
The agent port (the default is 20910). |
AGENT_PROTOCOL |
The agent protocol (the default is http). |
AGENT_NAME |
The physical agent name (the default is OracleDIAgent1). |
LOG_AGENT_NAME |
The logical agent name (the default ODIAgent). |
XMLFILES_DIR |
The directory where the CC&B Provider ODI XML files are located. |
BILLING_DATA_START_DT |
The start date for extracting billing data (in MM/DD/YYYY format). |