Bill's answer is correct in a default install. If, like ours, yours isn't, you may have to search through your system for the log file, commonly called alert<SID>.log. You might also be able to find it by typing:
select value from v$parameter where name = 'background_dump_dest';
at an sqlplus command prompt.
I want to be good, is that not enough?