ORA-12541: TNS:no listener , Help me [message #180255] |
Sat, 01 July 2006 23:53  |
h_kabiri
Messages: 5 Registered: June 2006
|
Junior Member |
|
|
hello
i install oracle 10g client in windows XP
when i setup (in net manager) service name , i can not connect to oracle
Test result is :
"
Initializing first test to use userid: scott, password: tiger
Attempting to connect using userid: scott
The test did not succeed.
ORA-12541: TNS:no listener
There may be an error in the fields entered,
or the server may not be ready for a connection. "
my listener.ora is:
# listener.ora Network Configuration File: D:\Oracle\product\10.1.0\Client_1\NETWORK\ADMIN\li stener.ora
# Generated by Oracle configuration tools.
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(SID_NAME = PLSExtProc)
(ORACLE_HOME = D:\Oracle\product\10.1.0\Client_1)
(PROGRAM = extproc)
)
)
LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = GBG)(PORT = 1521))
)
(DESCRIPTION =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
)
)
my tnsnames.ora is:
# tnsnames.ora Network Configuration File: D:\Oracle\product\10.1.0\Client_1\NETWORK\ADMIN\tn snames.ora
# Generated by Oracle configuration tools.
HD_GBG =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = gbg)(PORT = 1521))
)
(CONNECT_DATA =
(SID = hd)
(SERVER = DEDICATED)
)
)
and i can not find lsnrctl.exe in my computer.
please help me
|
|
|
|
|
|
Re: ORA-12541: TNS:no listener , Help me [message #180298 is a reply to message #180273] |
Mon, 03 July 2006 00:17   |
Frank Naude
Messages: 4595 Registered: April 1998
|
Senior Member |
|
|
Yes, looks like you've only installed the client software.
Solutions:
1. Change your TNSNAMES.ORA file to point to a remote machine where a database and listener is running.
2. Install the database/server software locally and create a database on your local machine.
|
|
|
|
|
|
Re: ORA-12541: TNS:no listener , Help me [message #180514 is a reply to message #180255] |
Tue, 04 July 2006 00:47  |
h_kabiri
Messages: 5 Registered: June 2006
|
Junior Member |
|
|
hello
i run "net config assistant" -> local net service name con.. -> Test -> ORCL
test result is :
"Connecting...ORA-12528: TNS:listener: all appropriate instances are blocking new connections
The test did not succeed."
if i add new test result is :
"Connecting...ORA-12514: TNS:listener does not currently know of service requested in connect descriptor
The test did not succeed."
|
|
|