- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Oracle 8.1.7 on Linux
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
05-11-2001 03:26 PM
05-11-2001 03:26 PM
Oracle 8.1.7 on Linux
Does somebody installed Oracle 8.1.7 on a Linux server?
I am trying to install it but i get the error:
end of communication channel- Oracle not available when svrmgrl is started.
I set the oracle_home and oracle_sid according to documentation.
Kind regards.
Huseyin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2001 03:45 PM
05-11-2001 03:45 PM
Re: Oracle 8.1.7 on Linux
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2001 11:06 PM
05-13-2001 11:06 PM
Re: Oracle 8.1.7 on Linux
I am running the same version.
Could you give me some information about my questions.
Thanks in advance.
Bye.
Huseyin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2001 12:58 AM
05-14-2001 12:58 AM
Re: Oracle 8.1.7 on Linux
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2001 10:12 AM
10-02-2001 10:12 AM
Re: Oracle 8.1.7 on Linux
svrmgrl
connect internal
startup
Just connecting to svrmgrl doesnt mean the database is started. Also check to make sure the listener is also started as well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2001 04:33 PM
10-02-2001 04:33 PM
Re: Oracle 8.1.7 on Linux
Just a thought.
-Santosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2001 11:55 AM
10-10-2001 11:55 AM
Re: Oracle 8.1.7 on Linux
I guess you succeeded in installing the Oracle software, but the database creation fails with ORA-03113.
If so, you need to know that Oracle has been developed with glibc 2.1.3, and it doesn't work well with glibc 2.2.
Don't ever try to downgrade the glibc : your Linux install will be corrupted.
Instead of that, go to the Oracle download section and get the Oracle glibc patch (oracle_glibc-2.1.3-stubs.tar.gz) : it comes with glibc 2.1.3 files to be installed in Oracle libraries, using the setup_stubs.sh script (in the tar file).
Note : you must read the README.stub file, and especially the section concerning /etc/ld.so.conf.
Good luck.
Kodjo
P.S. Don't forget to rate this answer (from 1 to 10).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2001 09:43 PM
10-10-2001 09:43 PM
Re: Oracle 8.1.7 on Linux
Have you read the Release info and the Install and Upgrade guide for Oracle ?
If you check the Oracle certification matrix, you will see, that Oracle on Linux is only certified with SuSe 7.0 .
It may run with other versions, but if you run into mayor problems, try SuSe.
BTW Starting the database must be done with the svrmgrl, but running svrmgrl doe snot automatically start the database. The startup procedure is described in one of the other postings. For shutdown do :
svrmgrl
connect internal
shutdown / shutdown immediate / shutdown abort
for the different shutdown procedures read Oracle documentation-
Rgds
Alexander M. Ermes