Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Managing Job Queues
You should check for the background_dump_dest and user_dump_dest parameter
in your initSID.ora file. Oracle writes the trace files generate by the
background process and server process to the background_dump_dest and the
errors of the user process to the user_dump_dest. Check for the alert.log
file to see what kind of error (or which background process encountered the
error) and then look for the trace file. The file name should be something
like SMON<####>.trc (not very sure about the format... but should include
the background process name in it)
Winnie Liu
Andrea Mattioli wrote in message <35a7c3e1.21956972_at_news.flashnet.it>...
>On "Oracle 7 Server Administrator Guide" there's a chapter about Job
>Queues.
>In it, when it talks about Job Execution Errors I found:
>
>" When a job fails, information about the failure is recorded in a
>trace file"
>
>How can I know the name and location of this file.
>
>Thank you very much.
>
>Andrea Mattioli
Received on Sun Jul 12 1998 - 13:44:00 CDT
![]() |
![]() |