![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Java Exceptions while installing Oracle | panchpan | SUN Solaris | 5 | 11-21-2007 01:46 AM |
| ORA-12157 error installing Oracle 10g on Fedora 5 | Joncamp | UNIX for Advanced & Expert Users | 1 | 05-13-2007 08:03 PM |
| Help installing Oracle 9i/10g on RedHat? | Joncamp | Linux | 0 | 03-16-2007 07:49 AM |
| AMD 1.2 Gentoo 1.4.3.8p1 | tnorth | Linux Benchmarks | 1 | 10-04-2003 05:47 AM |
| Installing Oracle on Linux | tmanpakdee | UNIX for Dummies Questions & Answers | 2 | 12-22-2001 12:58 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
||||
|
||||
|
Installing oracle on Gentoo
Hello!
I'm using Linux Gentoo 2.6.22-gentoo-r9. Before I used Red Had I had no issues with the installation. But I don't like Red Hat and trying to install Oracle on Gentoo. See following: rpm --nodeps -vv -i oracle-xe-10.2.0.1-1.0.i386.rpm ... You must run '/etc/init.d/oracle-xe configure' as the root user to configure the database. ... /etc/init.d/oracle-xe start Starting Oracle Net Listener. Starting Oracle Database 10g Express Edition Instance. /etc/init.d/oracle-xe status LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 19-DEC-2007 19:30:22 Copyright (c) 1991, 2005, Oracle. All rights reserved. Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC_FOR_XE))) TNS-12541: TNS:no listener TNS-12560: TNS:protocol adapter error TNS-00511: No listener Linux Error: 2: No such file or directory Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=%hostname%)(PORT=%port%))) TNS-12545: Connect failed because target host or object does not exist TNS-12560: TNS:protocol adapter error TNS-00515: Connect failed because target host or object does not exist Even if there are no errors in status 127.0.0.1:8080/apex is unavailable. Can someone help me or just tell where I can find some information regarding installation on Gentoo. Thank you! Last edited by reborg; 12-19-2007 at 01:51 PM. Reason: turn off smileys |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
Quote:
The rational behind Gentoo is you compile everything yourself and I don't think Larry has open sourced Oracle yet. |
|
#3
|
|||
|
|||
|
Quote:
I didn't see you having run the configure. you only ran start. |
|
#4
|
||||
|
||||
|
I did it previously.
mirus mirus # /etc/init.d/oracle-xe configure Oracle Database 10g Express Edition Configuration ------------------------------------------------- This will configure on-boot properties of Oracle Database 10g Express Edition. The following questions will determine whether the database should be starting upon system boot, the ports it will use, and the passwords that will be used for database accounts. Press <Enter> to accept the defaults. Ctrl-C will abort. Specify the HTTP port that will be used for Oracle Application Express [8080]: Specify a port that will be used for the database listener [1521]: Specify a password to be used for database accounts. Note that the same password will be used for SYS and SYSTEM. Oracle recommends the use of different passwords for each database account. This can be done after initial configuration: Confirm the password: Do you want Oracle Database 10g Express Edition to be started on boot (y/n) [y]: Starting Oracle Net Listener...Done Configuring Database...Done Starting Oracle Database 10g Express Edition Instance...Done Installation Completed Successfully. To access the Database Home Page go to "http://127.0.0.1:8080/apex" |
|
#5
|
|||
|
|||
|
Quote:
HOWTO Install Oracle 10g - Gentoo Linux Wiki |
|||
| Google The UNIX and Linux Forums |