2020. 11. 5. 10:16ㆍ카테고리 없음
Oracle Database Online Documentation 11g Release 2 (11.2) Installing and Upgrading. Installation guides for Oracle Database 11g and accompanying products on various platforms are collected here. Full Installation Guides describe a wider variety of scenarios with more detail.
8i | 9i | 10g | 11g | 12c | 13c | 18c | 19c | Misc | PL/SQL | SQL | RAC | WebLogic | Linux
Home » Articles » 11g » Here
In this article I'll describe the installation of Oracle Database 11g Release 2 (11.2.0.2) on Solaris 10 (x86-64). The article is based on a default server installation as shown here. Alternative installations may require a different setup procedure.
Download Software
Download the following software.
Unpack Files
Unzip the files.
You should now have a single directory called 'database' containing installation files.
Hosts File
Oracle 11g Release 2 Date
The '/etc/hosts' file must contain a fully qualified name for the server.
For example.
Set Kernel Parameters
The Oracle 11gR2 installation requires Solaris 10 U6 or later. Check the version and update level using the following command.
As the root user, issue the following command.
Append the following line to the '/etc/user_attr' file.
If you've performed a default installation, it is likely that the only kernel parameter you need to alter is 'max-shm-memory' to meet the minimum installation requirements. To check the current value issue the following command.
To reset this value, make sure at least one session is logged in as the oracle user, then from the root user issue the following commands.
The first dynamically resets the value, while the second makes changes to the '/etc/project' file so the value is persistent between reboots.
Add the following lines to the '/etc/inittab' file, immediately before the entry for 'startd'.
Append the following line to the '/etc/system' file.
Reboot your system before attempting to install Oracle.
Setup
Check to see which of the required packages are already installed.
Add the 'SUNWi1cs' and 'SUNWi15cs' packages using the 'pkgadd' command.
Create the new groups and users.
Create the directories in which the Oracle software will be installed.
If you have not partitioned your disks to allow a '/u01' mount point, you may want to install the software in the '/export/home/oracle' directory as follows.
Login as the oracle user and add the following lines at the end of the '.profile' file, making sure you have set the correct ORACLE_BASE value.
Installation
Log into the oracle user. If you are using X emulation then set the DISPLAY environmental variable.
Oracle 11g Release 2 Documentation
Start the Oracle Universal Installer (OUI) by issuing the following command in the database directory.
During the installation enter the appropriate ORACLE_HOME and name then continue installation. For a more detailed look at the installation process, click on the links below to see screen shots of each stage.
Post Installation
Oracle 11g Release 2 Installation Guide
Edit the '/var/opt/oracle/oratab' file setting the restart flag for each instance to 'Y'.
For more information see:
Hope this helps. Regards Tim...