Oracle8i Installation Guide
Release 2 (8.1.6) for Sun SPARC Solaris

A77181-01

Library

Product

Contents

Index

Prev Next

1
System Requirements

Completing a quick, successful installation depends on the local system satisfying the software dependencies and space requirements for Oracle software. This chapter describes the requirements for installing Oracle8i on Sun SPARC Solaris and any restrictions with this release. Before starting the installation, verify that your system meets the requirements described in this chapter

Installation Overview

Installing Oracle8i involves the following steps:

  1. Satisfy Prerequisites: Make sure the local system satisfies the hardware, software, memory, and disk space requirements for the products you want to install. These requirements and restrictions are described in this chapter.

  2. Pre-Installation: Make sure the UNIX environment is properly set up and complete pre-installation tasks for the products you want to install. See Chapter 2, "Pre-Installation".

  3. Install: Use the new Oracle Universal Installer provided on your software CD-ROM to install Oracle products. See Chapter 3, "Installation".

  4. Post-Installation: Create database objects, establish the user environment, and configure the installed Oracle products for the local system. See Chapter 4, "Post-Installation".

  5. Client Installations: If you want to install client tools, applications, and client interfaces not included with the Oracle8i Release 2 (8.1.6) CD-ROM, check the requirements and instructions in the documentation for those products.

Product Installation Categories and Installation Types

There are three categories of products included with Oracle8i Release 2 (8.1.6) for Sun SPARC Solaris.

Each category of products consists of multiple installation types. An overview of these product categories and types follows in Table 1-1, "Oracle8i Product Installation Categories and Types". For descriptions and version numbers of individual software products included on the Oracle8i Release 2 (8.1.6) for Sun SPARC Solaris CD-ROM, refer to Appendix A, "Oracle8i Products".

Table 1-1 Oracle8i Product Installation Categories and Types
This Installation Category...  Consists of These Installation Types: 

Oracle8i Enterprise Edition 

Typical

    Installs a preconfigured starter database, licensable Oracle options, networking services, Oracle utilities, enterprise management tools, and online documentation. This type of installation is recommended for users who want the complete database package.

Minimal

    Gives you the option of installing a preconfigured starter database, networking services, enterprise management tools, and Oracle utilities. This type of installation is recommended for users who want a minimal database package.

Custom

    Lets you selectively install products from the above installation types.

 

Oracle8i Management Infrastructure 

Oracle Management Server

    Installs a management console, management tools, networking services, utilities, basic client software, and online documentation.

Oracle Internet Directory

    Installs components that enable the Oracle Internet Directory directory server to be implemented as an application on the Oracle8i database.

Custom

    Lets you selectively install products from the above installation types.

 

Oracle8i Client 

Administrator

    Installs a management console, management tools, networking services, utilities, basic client software, and online documentation.

Programmer

    Installs development tools and interfaces for creating applications that access an Oracle8i database. This installation package includes precompilers, networking services, and documentation.

Application User

    Provides networking services and support files that enable database application users to connect to and interact with an Oracle8i database.

Custom

    Lets you selectively install products from the above installation types.

 

System Installation Requirements

Verify that your system meets the requirements described in the following sections before you install Oracle8i Release 2 (8.1.6) products.


Note:

You will not be able to complete an installation if your system does not meet the minimum requirements for the Oracle products you select. 


Hardware Requirements

To install Oracle8i products included with this release, your Sun SPARC Solaris system must meet the minimum hardware requirements listed in Table 1-2.

Table 1-2 Hardware Requirements
Hardware  Requirements 

Memory  

A minimum of 128 MB RAM is required to install Oracle8i products. Oracle8i Client products require 64 MB of RAM 

Swap Space  

Twice the amount of RAM or at least 400 MB, whichever is greater, is recommended for most systems. 

CD-ROM Device  

A CD-ROM drive supported by Solaris is required. Oracle uses ISO 9660 format CD-ROM disks with RockRidge extensions. 

To determine the amount of RAM memory installed on your system, enter the following command:

$ /usr/sbin/prtconf | grep size

To determine the bytes of swap space currently configured on your system, enter the following command and multiply the BLOCKS column by 512:

$ swap -l

Disk Space Requirements

The Oracle Universal Installer allows you to choose your installation category and type as described in "Product Installation Categories and Installation Types". Your choices will determine how much disk space you will need as shown in Table 1-3, Table 1-4, and Table 1-5. Disk space requirements do not account for the size of your database. A production Oracle database server supporting many users requires significantly greater disk space and memory.


Note:

These are approximate values that might vary slightly at install time. 


Table 1-3 Disk Space Requirements for Oracle8i Enterprise Edition
Installation Type  Required Disk Space 

Typical 

1000 MB 

Minimal 

800 MB 

Custom 

Up to a maximum of 1020 MB 

Table 1-4 Disk Space Requirements for Oracle8i Management Infrastructure
Installation Type  Required Disk Space 

Oracle Management Server 

310 MB 

Oracle Internet Directory 

680 MB 

Custom 

Up to a maximum of 790 MB 

Table 1-5 Disk Space Requirements for Oracle8i Client
Installation Type  Required Disk Space 

Administrator 

350 MB 

Programmer 

260 MB 

Application User 

150 MB 

Custom 

Up to a maximum of 470 MB 

Operating System Software Requirements

To install Oracle8i products included with this release, your Sun SPARC Solaris system must meet the operating system requirements listed in Table 1-6.

Table 1-6 Operating System Software Requirements
OS Software  Requirements 

Operating System  

Solaris 2.6 or Solaris 7. 

Operating System Patch 

Use the latest kernel patch from Sun Microsystems. Sun provides patch information at:

http://sunsolve.sun.com

Solaris 2.6 requires at least kernel jumbo patch revision #105181-15 for successful installation of Release 2 (8.1.6).

See Table 1-12, "Solaris 2.6 Patches for JRE 1.1.8_10" and Table 1-13, "Solaris 7 Patches for JRE 1.1.8_10" for patches required on Solaris for the JRE. 

Operating System Packages  

SUNWarc, SUNWbtool, SUNWhea, SUNWlibm, SUNWlibms, SUNWsprot, SUNWtoo 

Window Manager  

X-windows must be installed on the system from where the Installer is run. Use any Sun-supported X-windows server, for example, dtwm, twm, olwm, that supports Motif.

Character mode installs are not supported for Release 2 (8.1.6). See "Character Mode"

Required Executables 

The following executables must be present in the /usr/ccs/bin directory: make, ar, ld, nm

To determine your current operating system information, enter the following command:

$ uname -a

To determine which operating system patches are installed, enter the following command:

$ showrev -p

To determine which operating system packages are installed, enter the following command:

$ pkginfo -i [package_name]

If you enter pkginfo -i, all installed packages are listed.

To determine if your X-windows system is working properly on your local system, enter the following command:

$ xclock

If a clock is not displayed on your screen, X-windows is not configured correctly. See "DISPLAY" for instructions on configuring X-windows.

To determine if you are using the correct system executables, enter the following commands:

$ /usr/bin/which make
$ /usr/bin/which ar
$ /usr/bin/which ld
$ /usr/bin/which nm

Each of the four commands above should point to the /usr/ccs/bin directory. If not, add /usr/ccs/bin to the beginning of the PATH environment variable in the current shell. See "PATH" for instructions on setting the PATH variable.

Online Documentation Requirements

To view online documentation included with the Oracle8i CD-ROM, use a web browser such as Netscape Navigator 4.0 or higher running on a UNIX system. To view PDF documents, you need Adobe Acrobat Reader version 3.0 or higher. Online documentation included with Oracle8i Release 2 (8.1.6) for Sun SPARC Solaris can only be viewed on UNIX systems.

Additional Product-Specific Installation Requirements

This section provides product-specific information in addition to hardware and software requirements provided earlier in this chapter. For descriptions of these products, see Appendix A, "Oracle8i Products".

Oracle8i and Options

Table 1-7 Restrictions, Requirements, and Installation Tasks for Oracle8i and Options
Product Name  Restrictions and Requirements 

Oracle Parallel Server, 8.1.6  

Requires Sun Enterprise Cluster 2.1 or higher 

Oracle interMedia, 8.1.6 

You must have at least 10 MB of disk space available for the interMedia Text data dictionary. 

Oracle Visual Information Retrieval, 8.1.6 

Requires Oracle interMedia, 8.1.6 

Oracle Internet Directory, 2.0.6 

Requires an installation of Oracle8i Enterprise Edition, Release 2 (8.1.6) with character set
AMERICAN_AMERICA.UTF8 and an instance dedicated to the Oracle Internet Directory. If this installation does not already exist, the Oracle Universal Installer will install it automatically. 

Tools and Precompilers

Table 1-8 Restrictions, Requirements, and Installation Tasks for Tools and Precompilers
Product Name  Restrictions and Requirements 

Java Runtime Environment (JRE), 1.1.8 

See Table 1-12, "Solaris 2.6 Patches for JRE 1.1.8_10" and Table 1-13, "Solaris 7 Patches for JRE 1.1.8_10" for patches required on Solaris for the JRE. 

Oracle JServer, 8.1.6
(includes Java Virtual Machine (JVM) and Java utilities) 

See the Java README on the Oracle8i CD-ROM for restrictions and requirements 

Oracle Data Migration Assistant, 8.1.6 

An Oracle7 database must be at least release 7.1.4 to be migrated. An Oracle8 database must be at least release 8.0.3.0 to be upgraded. An Oracle8i database must be at least version 8.1.5 to be upgraded. 

Pro*COBOL, 8.1.6  

Requires Micro Focus COBOL 3.2 or higher, or Sun Nihongo COBOL 1.0.1 

Pro*C/C++, 8.1.6 

Requires SPARCworks/Workshop C compiler 4.2 or higher 

Pro*COBOL, 1.8.51 

Requires Micro Focus COBOL 3.2 or higher, or Sun Nihongo COBOL 1.0.1 

Pro*FORTRAN, 1.8.51 

Requires FORTRAN77 3.0.1 or higher 

SQL*Module Ada, 8.1.6 

Requires Sun ADA 2.1 or higher 

Networking and System Management Products

All network products require the underlying software and operating system libraries for the supported network. The network software must be installed and running prior to installation of Net8 products. Refer to operating system and third party vendor networking product documentation for more information. Net8 Release 8.1.6 products require Oracle8i Release 2 (8.1.6) and Net8 Release 8.1.6.

Table 1-9 Restrictions and Requirements for Networking and System Management Products
Product Name  Restrictions and Requirements 

Oracle Enterprise Manager, 2.1.0 

A system running:

  • only the Console and DBA Management Pack must be at least a Sun SPARC 20 - 266 Mhz

  • the Oracle Management Server must be at least a Sun SPARC Ultra 1 - 300 Mhz

  • the entire Oracle Enterprise Manager bundle (Console, DBA Management Pack, Oracle Management Service, and database repository) must be at least a Sun SPARC Ultra 1 - 400 Mhz.

If tracing is enabled, an additional 50 MB of disk space should be allocated for trace logs.

Access to an Oracle database, release 7.3 or later, is required to create a new Enterprise Manager repository. Running Oracle Enterprise Manager from a website requires special configuration. See the Oracle Enterprise Manager Configuration Guide for more information. 

Oracle Advanced Security: Export Edition, 8.1.6 

See Table 1-10 for information about Oracle Advanced Security authentication support requirements. 

Legato Storage Manager, Version 5.5 

See Table 1-11 for Legato Storage Manager Software Requirements.

Note: Legato Storage Manager (LSM) can be installed either through the Installer or manually according to the instructions in the section "Installing Legato Storage Manager Manually" in Chapter 3. 

Oracle TCP/IP with SSL Protocol Support, 8.1.6 

SSL 3.0 or later 

Oracle LU6.2 Protocol Support, 8.1.6 

Sun SNA 9.1, or higher 

Oracle SPX/IPX Protocol Support, 8.1.6 

Sun PC Protocol Services 1.1 

Oracle Advanced Security

Oracle Advanced Security is an add-on product to the standard Net8 Server or Net8 Client. It must be purchased and installed on both the client and the server.

Oracle Advanced Security release 8.1.6 requires Net8 release 8.1.6 and supports Oracle8i Enterprise Edition. Install Oracle Advanced Security on each client and server where Oracle Advanced Security is required.

Table 1-10 describes requirements for authentication protocols supported by Oracle Advanced Security. See the Oracle Advanced Security Administrator's Guide for additional information.

Table 1-10 Supported Authentication Methods and Requirements
Authentication Method  Requirements 

Kerberos 

MIT Kerberos Version 5, release 1.1

The Kerberos authentication server must be installed on a physically secure machine. 

CyberSafe TrustBroker 

CyberSafe GSS Runtime Library, version 1.1 or later, installed on both the system that runs the Oracle client and on the machine that runs the Oracle server.

CyberSafe TrustBroker, release 1.2 or later installed on a physically secure machine that runs the authentication server.

CyberSafe TrustBroker Client, release 1.2 or later installed on the machine that runs the Oracle client. 

SecurID 

ACE/Server release 3.3 or higher running on the authentication server. 

Identix Biometric 

Identix hardware and driver installed on each Biometric Manager station and client. 

RADIUS 

A RADIUS server that is compliant with the standards in the Internet Engineering Task Force (IETF) RFC #2138, Remote Authentication Dial In User Service (RADIUS) and RFC #2139, RADIUS Accounting

To enable challenge-response authentication, you must run RADIUS on a platform that supports the Java Native Interface as specified in release 1.1 of the Java Development Kit from JavaSoft 

Secure Socket Layer (SSL) 

A wallet that is compatible with the Oracle Wallet Manager version 2.1. Wallets created in earlier releases of the Oracle Wallet Manager are not forward compatible. 


Note:

No additional authentication protocol software is required to relink Oracle products. However, Oracle does not provide the third-party authentication servers (e.g. Kerberos, RADIUS). The appropriate authentication server for these protocols must be installed and configured separately. Secure Socket Layer is provided and always installed with Oracle Advanced Security.  


Software Requirements for Legato Storage Manager

Legato Storage Manager is a restricted-functionality version of Legato NetWorker.

.


Note:

If you have Legato NetWorker already installed on your system, you will not have the option of installing Legato Storage Manager. To install the version of Legato Storage Manager included with this release of Oracle8i, you must first de-install any present version of Legato NetWorker. See "Removing an Existing Legato Storage Manager Installation"


The software requirements in Table 1-11 apply to a default installation of Legato Storage Manager, with no relocation of the software components.

Table 1-11 Legato Storage Manager Software Requirements
Components  Default Location  Space Requirement 

GUI 

/usr/bin 

17 MB 

Daemon and utility command files 

/usr/sbin 

26 MB 

Library files 

/usr/lib 

10 MB 

Online client file and server indexes; media database 

/nsr 

100 MB 

Online manual pages 

/usr/share/man 

1 MB 

Device Drivers 

/usr/kernel

/etc/LGTOuscsi 

0.1 MB

15 MB 

 

 

169.1 MB 

Solaris and Installation-Specific Issues and Restrictions

The following issues and restrictions can affect the installation or use of Oracle8i on Sun SPARC Solaris. Check the Release Notes that accompany this release and the README files in the $ORACLE_HOME/relnotes directory before using Oracle8i. For Release 2 (8.1.6), the README files are uncompressed and linked to the top-level HTML file in the doc directory. README files for other products on the Oracle8i CD-ROM are in the doc or admin/doc directories for the respective products.

New ORACLE_HOME

Do not install Oracle8i Release 2 (8.1.6) into an ORACLE_HOME directory containing any Oracle Software earlier than 8.1.5. If you install Oracle8i Release 2 (8.1.6) into an 8.1.5 ORACLE_HOME, Oracle Universal Installer removes most existing 8.1.5 products before the 8.1.6 products are installed. Do not remove 8.1.5 products that remain after the upgrade to 8.1.6.

Oracle Corporation recommends that you install Oracle8i Release 2 (8.1.6) products into a new ORACLE_HOME.

Java Runtime Environment (JRE)

The JRE shipped with Oracle8i is used by Oracle Java applications such as the Oracle Universal Installer and is the only one supported to run with these applications. Customers should not modify this JRE, unless it is done through a patch provided by Oracle Support Services.

The inventory can contain multiple versions of the JRE, each of which can be used by one or more products or releases. The Installer creates the oraInventory directory the first time it is run to keep an inventory of products that it installs on your system as well as other installation information. The location of oraInventory is defined in /var/opt/oracle/oraInst.loc.

Products in an ORACLE_HOME access the JRE through a symbolic link in $ORACLE_HOME/JRE to the actual location of a JRE within the inventory. Customers should not modify the symbolic link unless it is done through a patch provided by Oracle Support Services.

The Solaris patches Table 1-12 and Table 1-13are required or recommended for JRE 1.1.8_10 and can be obtained from:

http://sunsolve.sun.com

Table 1-12 Solaris 2.6 Patches for JRE 1.1.8_10
Patch ID  Description  Required or Recommended? 

106040-11 

X Input and Output Method patch 

Required 

105181-15 

Kernel patch 

Required 

105284-25 

Motif Runtime Library Patch 

Recommended 

105490-07 

Dynamic linker patch 

Recommended 

106409-01 

Chinese TrueType fonts patch (1) 

Recommended 

105633-21 

OpenWindows 3.6: Xsun patch (1) 

Recommended 

105568-13 

Libthread patch 

Recommended 

105210-19 

LibC patch 

Recommended 

105669-07 

CDE 1.2: libDTSvc patch (dtmail) 

Recommended 

Table 1-13 Solaris 7 Patches for JRE 1.1.8_10
Patch ID  Description  Required or Recommended? 

107636-01 

X Input and Output Method patch 

Required 

106980-05 

Libthread patch 

Recommended 

107607-01 

Motif fontlist, fontset, libxm 

Recommended 

107078-10 

Open Windows 3.6.1 Xsun patch (1) 

Recommended 

To determine which operating system patches are installed, enter the following command:

$ showrev -p

Character Mode

Installation can no longer be performed using character mode. However, you can configure the Oracle Universal Installer to perform a non-interactive installation of Oracle products. The Installer can be run in non-interactive mode directly from your system's X-windows console or via an X-terminal or PC X-terminal on a remote system. For more information on the non-interactive installation of Oracle products, see "Non-Interactive Installation and Configuration".

Upgrading and Migrating

If you are upgrading an existing system, there are issues which exceed the scope of this manual. See Oracle8i Migration for details on upgrade and migration procedures. If you are upgrading an Oracle Enterprise Manager repository, see the Oracle Enterprise Manager Configuration Guide.

It is possible to migrate an Oracle7 database, release 7.1.4 or higher, or upgrade an Oracle8 database, release 8.0.3 or higher, to Oracle8i Release 2 (8.1.6). To migrate from an Oracle7 database lower than 7.1.4, you must first upgrade to an Oracle7 database, release 7.1.4 or higher, and then use the Oracle Data Migration Assistant to migrate to Oracle8i.


Note:

The Migration Utility is available as a stand-alone product. 


File Systems

Oracle8i Server must be able to verify that file writes have been made to disk. File systems that do not support this verification are not supported for use with Oracle databases, although Oracle software can be installed on them.

Optimal Flexible Architecture

Optimal Flexible Architecture (OFA), Oracle's standard set of configuration guidelines for Oracle databases, is supported, but not enforced, by the Oracle Universal Installer. The starter database included with the Typical installation type of Oracle8i Enterprise Edition is created under a single mount point. See "Identifying Your Database Environment" for more information about the databases you can create during installation.

For more information about OFA, see Appendix A, "Optimal Flexible Architecture", in the Oracle8i Administrator's Reference.

Solaris 2.3, 2.4, and 2.5

Solaris 2.3, 2.4, and 2.5 are not supported for use with Oracle8i Release 2 (8.1.6). You must be using Solaris 2.6 or Solaris 7. See Table 1-6 for details of operating system and patch level requirements.

Very Large Files

Oracle8i Release 2 (8.1.6) includes native support for files greater than 2 GB. Check your shell to determine whether it will impose a limit.

To check current soft shell limits, enter the following command:

$ ulimit -Sa

To check maximum hard limits, enter the following command:

$ ulimit -Ha

The file (blocks) value should be multiplied by 512 to obtain the maximum file size imposed by the shell. A value of unlimited is the operating system default and is the maximum value of 1 TB. See Table 1-14, "Oracle File Size Limits" for Oracle-specific file size limits. The db_block_size parameter is defined in the $ORACLE_HOME/dbs/initsid.ora file.

Table 1-14 Oracle File Size Limits
File Type  Maximum Size in Bytes 

Datafiles where db_block_size=2048 

8,589,932,544 

Datafiles where db_block_size=4096 

17,179,865,088 

Datafiles where db_block_size=8192 

34,359,730,176 

Datafiles where db_block_size=16384 

68,719,460,352 

Import/Export file 

2,147,483,647 

SQL*Loader file 

2,147,483,647 

Oracle Parallel Server Restriction

Because all Oracle databases on a cluster linked in Parallel Server mode must match the word size of the Cluster Group Services executable, they must all run only a 32-bit executable. Mixing word sizes of parallel server executables, even across different databases, will not work in 8.1.x. This restriction does not apply to Oracle executables that are not linked in Parallel Server modes.


Prev Next
Oracle
Copyright © 1999 Oracle Corporation.

All Rights Reserved.

Library

Product

Contents

Index