Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Alert log cannot be found!!!
"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
Its:
SQL> select name, value from v$parameter 2 where name like '%dump%';
NAME
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
![]() |
![]() |