1. As root, set password for oracle user using “passwd oracle”
2. As root, Create software staging directory /sw
#mkdir –p /sw
#chown –R oracle:oinstall /sw
#chmod –R 775 /sw
3. Login as oracle user and download “Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 (32-bit)”
11/10/11: Patch Set 11.2.0.3 for Linux, Solaris, Windows, AIX and HP-UX Itanium is now available on support.oracle.com. Note: it is a full installation (you do not need to download 11.2.0.1 first).
Download patchset 10404530
7 zip files – total 4.9GB.
After download unzip all the files, those extracts will create below directories:
deinstall
database
client
grid
examples
gateways
4. Create Oracle Base directory and inventory directory:
as root:
# mkdir -p /u01/app/oracle
# chown -R oracle:oinstall /u01/app/oracle
# chmod -R 775 /u01/app/oracle
# mkdir –p /u01/app/oraInventory
# chown –R oracle:oinstall /u01/app/oraInventory
# chmod –R 775 /u01/app/oraInventory
5. Execute runInstaller
No comments:
Post a Comment