Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Alert log cannot be found!!!

Re: Alert log cannot be found!!!

From: Roee Peled <roee_peled_at_hotmail.com>
Date: Thu, 7 Dec 2000 09:46:01 +0200
Message-ID: <90nf6f$3nc$1@news.netvision.net.il>

"Christian GILBERT" <cgilbert_at_mail.dotcom.fr> wrote in message news:3A2ED9C3.DCDC74E9_at_mail.dotcom.fr...
> Roee Peled a écrit :
> >
> > Hello All,
> >
> > My background_dump_dest parameter is set to:
 C:\Oracle\admin\roee\bdump.
> >
> > and my alert log is not there, i found it in:
 C:\Oracle\Ora81\RDBMS\trace
> >
> > When I type the command : Alter database backup controlfile to trace
> >
> > Instead of finding the trace file in : C:\Oracle\admin\roee\udump
> > (parameter user_dump_dest)
> >
> > I found it in : C:\Oracle\Ora81\RDBMS\trace
> >
> > WHY ?
>
> what is the result of a select name,value from v$parameter where name
> like '%dump' ?
>
> --
> Christian GILBERT
> cgilbert_at_mail.dotcom.fr
> IBM Certified Specialist - AIX System Administration



Hi,

Its:

SQL> select name, value from v$parameter   2 where name like '%dump%';

NAME



VALUE

background_dump_dest
C:\Oracle\admin\roee\bdump

user_dump_dest
C:\Oracle\admin\roee\udump

max_dump_file_size
10240

Thanks

Roee Peled Received on Thu Dec 07 2000 - 01:46:01 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US