WMware Redhat 5 Oracle 11g installation Method _oracle

Source: Internet
Author: User
1. Install the required patch pack for the oracle11g, install the CD-ROM on all, access to the CD's server directory: (preferably through Oracle's official documentation to determine which packages need to be installed)
2. Modify the user authentication option modify the/etc/pam.d/login file with the following parameters session required pam_limits.so
3. Modify User Profile
Modify the/etc/profile file by adding the following parameters:
if [$USER = "Oracle"]; Then
if [$SHELL = "/bin/ksh"]; Then
Ulimit-p 16384
Ulimit-n 65536
Else
Ulimit-u 16384-n 65536
Fi
Fi
4. Install directory Configuration
# mkdir-p/U01/
# Chown-r ORACLE:OINSTALL/U01/
# Chmod-r 775/U01/
5. Modify User Bash Shell
#su-oracle
$ vi. Bash_profile
Add the following note: ORCL is the instance name of the Oracle database.
Export Oracle_base=/u01/app
Export Oracle_home= $ORACLE _base/oracle
Export ORACLE_SID=ORCL
Export path= $ORACLE _home/bin: $PATH: $HOME/bin
6. Install the ORALCE, copy the Oracle installation files from the Windows D disk and install them. (File transfer can be achieved through XFTP in Xmanager)
7. #mkdir/MNT/SMB
#cd/MNT/SMB
#cp linux_11gr2_database_1of2.zip/tmp
#cp linux_11gr2_database_2of2.zip/tmp
#cd/tmp
#unzip linux_11gr2_database_1of2.zip/tmp
#unzip linux_11gr2_database_2of2.zip/tmp
8. Switch to Oracle User login Redhat5.5 Installation
9. $CD/tmp/database
Change to 1024*768 resolution
$./runinstaller
Then start the graphical interface installation.
After I finished running DBCA, in the Run to EM appeared the error prompt, "You needto run NETCA to configure a listener before you can proceed." Otherwise you maychoose to continue without Database control configuration "

Just run the NETCA, the command is OK, and then follow his request to click the next step on the line.
1. Install the required patch pack for the oracle11g, install the CD-ROM on all, access to the CD's server directory: (preferably through Oracle's official documentation to determine which packages need to be installed)
2. Modify the user authentication option modify the/etc/pam.d/login file with the following parameters
Session Required Pam_limits.so
3. Modify User Profile
Modify the/etc/profile file by adding the following parameters:
if [$USER = "Oracle"]; Then
if [$SHELL = "/bin/ksh"]; Then
Ulimit-p 16384
Ulimit-n 65536
Else
Ulimit-u 16384-n 65536
Fi
Fi
4. Install directory Configuration
# mkdir-p/U01/
# Chown-r ORACLE:OINSTALL/U01/
# Chmod-r 775/U01/
5. Modify User Bash Shell
#su-oracle
$ vi. Bash_profile
Add the following note: ORCL is the instance name of the Oracle database.
Export Oracle_base=/u01/app
Export Oracle_home= $ORACLE _base/oracle
Export ORACLE_SID=ORCL
Export path= $ORACLE _home/bin: $PATH: $HOME/bin
6. Install the ORALCE, copy the Oracle installation files from the Windows D disk and install them. (File transfer can be achieved through XFTP in Xmanager)
7. #mkdir/MNT/SMB
#cd/MNT/SMB
#cp linux_11gr2_database_1of2.zip/tmp
#cp linux_11gr2_database_2of2.zip/tmp
#cd/tmp
#unzip linux_11gr2_database_1of2.zip/tmp
#unzip linux_11gr2_database_2of2.zip/tmp
8. Switch to Oracle User login Redhat5.5 Installation
9. $CD/tmp/database
Change to 1024*768 resolution
$./runinstaller
Then start the graphical interface installation.
After I finished running DBCA, in the Run to EM appeared the error prompt, "You needto run NETCA to configure a listener before you can proceed." Otherwise you maychoose to continue without Database control configuration "

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.