Today I'm going to complete the installation procedure of Oracle 11.2.0.2
Due to problems with the web site that is hosting the blog, I can't attach the images of the runInstaller process.
However, following you'll find all the necessary steps and what's more lots of comments.
1) As Grid user start the runInstaller command.
2) From the graphycal interface choose to install a single instance.
3) Then choose the language, If I were you I would choose English !!
4) Now you have to create at least two diskgroups (ORADATA & ORAFRA). The diskgroup ORADATA is going to be used for the data instead the diskgroup ORAFRA for the Flash Recovery Area.
5) The graphycal interface now is asking to set the password of the ASM instance.
6) You have to assign the role of the ASM instance (ASM dba, ASM operator) with the groups of the linux server. Afterward choose the ORACLE_HOME and ORACLE_BASE path.
7) The runInstaller process is now asking to execute the "orainstRoot.sh" plus "root.sh" files as root user.
[root@OracleVm05 oraInventory]# ./orainstRoot.sh
Changing permissions of /u01/app/oraInventory.
Adding read,write permissions for group.
Removing read,write,execute permissions for world.
Changing groupname of /u01/app/oraInventory to oinstall.
The execution of the script is complete.
[root@OracleVm05 grid]# ./root.sh
Running Oracle 11g root script...
The following environment variables are set as:
ORACLE_OWNER= grid
ORACLE_HOME= /u01/app/grid/product/11.2.0/grid
Enter the full pathname of the local bin directory: [/usr/local/bin]:
Copying dbhome to /usr/local/bin ...
Copying oraenv to /usr/local/bin ...
Copying coraenv to /usr/local/bin ...
Creating /etc/oratab file...
Entries will be added to the /etc/oratab file as needed by
Database Configuration Assistant when a database is created
Finished running generic part of root script.
Now product-specific root actions will be performed.
Using configuration parameter file: /u01/app/grid/product/11.2.0/grid/crs/install/crsconfig_params
Creating trace directory
LOCAL ADD MODE
Creating OCR keys for user 'grid', privgrp 'oinstall'..
Operation successful.
LOCAL ONLY MODE
Successfully accumulated necessary OCR keys.
Creating OCR keys for user 'root', privgrp 'root'..
Operation successful.
CRS-4664: Node oraclevm05 successfully pinned.
Adding daemon to inittab
ACFS-9300: ADVM/ACFS distribution files found.
ACFS-9307: Installing requested ADVM/ACFS software.
ACFS-9308: Loading installed ADVM/ACFS drivers.
ACFS-9321: Creating udev for ADVM/ACFS.
ACFS-9323: Creating module dependencies - this may take some time.
ACFS-9327: Verifying ADVM/ACFS devices.
ACFS-9309: ADVM/ACFS installation correctness verified.
oraclevm05 2013/12/18 11:31:21 /u01/app/grid/product/11.2.0/grid/cdata/oraclevm05/backup_20131218_113121.olr
Successfully configured Oracle Grid Infrastructure for a Standalone Server
We have just completed the installation process of the ASM instance.
Let's start to install the Oracle binary, shall we ?
1) As Oracle user start the runInstaller command.
2) From the graphycal interface choose to install only the binary.
3) Then choose the version and the language of the database binary and what's more assign the ORACLE_HOME and ORACLE_BASE directory path.
4) You have to assign the role of the database instance (dba,oper) with the group of the linux server.
5) The runInstaller process is now asking to execute the "root.sh" script:
[root@OracleVm05 dbhome_1]# ./root.sh
Running Oracle 11g root script...
The following environment variables are set as:
ORACLE_OWNER= oracle
ORACLE_HOME= /u01/app/oracle/product/11.2.0/dbhome_1
Enter the full pathname of the local bin directory: [/usr/local/bin]:
The contents of "dbhome" have not changed. No need to overwrite.
The contents of "oraenv" have not changed. No need to overwrite.
The contents of "coraenv" have not changed. No need to overwrite.
Entries will be added to the /etc/oratab file as needed by
Database Configuration Assistant when a database is created
Finished running generic part of root script.
Now product-specific root actions will be performed.
Finished product-specific root actions.
We have just completed the installation process of the database binary.
Let's start to create a sample database, shall we ?
1) As Oracle user start the "dbca" command.
2) Choose "create a database" with the general purpose template plus an instance name and a password.
3) Select the ASM instance as a common location for all datafiles (ORADATA diskgroup).
4) Select the ASM instance ( ORAFRA diskgroup) for the archive log files.
5) Lunch the installer process.
We have just completed the installation process of the database.
See you soon.
Byeeee
No comments:
Post a Comment