Monday, June 30, 2008

INSTALING ORACLE9I(DATABASE ) IN RED HAT LINUX /FEDORA

Oracle 9i can be install over RHL /FC system requried :To use oracle we need to minimum 512 MB RAM & a swap partition . linux with kernel 2.4.7 & glibc2.2.2 ,
for cheacking it ,open terminal & type $ uname -a rpm -q glibc2.2.2

1. open terminal

2. type "su" & give passward (if u r in root)

3. then type (for configaring share memory)
#echo "kernel .shmmax =2147483648 " >> /etc/sysct 1. .conf
# echo " kernel . shmmin =4096" >> /etc/sysct1.conf
# echo "kernel .shmall = 2097252">> .etc/sysct1.conf

4. then type ( configraing semaphores )
# echo"kernel .sem =250 32000 100 128 ">> /etc/sysct1.conf

5. then type ( configring file handle)
# echo "fs .file -max =65356">>/etc/ sysct1.conf
also issue
# ulimit now reboot ststem & issue # ipcs -lm # ipcs -ls

5. making oracle user group

6. configure shell enviornment in terminal ,
type # vi /etc/csh.login ( for "C" shell)

7. cheack file configration .
Downloading & installing the oracle DBMSit can be download from oracle web site . in .gz etension. then run fun zip , by using
gunzip command then
type cpio -idmv

8. save the file in
/home/ disk1, /home/disk2. , /home /disk3

9. log in as root & type the following command in terminal

#sh $ORALCLE_HOME/root.sh.


Hope it is install easily .

No comments:

Post a Comment