Oracle8.1.7 for solaris 8 x86 installation instructions

Source: Internet
Author: User

Oracle8.1.7 for solaris 8 x86 installation instructions

Jason Chen
Http://www.jason314.com

Apr 2002

According to the instructions in the installation documentation, if you only install oracle, you do not need to install development tools.

Software and version
==============

Solaris 8 for x86

Oracle 8.1.7 for Intel unix

Installation Steps
==========

1. Log On As A root user, modify/etc/system, and add the following parameters:
Set shmsys: shminfo_shmmax = 4294967295
Set shmsys: shminfo_shmmin = 1
Set shmsys: Sh minfo_shmmni = 100
Set shmsys: shminfo_shmseg = 10
Set semsys: seminfo_semmni = 100
Set semsys: seminfo_semms = 200
Set semsys: seminfo_semmns = 350
Set semsys: seminfo_semopm = 100
Set semsys: seminfo_semvmx= 32767

After modification, reboot is required to take effect.

2. Use admintool to add dba groups and oracle users

3. Create an oracle directory/oracle
# Mkdir/oracle
# Chown oracle: dba/oracle

4. log in as an oracle user, modify the. profile file, and add:
DISPLAY = workstation_name: 0.0
ORACLE_BASE =/oracle
ORACLE_HOME =/oracle
ORACLE_SID = ORCL
ORACLE_OWNER = oracle
Export DISPLAY ORACLE_BASE ORACLE_HOME ORACLE_SID ORACLE_OWNER

PATH = $ PATH: $ ORACLE_HOME/bin:/usr/local/bin
LD_LIBRARY_PATH = $ ORACLE_HOME/lib:/usr/java/lib:/usr/ccs/lib:/usr/lib: $ LD_LIBRARY_PATH
JAVA_HOME =/usr/java
CLASSPATH = $ ORACLE_HOME/oraInventory/Compoments/oracle/swd/jre/1.1.8: $ ORACLE_HOME/jlib
Export PATH LD_LIBRARY_PATH JAVA_HOME CLASSPATH

NLS_LANG = AMERICAN_AMERICA.ZHS16CGB231280
ORA_NLS33 = $ ORACLE_HOME/ocommon/nls/admin/data
Export NLS_LANG ORA_NLS33

Save the file, log on to oracle again, or run
$ ../. Profile

5. log on to the console in English as an oracle user. (Note: The language must be English)
Enter the cdrom directory to run
./RunInstaller
Start installation.

6. Install the SDK by default. When you ask jdk 1.2.2home, enter/usr/java or/usr/java1.2.

7. After installation, run
# Cp/var/opt/oracle/oratab/etc

8. If you want to write a program using OCI or PRO * C, you need to modify the file $ ORACLE_HOME/rdbms/demo/oratypes. h.
Because the file is incorrect, add the following line before the file:
# Define signed

 

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.