Symantec Data Loss Prevention (DLP)
Oracle
Cannot find Oracle trace file or user_dump directory.
Directory not found.
The normal destination of a trace file is the user_dump directory.
Assuming the installation steps were followed in the Symantec Data Loss Prevention Oracle Installation and Upgrade Guide, this directory is \oracle\diag\rdbms\protect\trace
.
If Oracle was installed differently, an Oracle command will need to be issued in order to find the user_dump directory.
Log in to
sqlplus /nolog
SQL>
command prompt, to connect as the sysdba user, type: connect sys/[email protected] as sysdba
where password is the SYS passwordshow parameter user_dump_dest;
to display the user_dump directory