0% found this document useful (0 votes)
52 views2 pages

Installing Oracle10g Release 2

The document provides a 17 step process to install Oracle10g Release 2 on a Linux system. It involves setting up user accounts and groups for Oracle, configuring kernel parameters, setting environment variables, mounting the Oracle installation media, and running the installer.

Uploaded by

Manjunath Kamble
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
52 views2 pages

Installing Oracle10g Release 2

The document provides a 17 step process to install Oracle10g Release 2 on a Linux system. It involves setting up user accounts and groups for Oracle, configuring kernel parameters, setting environment variables, mounting the Oracle installation media, and running the installer.

Uploaded by

Manjunath Kamble
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Installing Oracle10g Release 2:

Step 1: groupadd oinstall

Step 2: groupadd dba

Step 3: groupadd oper

Step 4: useradd –g oinstall –G dba,oper –d /home/oracle oracle

Step 5: passwd oracle

Give the password as oracle

Step 6: mkdir –p /oracle/app

Step 7: chown –R oracle:oinstall /oracle

Step 8: chmod –R 775 /oracle

Step 9: vi /etc/sysctl.conf

Kernel.sem=250 32000 100 128

Kernel.shmmall=2097152

Kernel.shmmax=2147483648

Kernel.shmmni=4096

Fs.file_max=65536

Net.ipv4.ip_local_port_range=1024 65000

Step 10: Save the file and apply it using sysctl -p

Step 11: logout

Step 12: Login as oracle with password oracle

Step 13: open a terminal


Step 14: vi /etc/.bash_profile

ORACLE_BASE=/oracle/app

ORCALE_HOME=$ORACLE_BASE/product/10.2.0/db_1

ORACLE_SID=orcl

LD_LIBRARY_PATH=$ORACLE_HOME/jdk/jre/i386:$ORACLE_HOME/jdk/jre/lib/i
386/server:$ORACLE_HOME/rdbms/lib:$ORACLE_HOME/lib:$LD_LIBRARY_PATH

PATH=$PATH: $HOME /bin

PATH=$ORACLE_HOME/bin:$PATH

export ORACLE_BASE

export ORACLE_HOME

export ORACLE_SID

export LD_LIBRARY_PATH

export PATH

export username

Step 15: logout

Step 16: put CD of Oracle10g

Step 17: mount /media/cdrecorder

Step 18: /media/cdrecorder/runInstaller        

You might also like