- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Oracle 10g LISTENER not starting
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
12-29-2005 07:38 AM
12-29-2005 07:38 AM
We have started the listener in the past with no problem. Then we upgradded the gcc to a gcc (GCC) 4.0.2 20051125 (Red Hat 4.0.2-8)
and the listener wont start- ...
lsnrctl start
LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 29-DEC-2005 12:32:46
Copyright (c) 1991, 2005, Oracle. All rights reserved.
Starting /orca/app/oracle/product/10.2/bin/tnslsnr: please wait...
TNS-12537: TNS:connection closed
TNS-12560: TNS:protocol adapter error
TNS-00507: Connection closed
Linux Error: 29: Illegal seek
We do have tracing set to support and attached
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2005 08:51 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2005 08:59 AM
12-29-2005 08:59 AM
Re: Oracle 10g LISTENER not starting
SE linux is disabled
- we looked at that in the right away
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2005 09:31 PM
12-29-2005 09:31 PM
Re: Oracle 10g LISTENER not starting
Try to relink Oracle executables:
$cd $ORACLE_HOME/bin
$relink all
Best Regards,
Eric Antunes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2005 04:39 AM
12-30-2005 04:39 AM
Re: Oracle 10g LISTENER not starting
thanks for helping.
I have ran the relink and after trying to start the Listener
lsnrctl start
LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 30-DEC-2005 09:27:21
Copyright (c) 1991, 2005, Oracle. All rights reserved.
Starting /orca/app/oracle/product/10.2/bin/tnslsnr: please wait...
TNS-12537: TNS:connection closed
TNS-12560: TNS:protocol adapter error
TNS-00507: Connection closed
Linux Error: 29: Illegal seek
this "Linux Error: 29" was me worried here. I wonder if there is a patch that would address this?
I have been told there is a there's a change to the posix definitions for read. The offset paramater was ignored for non-"standard file" operations. now it is defined to be checked to be the current file position or 0.
and so, if oracle were passing an un-initialized var to it because it was a required but ignored parm...
the new version of glibc now conforms to the spec
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2005 11:15 AM
12-30-2005 11:15 AM
Re: Oracle 10g LISTENER not starting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2005 11:31 AM
12-30-2005 11:31 AM
Re: Oracle 10g LISTENER not starting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2005 11:33 AM
12-30-2005 11:33 AM
Re: Oracle 10g LISTENER not starting
127.0.0.1 localhost.localdomain
Thanks for all your help