Quantcast
Channel: Not just a DBA !!!
Viewing all articles
Browse latest Browse all 25

On ocmsfsdb: Install Oracle Database 11g Enterprise Edition Release 11.2.0.3.0(32-bit)

$
0
0

 

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

oui1oui2oui3oui4oui5oui6oui7oui8oui9oui10oui11oui12oui13oui14oui15oui16oui17oui18oui19


Viewing all articles
Browse latest Browse all 25

Trending Articles