1 Install Stripped Minimal Linux RHEL4
2 Create user and group for Oracle
groupadd -g 115 dba
useradd -u 175 -g 115 -d /u01/app/oracle -s /bin/bash -c "Oracle Software Owner" -p oracle oracle
chown -R oracle:dba /u01
# passwd oracle
3 Create login script for oracle user
su - oracle
edit .bash_profile in /home/oracle
Note 340369.1
Install rpm –Uvh compat-libstdc++-33-3.2.3-47.3.x86_64.rpm
Note 280152.1
libaio issue gives TNS Lost Contact Error
3 Create a mount point /app formatted with ext3
4 Change owner to oracle:dba
5 Create sub directories /app/oracle/product
6 Login as oracle and run runInstaller
choose Advance
configure ASM
Create disk group
Create databasw with ASM selected
Friday, January 25, 2008
Friday, January 11, 2008
Subscribe to:
Posts (Atom)