Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Antw: trace files written to ORACLE_HOME/rdbms/log
Markus,
Check what the actual parameter is in the database to determine where
to look for the problem.
Select VALUE from V$PARAMETER where NAME = 'user_dump_dest';
This will show you where the database will direct the dump location.
Ron
>>> roon987_at_yahoo.co.uk 02/03/2004 9:52:58 AM >>>
Somehow the formatting got a bit messy...
SQL> show parameter user_dump
NAME TYPE VALUE ------------------------------------ ----------- ------------------------------ user_dump_dest string /app/oracle/admin/fusepw03/udump
Markus Reger <Reger_at_mdw.ac.at> wrote:
normally there can be two reasons
firstly giving a dump file destination=20
secondly - hardly dare say - a link?
never experienced that before on a dozen of suns/oracles
kr mr
>>> roon987_at_yahoo.co.uk 02/03 2:48 >>>
9.2.0.4 on HP 11.11
I've got the following paramter set in the database
=20
SQL> show parameter user_dump_NAME TYPE =
VALUE------------------------------------ ----------- -----------------=
-- Archives are at http://www.freelists.org/archives/oracle-l/=20 FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html=20 ----------------------------------------------------------------- ---------------------------------------------------------------- Please see the official ORACLE-L FAQ: http://www.orafaq.com ---------------------------------------------------------------- To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line. -- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html ----------------------------------------------------------------- --------------------------------- Yahoo! Messenger - Communicate instantly..."Ping" your friends today! Download Messenger Now ---------------------------------------------------------------- Please see the official ORACLE-L FAQ: http://www.orafaq.com ---------------------------------------------------------------- To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line. -- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html ----------------------------------------------------------------- ---------------------------------------------------------------- Please see the official ORACLE-L FAQ: http://www.orafaq.com ---------------------------------------------------------------- To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line. -- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html -----------------------------------------------------------------Received on Tue Feb 03 2004 - 09:13:19 CST
![]() |
![]() |