|
|
OUTPUT_TYPE |
The BRM Provider output type for billing data (postpay, prepay, and unbilled) and master data:
- FILE. Outputs Oracle BRM data to a text file. The file will be located at the directory specified in the BRMPROV_BILLFILE_LOCATION property.
- TABLE. Inserts Oracle BRM into Oracle Billing Insight staging tables. (Requires that the pre-staging schema be installed on the EBILL database.)
|
PRESTG_WITH_BRM |
Indicates whether to install the pre-staging schema on the Oracle BRM staging database:
- Y. Yes - Install with Oracle BRM. (If this property is set to Y, make sure ODI is available on the Oracle BRM database server, and the ODI repository and Agent have been created before installing BRM Provider.)
- N. No - Do not install with Oracle BRM. (Set to N if OUTPUT_TYPE is TABLE.)
|
BRMPROV_BILLFILE_LOCATION |
The directory for storing generated billing files. This property is required only if OUTPUT_TYPE is set to FILE. |
BRMPROV_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. |
BRM_BILLER_ID |
The Oracle BRM Billing System ID (assigned value). The value must be the same as the value in BRM AQAdapter configuration file adaptor.properites. |
BRM_USER |
The Oracle BRM pin user name. |
BRM_PASSWD |
The Oracle BRM pin user password. |
PINDB_TNS_NAME |
The Oracle BRM PINDB TNS alias. |
PINDB_SYS_PASSWD |
The Oracle BRM PINDB SYS PASSWORD. This property is required if PRESTG_WITH_BRM 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 BRM Provider ODI XML files are located. |
BILLING_DATA_START_DT |
The start date for extracting billing data (in MM/DD/YYYY format). |