Strange warnings from Oracle [message #52817] |
Thu, 15 August 2002 08:35 |
Ken
Messages: 50 Registered: April 1998
|
Member |
|
|
I've been getting these errors from my oracle server since August 8th. I'm not sure what it means or what I should check to fix this. I'm not sure if it's related or not but my forms server also had a problem that required a reboot to fix. The CPU was at 100% utilization and there were four f4web32.exe processes running using most of the CPU cycles. Both my forms and oracle DB server are running on NT4. Can anyone help? Much appreciated!
- Ken
<snip>
08:14 08/15. 15-AUG-02 08:14:59 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=SYSTEM))(COMMAND=status)(ARGUMENTS=64)(SERVICE=LISTENER_PRD)(VERSION=134238208)) * status * 0
08:30 08/15. 15-AUG-02 08:30:00 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=SYSTEM))(COMMAND=status)(ARGUMENTS=64)(SERVICE=LISTENER_PRD)(VERSION=134238208)) * status * 0
08:45 08/15. 15-AUG-02 08:45:02 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=SYSTEM))(COMMAND=status)(ARGUMENTS=64)(SERVICE=LISTENER_PRD)(VERSION=134238208)) * status * 0
<snip>
|
|
|
Re: Strange warnings from Oracle [message #52820 is a reply to message #52817] |
Thu, 15 August 2002 09:09 |
Trifon Anguelov
Messages: 514 Registered: June 2002
|
Senior Member |
|
|
Ken,
I don't see any errors in your logs posted. Which line or segment do you consider problem? Those are normal listener.log logs.
Here is how one problem looks like:
----------------------------------------------------
TNSLSNR for 32-bit Windows: Version 8.1.7.2.0 - Production on 21-DEC-2001 14:58:17
(c) Copyright 1998 Oracle Corporation. All rights reserved.
System parameter file is d:oracleora817eenetworkadminlistener.ora
Log messages written to d:oracleora817eenetworkloglistener.log
Trace information written to d:oracleora817eenetworktracelistener.trc
Trace level is currently 0
Attempted to listen on: (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=somehost.domain.com)(PORT=1521)))
TNS-12545: Connect failed because target host or object does not exist
TNS-12560: TNS:protocol adapter error
TNS-00515: Connect failed because target host or object does not exist
32-bit Windows Error: 1001: Unknown error
-----------------------------------------------------
Hope that helps,
clio_usa
OCP - DBA
Visit our Web site
|
|
|