Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Oracle 8 for NT?!
In article <37799A0B.654FC9D2_at_monmouth.com>,
Jack Zhu <jackzhu_at_monmouth.com> wrote:
> Oracle 8.0.4 for NT+SP3
>
> Two questions:
>
> 1)
> Each time when I boot the NT box, there's an error message:
>
> "The Application log file is full"
>
> Is anything wrong with oracle or NT? How to fix it? BTW, there's
plenty
> of space available for archived log files.
>
> 2)
> It takes almost one minute for client to log in the Oracle database
> server by using SQL*PLUS. I know the network traffiic is very light,
> also there're just few clients.
>
> "TNSNAMES.ORA" is very simple and very short. Any idea to detect the
> problem and fix it?
>
> Thanks a lot!
>
> Jack
>
>
Two answers:
1 NT, check the error log. You should clear it.
2 change sqlnet.ora for clients in the following fashion
automatic_ipc = off
trace_level_client = off
names.directory_path = (tnsnames, onames)
Hth,
Sybrand Bakker, Oracle DBA
--
Sybrand Bakker, Oracle DBA
All standard disclaimers apply
Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.
Received on Wed Jun 30 1999 - 02:25:01 CDT
![]() |
![]() |