Cannot find Oracle trace file or user_dump directory.
Directory not found.
Symantec Data Loss Prevention (DLP)
Oracle
The normal destination of a trace file is the USER_DUMP directory.
Assuming the installation steps were followed according the Symantec Data Loss Prevention Oracle Installation and Upgrade Guide, the path for the USER_DUMP 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/password@protect as sysdba
show parameter user_dump_dest;