1. One morning found on the machine on the Tnslsnr service did not start, go to the management tool point Oracleorahome90tnslistener This start, but found that the start of the automatic shut down immediately, Halo *&^
2. Under the command line:
> Lsnrctl
Lsnrctl> start
-----------------------------------------------------------------------
Start Tnslsnr: Please wait ...
Tnslsnr for 32-bit windows:version 9.0.1.1.1-production
System parameter file is D:/oracle/ora90/network/admin/listener.ora
Log information written to D:/oracle/ora90/network/log/listener.log
Monitoring: (Description= (Address= (PROTOCOL=IPC) (PIPENAME=//./PIPE/EXTPROC0IPC)))
An error occurred while listening for this object: (Description= (Address= (protocol=tcp) (HOST=GX521-55156BE01) (POR
t=1521)))
TNS-12545: Connection failed because the target host or object does not exist
TNS-12560:TNS: Protocol Adapter error
TNS-00515: Connection failed because the target host or object does not exist
32-bit Windows Error:1001:unknown Error
The listener failed to start. See the error message above ...
-------------------------------------------------------------------------
Crazy Dizzy!! * () (*&
Suddenly remember to change the host name for the IIS publishing Web page.
In Ora90/network/admin/listener.ora
-----------------------------------------
LISTENER =
(description_list =
(DESCRIPTION =
(address_list =
(ADDRESS = (PROTOCOL = IPC) (KEY = EXTPROC0))
)
(address_list =
(ADDRESS = (PROTOCOL = TCP) (HOST = 192.168.0.226) (PORT = 1521))
)
)
)
It would be nice to change the hostname of the host= to an IP address. (or you can change it directly to a computer name, which is more convenient.)
Lnsrctl> START
--------------------------------------------------------------------------
Start Tnslsnr: Please wait ...
Tnslsnr for 32-bit windows:version 9.0.1.1.1-production
System parameter file is D:/oracle/ora90/network/admin/listener.ora
Log information written to D:/oracle/ora90/network/log/listener.log
Monitoring: (Description= (Address= (PROTOCOL=IPC) (PIPENAME=//./PIPE/EXTPROC0IPC)))
Monitoring: (Description= (Address= (protocol=tcp) (host=192.168.0.226) (port=1521)))
Connecting to (Description= (address= (PROTOCOL=IPC) (KEY=EXTPROC0))
The STATUS of LISTENER
------------------------
Alias LISTENER
Version Tnslsnr for 32-bit windows:version 9.0.1.1.1-produc
tion
Start date 2 April-March-2007 10:33:56
Uptime 0 days 0 hours 0 minutes 2 seconds
Trace level off
Security OFF
SNMP OFF
Listener parameter File D:/oracle/ora90/network/admin/listener.ora
Listener log File D:/oracle/ora90/network/log/listener.log
Listener Endpoint Summary ...
(Description= (address= (PROTOCOL=IPC) (PIPENAME=//./PIPE/EXTPROC0IPC)))
(Description= (address= (protocol=tcp) (host=192.168.0.226) (port=1521)))
Listener does not support service
Command execution succeeded
--------------------------------------------------------------------------
The problem of automatic shutdown after Tnslnnr startup is resolved.
Hope there are similar problems of friends, the solution of the way to say. Learn a bit. Thank you.