Install Oracle Database Access Components
- Last UpdatedMay 21, 2024
- 1 minute read
Note: This is an optional step. Oracle Database Access Components (ODAC) is only required if you are publishing to the Oracle Database.
Complete this procedure before you add and configure the Oracle database as a publish target.
-
Install the Oracle Database Access Components software on the computer where PI Integrator for Business Analytics is installed.
Note: Check System requirements for the specific version of the ODAC software to install.
-
Locate the tnsnames.ora file in \ODAC_install_directory\Network\Admin\Sample.
-
Edit the tnsnames.ora file and add an entry for the Oracle database.
The syntax is as follows:
Net_Service_Name =
(DESCRIPTION=
(ADDRESS=(PROTOCOL=protocol_name)(HOST=Oracle_database_host_name)(PORT=port)
(CONNECT_DATA=
(SERVER=service_handler_type)
(SERVICE_NAME=(TNS_listener_service_name)The is the alias for the . When you configure the Oracle publish target, you can set the Data Source parameter to the . For more information on the tnsnames.ora file, refer to your Oracle documentation.
-
Move the tnsnames.ora file to the\ODAC_install_directory\Network\Admin directory.
-
Add the location of the ODAC software to the PATH environment variable.
-
Create the TNS_ADMIN system environment variable and point it to the directory where the tnsnames.ora file is located.
-
Continue with adding the Oracle database as a publish target. For more information, see Add a publish target.