Install oracle11g on AIX 7.1

Source: Internet
Author: User

Installation Process

1. Upload Oracle 11g media to Aix

Unzip, execute unzip to decompress the two zip files respectively. The decompressed directory is the database directory.

 

2. Environment Detection

1) check physical memory, swap space, and TMP Space

#/Usr/sbin/lsattr-e-l sys0-A realmem (memory at least 1 GB)

# LSPs-a check swap space (Oracle recommends that 1 ~ 2G swap is 1.5ram, physical memory is 2 ~ 8g swap = Ram; physical memory greater than 8g; Swap = 3/4 RAM)

# DF-g/tmp: Check the size of the tmp directory. It is recommended that the size of the tmp directory be between MB and MB in Oracle ~ 200 m. (The default value of aix6.1 is 2 GB. Therefore, this parameter is sufficient. You do not need to adjust the value or adjust the value as required)

2) check whether the package has been included (the required software package for Oracle Installation)

Bos. ADT. Base

Bos. ADT. Lib

Bos. ADT. libm

Bos. Perf. libperfstat

Bos. Perf. perfstat

Bos. Perf. proctools

Xlc. aix61.rte: 9.0.0.1 or later (Aix 6.1)

Xlc. RTE: 9.0.0.1 or later (ibm aix 6.1)

You can run the following command: # lslpp-L and add the above file name to check whether the file is installed.

 

3. Create an oracle user group and user

Mkgroup-A oinstall

Mkgroup-a DBA

Mkuser pgrp = 'osinstall' groups = DBA Oracle

 

4. Set Environment Variables

# Cat/home/Oracle/. Profile

Export oracle_sid = orcl

Export oracle_base =/usr/Oracle/products/

Export ORACLE_HOME = $ oracle_base/11/DB

Export Path = $ path: $ ORACLE_HOME/bin

 

5. Install Oracle

Go to the database directory, the current user root, execute the following rootpre script, and then switch to the Oracle user

# Su-Oracle

The installation process is graphical installation, execute export display =: 1.0, and then connect to the X-window of Aix through the VNC client,

$ Export display =: 1.0

Run runinstaller (Note: it must be an oracle user)

$ CD database

$ Ls

Doc response rootpre. Sh runinstaller stage

Install rootpre RPM sshsetup welcome.html

$./Runinstaller

 

The subsequent installation process is the same as on Windows. Follow the wizard step by step.

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.