Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Installing Oracle for Linux
Installing Oracle 8.0.5 for Linux is quite difficult. Here is a simple
step-by-step trick in installing Oracle for Linux. For any other
questions, I'll be happy to answer your questions thru e-mail
(villena_at_infophil.com).
*login as root
#mkdir /cdrom
#mkdir /oracle
#mkdir /oracle/app
#mkdir /oracle/app/oracle
#mkdir /oracle/app/oracle/product
#mkdir /oracle/app/oracle/product/8.0.5
#groupadd dba
#useradd -g dba -s /bin/sh -d /oracle/app/oracle/product/8.0.5 oracle
#passwd oracle
#chown oracle.dba /oracle
#chown oracle.dba /oracle/app
#chown oracle.dba /oracle/app/oracle
#chown oracle.dba /oracle/app/oracle/product
#chown oracle.dba /oracle/app/oracle/product/8.0.5
#touch /etc/oratab
#chown oracle.dba /etc/oratab
#mount -t iso9660 /dev/cdrom /cdrom
#su - oracle
$pico .profile
*Add this lines
ORACLE_BASE=/oracle/app/oracle; export ORACLE_BASE ORACLE_HOME=$ORACLE_BASE/product/8.0.5; export ORACLE_HOME ORACLE_SID=orcl; export ORACLE_SID
OWS_FEEDOMX=1; export OWS_FEEDOMX
OWS_ORAWEB_FEEDOMX=1; export OWS_ORAWEB_FEEDOMX
$. .profile
$pico .bash_profile
*Add this lines
. .profile
$cd /cdrom/orainst $./orainst $su root
**********************NOTE**************************To start\stop the database using svrmgrl type this :
startup
shutdown
Sent via Deja.com http://www.deja.com/
Before you buy.
Received on Mon Oct 18 1999 - 09:43:44 CDT
![]() |
![]() |