Oracle 817 for LinuxUNIX installation documentation

xiaoxiao2021-03-05  45

Oracle 817 installation documentation

1. Create a DBA group and Oracle users

Root @ hz_cmode # groupAdd DBA

ROOT @ hz_cmode # useradd -m -d / opt / oracle -s / bin / ksh -g dba oracle

Root @ hz_cmode # Passwd Oracle New Password:

Re-enter new password:

Passwd (System): Passwd Success, Changed for Oracle

2. Modify / etc / system

Be sure to back up system, incorrectly modifying SYSTEMs may cause the operating system to not start

Root @ hz_cmode # cp / etc / system /etc/system.old

Add the following configuration to the end of SYSTEM

Set shmsys: shminfo_shmmax = 4294967295

SET SHMSYS: SHMINFO_SHMMIN = 1

SET SHMSYS: SHMINFO_SHMMNI = 100

SET SHMSYS: SHMINFO_SHMSEG = 10

SEMSYS: SEMINFO_SEMMNI = 100

SET SEMSYS: SEMINFO_SEMMSL = 1010

Set Semsys: seminfo_semmns = 2010

SEMSYS: SEMINFO_SEMOPM = 100

SET SEMSYS: SEMINFO_SEMVMX = 32767

Restart server

Root @ hz_cmode # sync

Root @ hz_cmode # reboot

3. Oracle software installation

Put Oracle8i Enterprise Editon (64-bit) 1OF2 into the optical drive

Add the following to Oracle users .profile file

Oracle_base = / opt / oracle / app / oracle

Oracle_Home = / OPT / Oracle / App / Oracle / Product / 8.1.7

Oracle_sid = DBSG

Oracle_owner = Oracle

LD_LIBRARY_PATH = $ ORACLE_HOME / LIB

PATH = $ PATH: $ Oracle_Home / Bin

EXPORT ORACLE_BASE ORACLE_HOME ORACLE_SID LD_LIBRARY_PATH PATH ORACLE_OWNER

Oracle_nls33 = $ Oracle_Home / Ocommon / NLS / Admin / Data

Stty Erase ^ h

The following operations need to be completed under the graphical interface

Log in to the system, absolute path installation

$ / CDROM / CDROM0 / RUNINSTALLER

Click Next

Confirm the Destination Directory, click Next

Enter DBA, click Next

Open another window with root user execution /opt/oracle/app/oracle/product/8.1.7/orainstroot.sh script

Root @ hz_cmode # /opt/oracle/app/oracle/product/8.1.7/oraptroot.sh

Creating Oracle Inventory Pointer File (/VAR/opt/oracle/oRainst.loc)

CHANGING GroupName OF / OPT / ORACLE / App / Oracle / ORAINVENTORY TO DBA.

Then click Retry

Click Next

Select Typical, click Next

Click Next

Enter the directory placed by the DataFile, the directory Oracle user should have read and write permissions. Click Next

Click Next

The installer is copying the software to the hard disk.

Open a window to confirm that except for the installation window, no other window is in / cdrom / cdrom0 directory, Eject pops up, put Oracle8i Enterprise Editon (64-bit) 2OF2 into the optical drive

Change / CDROM / Disk1 to / CDROM / Disk2, click OK.

Open another window with root user execution /opt/oracle/db01/app/racle/product/8.1.7/root.sh script

Running Oracle8 root.sh script ...

The Following Environment Variables Are Set As:

Oracle_owner = Oracle

Oracle_home = /opt/oracle/db01/app/oracle/product/8.1.7

Oracle_sid = DBSG

ENTER The Full Pathname of the Local Bin Directory: [/ usr / local / bin]:

Creating / var / opt / oracle / ORATAB FILE ...

Entry Will Be Added to the / VAR / OPT / ORACLE / ORATAB FILE BY

Database Configuration Assistant WHEN A DATABASE IS CREATED

Finished Running Generic Part of root.sh script.

Now Product-Specific Root Actions Will Be Performed.

Important Note: please delete Any Log and TRACE Files Previously

Created by the oracle Enterprise Manager Intelligent

Agent. Thase Files May Be found in The Directories

You Use for Storing Other Net8 Log and TRACE Files.

IF Such Files Exist, The Oem IA May Not Restart.

Click OK

Building a library process

After installation, click Exit to exit installation.

转载请注明原文地址:https://www.9cbs.com/read-32936.html

New Post(0)