CONNECT TO YOUR DATABASE WITH EITHER SQL*PLUS OR SQL DEVELOPER, AND FIND THE VALUE OF THE BACKGROUND_DUMP_DEST PARAMETER

1. Connect to your database with either SQL*Plus or SQL Developer, and find

the value of the BACKGROUND_DUMP_DEST parameter:

select value from v$parameter where name='background_dump_dest';

Note that this value can also be found with Database Control.