| Oracle9i Warehouse Builder Installation and Configuration Guide Release 9.2.0.3 Part Number B11000-02 |
|
Before installing Warehouse Builder, you need to prepare your Oracle9i database by setting the following configuration parameters.
This appendix includes the following topics:
The Warehouse Builder Repository database runs on standard Oracle9i configuration parameters.
Table A-1 lists the configuration parameters to use as an initial guide for ensuring performance.
To support the Warehouse Builder runtime component, you need to modify the Oracle9i Enterprise Edition instance on the system where your data warehouse will reside.
Table A-2 lists the initialization parameters.
To configure the Target Data File Path for Flat file Targets, you set this path in the init.ora file of the warehouse instance. Set the UTL_FILE_DIR parameter to the directory for the flat file targets so that the database has access to it.
For example, for the output file location D:\Data\FlatFiles\File1.dat, set the UTL_FILE_DIR parameter in your init.ora to:
UTL_FILE_DIR = D:\Data\FlatFiles
For multiple valid file locations, such as both D:\Data\FlatFiles and
E:\OtherData, set the parameter in init.ora to:
UTL_FILE_DIR = D:\Data\FlatFiles
UTL_FILE_DIR = E:\OtherData
These lines must be consecutive in the init.ora file.
You can bypass this checking of directories by using the following:
UTL_FILE_DIR = *
Warehouse Builder Validation returns a warning that this parameter must be set in the init.ora file.
If you are integrating your Oracle9i Warehouse Builder Design Browser and Runtime Audit Browser with Oracle9iAS, set the parameters listed in Table A-3.
| Initialization Parameter | Set to Value |
|---|---|
|
GLOBAL_NAMES |
FALSE |
|
OPEN_CURSORS |
300 |
|
OPEN_LINK |
100 |
|
|
![]() Copyright © 1996, 2003 Oracle Corporation. All Rights Reserved. |
|