After Installation the Linux OS
Open the terminal
[root@linux ~ ]# getent group oinstall
[root@linux ~ ]# chown -R oracle:oinstall /<partition name> exmp- u01
[root@linux ~ ]# chown -R oracle:oinstall /disk1
[root@linux ~ ]# passwd oracle
Let switch the oracle user
[root@linux ~ ]# su - oracle
[Oracle@linux ~ ]$ vi .bash_profile
export ORACLE SID=prod
export ORACLE BASE=/u01/app/oracle
export ORACLE
HOME=/u01/app/oracle/product/11.2.0
export PATH=$ORACLE_HOMAE/bin:$PATH
wq! ‘’for save the file”
[Oracle@linux
~ ]$ cd /mnt/hgfs “mount the share drive’’
[Oracle@linux
~ ]$ ls
Software
[Oracle@linux
~ ]$ cd Software
[Oracle@linux ~]$ ls
Now you can see the pic there is zip
folder do the unzip with path of destination
[Oracle@linux
~ ]$unzip <copy the filename> -d /opt
“destination folder”
Now file being unzip at the destination
folder.
Ø Now
unzip the second file into same destination folder
[Oracle@linux
~ ]$unzip <copy the filename> -d /opt
“destination folder”
[Oracle@linux ~ ]$
cd /opt
[Oracle@linux
~ ]$ ls
[Oracle@linux
~ ]$ cd database
xhost + "this command execute with Root terminal"
[Oracle@linux
database ~ ]$ ls
[Oracle@linux database ~ ]$ sh runInstaller
Now being installation ….
If you are installing in organization you can choose the update option. for learning no need.
for database installation choose the Install database Only Option.
Enterprise edition
Let's see the installation directory.
[Oracle@linux
~ ]$cd /u01/app/oracle/product/11.2.0
No comments:
Post a Comment