|
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 04:51 PM..
Reason: turn off smileys
|