Installing Japanese-localized version of Oracle 8.0.5 onto Japanese-Solaris 2.6.
- Preliminary info for our project
- Machine name is sqasun4.
- Mount point is /export/home/oracle.
- Login as root.
- Add following lines to /etc/system.
set shmsys:shminfo_shmmax=8388608
set shmsys:shminfo_shmmin=1
set shmsys:shminfo_shmmni=100
set shmsys:shminfo_shmseg=10
set semsys:seminfo_semmns=200
set semsys:seminfo_semmni=70
- Reboot the system.
- # cd /opt
- # mkdir /bin (to create /opt/bin).
- # cd /export/home
- # mkdir oracle (to create /export/home/oracle).
- # chown oracle:dba oracle
- # cd /export/home/oracle
- # mkdir oracle805 (to create /export/home/oracle/oracle805).
- # chown oracle:dba oracle805
- Insert Oracle 8 CD into the drive.
- # cd /cdrom/cdrom0/orainst
- # ORACLE_OWNER=oracle
- # export ORACLE_OWNER
- # cd /export/home/oracle/orainst
- # ./oratab.sh
- # su oracle
- $ ./orainst
- Installer Screen appears.
- Choose Custom Install. Select default in most cases except for the followings:
- Mount point is $ORACLE_BASE: /export/home/oracle
- $ORACLE_HOME is /export/home/oracle/oracle805
- $ORACLE_SID: sqasun4
- Choose Japanese.
- Select following to install:
Client Software
Net8
Net8 Protocol Adapter, then TCP/IP
Oracle8 Enterprise
Oracle8 JDBC
PL/SQL
SQL*Plus
- group: dba
- OSOPER: dba
- Filesystem_based Database: Yes
- As for 3 mounting points:
/export/home/oracle/u1
/usr/oracle/u2
/usr/oracle/u3
(Note: chown oracle:dba */oracle, */u1, */u2 and */u3 after creating directories.)
- JA16EUC
- JA16EUC
- SYSTEM ORACLE password: manager
- SYS ORACLE password: manager
- NO password for internal users - dba and operator.
- TNS and listener password: manager
- MTS and SQL*Net: NO
- Take default in most selections.
- NO for LEGATO.
- JDK 1.0 JDBC Thin Driver
JDK 1.1 JDBC Thin Driver
Check for your JDBC settings.
- Take more defaults.
- It should start installing packages and takes a while.
- After the installation is finished, it will take you back to the first Installer Screen. Check for the installed packages before exiting. You are set for the next step.
- Login as root.
- # cd /export/home/oracle/oracle805/orainst
- # ./root.sh
- Login as oracle.
- $cd /export/home/oracle
- Create .profile and add following:
ORACLE_HOME=/export/home/oracle/oracle805
export ORACLE_HOME
ORACLE_SID=sqasun4
export ORACLE_SID
PATH=/usr/bin:$ORACLE_HOME/bin
export PATH
- $ cd /export/home/oracle/oracle805/dbs
- Check initsqasun4.ora
- $ svrmgrl
- > connect internal
- > shutdown normal
- > startup
- > exit
- $ lnsrctl
- >start
- >exit
- $ sqlplus
- Enter user-name: should appear on your screen, then you're all set.