Installing the Oracle 19c Client on the Enforce Server
- This is a required pre-requisite for installing or upgrading the Enforce Server.
For the full "DLP Quick Install Guide" please visit the following link: DLP Quick Install Guide
Windows
The Oracle Client is a pre-requisite for installing or upgrading the Enforce Server
VERSION DISCLAIMER: <DLPversion> = 15.8, 16.0, 16.0.1 or 16.0.2 |
Download the Oracle 19c Client Installer: https://support.broadcom.com/group/ecx/downloads
Oracle 19c Client Installer Filename: WINDOWS.X64_<ORACLEversion>_client.zip
** The Oracle Client MUST be installed on the Enforce Server, if the Oracle Database is not installed locally on the Enforce Server.
Run the Oracle 19c Client Installer:
- Extract the Oracle Client files from the "WINDOWS.X64_<ORACLEversion>_client.zip"
- Double-click the "setup.exe" to run the Oracle Client Installer.
- Select the "Custom" installation option
- Note: The "Administrator" installation type will also include all necessary components
- Use the Windows Built-in account
Oracle Base: C:\Oracle\client\
Base: The Oracle root directory
Oracle Home: C:\Oracle\client\product\<ORACLEversion>\client_1
Home: The product installation location
** Make sure both the Oracle Base and Oracle Home are correct before proceeding.
The following items are required:
- Oracle Database Utilities
- SQL *Plus
- Oracle Net
- Review the data to make sure it is correct, then click on "Install"
Copy the TNSnames.ora file from the Oracle Server onto the Enforce (Oracle Client) Server
Oracle: C:\oracle\product\<ORACLEversion>\db1\network\admin
Enforce: C:\oracle\client\product\<ORACLEversion>\client_1\network\admin
Confirm that the Oracle Client can communicate with the Oracle Server
- Open CMD (Administrator)
tnsping protect
** This should return an "OK" status
Set the ORACLE_HOME environment variable
Creating Environment Variables Quick Install Guide