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: Jim Gregory <JG200024_at_NCR.com>
Date: Tue, 12 Dec 2000 11:15:13 -0500
Message-ID: <3a364f38$1@rpc1284.daytonoh.ncr.com>

Is this directory owned and writable by the owner of the DB ( should be oracle )?

--
Jim Gregory
Principal Consultant for Keane, Inc.
Currently assigned to NCR
"Opinions are my own and do not reflect
  those of Keane or my clients"
Roee Peled <roee_peled_at_hotmail.com> wrote in message
news:90nrl3$a53$1_at_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 Tue Dec 12 2000 - 10:15:13 CST

Original text of this message

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