Unable to invoke Net Configuration Assistant [message #237145] |
Sat, 12 May 2007 12:50 |
jesuisantony
Messages: 166 Registered: July 2006 Location: Chennai
|
Senior Member |
|
|
I had installed Oracle 10g EE recently. Also database has been created successfully. I have problem in creating the listeners. I am unable to invoke the listener itself.
I am getting the following output :
LSNRCTL> start
Starting tnslsnr: please wait...
TNS-12560: TNS:protocol adapter error
TNS-00530: Protocol adapter error
LSNRCTL> services
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=cnhkr)(PORT=1521)))
TNS-12541: TNS:no listener
TNS-12560: TNS:protocol adapter error
TNS-00511: No listener
32-bit Windows Error: 61: Unknown error
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC0)))
TNS-12541: TNS:no listener
TNS-12560: TNS:protocol adapter error
TNS-00511: No listener
32-bit Windows Error: 2: No such file or directory
LSNRCTL> status
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=cnhkr)(PORT=1521)))
TNS-12541: TNS:no listener
TNS-12560: TNS:protocol adapter error
TNS-00511: No listener
32-bit Windows Error: 61: Unknown error
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC0)))
TNS-12541: TNS:no listener
TNS-12560: TNS:protocol adapter error
TNS-00511: No listener
32-bit Windows Error: 2: No such file or directory
Can somebody help me on this ?
|
|
|
|
|
|
|
Re: Unable to invoke Net Configuration Assistant [message #237563 is a reply to message #237145] |
Mon, 14 May 2007 22:19 |
jesuisantony
Messages: 166 Registered: July 2006 Location: Chennai
|
Senior Member |
|
|
Taj,
I was unable to do anything with the listener. But when I logged in as a local admin everything worked fine. I was able to create the listener. The db access is fine now. But earlier I tried the same with domain accounts which had admin access on the server. Not sure why the issue was in that login. Any inputs about this?
|
|
|
Re: Unable to invoke Net Configuration Assistant [message #238566 is a reply to message #237563] |
Fri, 18 May 2007 09:36 |
sasius
Messages: 2 Registered: May 2007 Location: Chicago
|
Junior Member |
|
|
I have also seen this error on 10.2.0.1 OS windows 2003-R2 64Bit.
you have to login as administrator on the Server otherwise Oracle GUIs (netca, dbca) will error out with java exception. Oracle GUI will fail even though you login as user with local admin rights (member of local admin group)
This issue is fixed in 10.2.0.2 ..
|
|
|