When adding or configuring a Symantec Data Loss Prevention (DLP) data source, the process fails and returns either of the following errors:
The connection to the Symantec Data Loss Prevention database failed.
Cannot create an instance of OLE DB provider "OraOLEDB.Oracle" for linked server "RISKFABRIC_DLP_RISKFABRIC_<host>_<schema>".
The connection to the Symantec Data Loss Prevention database failed.
The service account may not have sufficient permissions on the SQL Server to perform this operation. Exception: The server 'RISKFABRIC_DLP_RISKFABRIC<host>_<schema> ' already exists.
Release: 6.x
Component: Symantec DLP Integration Pack
The option Allow inprocess
is not enabled for the OraOLEDB.Oracle
provider in SQL Server, or the wrong DLP database username was entered on the Database Settings page.
When entering the username and password on the Database Settings page of the New Connection Wizard, note that the DLP database username is case sensitive. Enter the schema owner name in the New Connection Wizard exactly as it is returned by the following query executed in SQL*Plus or in Oracle SQL Developer:
SELECT DISTINCT OWNER FROM dba_objects;
To enable the Allow inprocess option for the Oracle provider, follow this procedure:
RiskFabric
relational databasesqlservr.exe
)