Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle Start on solaris
cuifang_cn_at_163.com (Fish) wrote in message news:<443119c0.0201061837.a5263a3_at_posting.google.com>...
> I have install Oracle 8.1.7 on solaris,but I have a problem,I can
> start database and lisener , but after a few minutes , the lisener is
> not work , I can only stop lisener and then start it . How to config
> it , Thank you!
You need to provide more details about your error message. To do that,
set a trace in your listener as following :
In your listener.ora, insert the parameter "TRACE_LEVEL_listener_name"
with a value as :
OFF (equivalent to 0) provides no tracing.
USER (equivalent to 4) traces to identify user-induced error conditions.
ADMIN (equivalent to 6) traces to identify installation-specific problems.
SUPPORT (equivalent to 16) provides trace information for troubleshooting information for support.
You will have a trace file in your $ORACLE_HOME/netwaork/trace directory. And probably this one will include the beginning of an answer.
Regards,
Yann Received on Mon Jan 07 2002 - 07:46:43 CST
![]() |
![]() |