- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: oracle jdbc No listner error12541
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2004 09:20 PM
08-01-2004 09:20 PM
tns-12541:tns:no listner
also protocol adaptor error
no listner
windows :61:unknow error
plz can anyone help me
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2004 09:23 PM
08-01-2004 09:23 PM
Solution$ORACLE_HOME/bin/lsnrctl status
If it is not running, start the listener:
$ORACLE_HOME/bin/lsnrctl start
If your instance is not yet configured in the listener file:
edit the $ORACLE_HOME/network/admin/listener.ora
Kenneth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2004 09:54 PM
08-01-2004 09:54 PM
Re: oracle jdbc No listner error12541
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2004 10:00 PM
08-01-2004 10:00 PM
Re: oracle jdbc No listner error12541
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2004 10:04 PM
08-01-2004 10:04 PM
Re: oracle jdbc No listner error12541
# LISTENER.ORA Network Configuration File: E:\oracle\ora90\network\admin\listener.ora
# Generated by Oracle configuration tools.
LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = HOST_NAME)(PORT = 1521))
)
)
)
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(GLOBAL_DBNAME = orcl)
(ORACLE_HOME = E:\oracle\ora90)
(SID_NAME = orcl)
)
)
Change the values on the RHS of = and start the listener by command given in previous post.
sks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2004 10:20 PM
08-01-2004 10:20 PM
Re: oracle jdbc No listner error12541
# LISTENER.ORA Network Configuration File: D:\oracle\ora90\network\admin\listener.ora
# Generated by Oracle configuration tools.
LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = farlau)(PORT = 1521))
)
)
)
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(SID_NAME = PLSExtProc)
(ORACLE_HOME = D:\oracle\ora90)
(PROGRAM = extproc)
)
(SID_DESC =
(GLOBAL_DBNAME = data)
(ORACLE_HOME = D:\oracle\ora90)
(SID_NAME = data)
)
)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2004 10:34 PM
08-01-2004 10:34 PM
Re: oracle jdbc No listner error12541
Start --> Settings --> Control Panel --> Administrative tools --> Services
And look for the Oracle Service like OracleOraHome90TNSLinstener and start/stop/start the same.
sks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2004 11:12 PM
08-01-2004 11:12 PM
Re: oracle jdbc No listner error12541
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2004 11:18 PM
08-01-2004 11:18 PM
Re: oracle jdbc No listner error12541
Once Listener started, OracleServiceDATA can be started.
Check the status of Listener with
lsnrctl status
If all works:
set oracle_sid=DATA
(DATA seems to be the database name)
and then try to start the database.
sks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2004 11:28 PM
08-01-2004 11:28 PM
Re: oracle jdbc No listner error12541
note:host=falau
and sid=data
i am workin on one machine,trying to make forte4j to work with oracle sql,i got the driver and the correct url but still can't get connected. it just seems that i cant get the OracleServiceDATA started..should i reinstall oracle???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2004 11:44 PM
08-01-2004 11:44 PM
Re: oracle jdbc No listner error12541
ORCL=
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = host_name)(PORT = 1521))
)
(CONNECT_DATA = (SID = ORCL)(SERVER = DEDICATED))
)
Also check the entry sqlnet.ora
NAMES.DIRECTORY_PATH=(TNSNAMES, ONAMES, HOSTNAME)
sks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2004 11:54 PM
08-01-2004 11:54 PM
Re: oracle jdbc No listner error12541
# TNSNAMES.ORA Network Configuration File: D:\oracle\ora90\network\admin\tnsnames.ora
# Generated by Oracle configuration tools.
DATA =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = farlau)(PORT = 1521))
)
(CONNECT_DATA =
(SERVICE_NAME = data)
)
)
INST1_HTTP =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = farlau)(PORT = 1521))
)
(CONNECT_DATA =
(SERVER = SHARED)
(SERVICE_NAME = MODOSE)
(PRESENTATION = http://HRService)
)
)
EXTPROC_CONNECTION_DATA =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
)
(CONNECT_DATA =
(SID = PLSExtProc)
(PRESENTATION = RO)
)
)
and this is the sql file:
# SQLNET.ORA Network Configuration File: D:\oracle\ora90\network\admin\sqlnet.ora
# Generated by Oracle configuration tools.
SQLNET.AUTHENTICATION_SERVICES= (NTS)
NAMES.DIRECTORY_PATH= (TNSNAMES, ONAMES, HOSTNAME)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2004 12:03 AM
08-02-2004 12:03 AM
Re: oracle jdbc No listner error12541
(CONNECT_DATA =
(SERVICE_NAME = data)
on the lines of what I have listed.
Also commant the following line (with #):
#SQLNET.AUTHENTICATION_SERVICES= (NTS)
And give it all a fresh try. I am now logging out.
All the best.
sks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2004 03:47 PM
08-02-2004 03:47 PM
Re: oracle jdbc No listner error12541
can you post the output of the following command (run from command prompt on the server):
lsnrctl serv
regards
Yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2004 12:23 AM
08-03-2004 12:23 AM
Re: oracle jdbc No listner error12541
Can you ping the server from the client?
Open a command window and at the prompt type
ping farlau
If it works, then I'm on the wrong track, however if you get 100% packet loss, try
Look at the hosts file under C:\WINNT\system32\drivers\etc (it may be in a different place on XP). Find the farlau entry and verify the IP address.
If it is there and correct, try pinging the IP instead of the hostname. It could also be that you don't have a route to the server.
If you don't have a network path to the server you can get a TNS-12541 too.
-Good Luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2004 01:59 AM
08-03-2004 01:59 AM
Re: oracle jdbc No listner error12541
on the client, can you also try to do a tnsping?
e.g. tnsping
also, can you try to connect using sqlplus using the following:
sqlplus /nolog
then:
sql> Connect
just to check if you can connect from the client...
regards
Yogeeraj