Oracle9i Application Server Installation Guide Release 1.0.2.1 for Sun SPARC Solaris Part Number A88725-01 |
|
This chapter guides you through the basic concepts and preinstallation steps for Oracle9i Application Server. The following topics provide information about Oracle9i Application Server, environment variables settings, configuration options, and starting Oracle Universal Installer:
Oracle9i Application Server is a scalable, secure, middle-tier application server. It enables you to deliver Web content, host Web applications, connect to back-office applications, and access your data on wireless devices. Oracle9i Application Server has three installation options:
Table 2-1 lists the three installation options for Oracle9i Application Server, and the components that are installed with each option. This is followed by a brief description of each component.
Oracle9iAS Database Cache improves the performance and scalability of applications that access Oracle databases by storing frequently used data on middle tier machines. With Oracle9iAS Database Cache, your applications can process several times as many requests as their original capacity.
Oracle9iAS Discoverer is a business intelligence tool for analyzing data. With Oracle9iAS Discoverer's award-winning user interface, users can access and analyze database data. There are two Oracle9iAS Discoverer products:
Oracle9iAS Forms Services deploys Forms applications with database access to Java clients in a Web environment. Oracle9iAS Forms Services automatically optimizes class downloads, network traffic, and interactions with Oracle database. Applications are automatically load-balanced across multiple servers and, therefore, can easily scale to service any number of requests.
Oracle9iAS Portal is a complete solution for building, deploying and monitoring Web database applications and content-driven Web sites. Oracle9iAS Portal enables you to create and view database objects through an easy-to-use HTML-based interface, and provides tools for creating HTML-based interfaces. It also allows you to resolve performance problems using performance tracking facilities, and enables you to manage database security through its interface.
Oracle9iAS Reports Services provides an easy-to-use, scalable, and manageable solution for high-quality database publishing and reporting by creating dynamic reports for the Web and across the enterprise. It enables you to implement a multi-tiered architecture for running your reports.
Oracle9iAS Web Cache is a server accelerator caching service that improves the performance, scalability, and availability of frequently used e-business Web sites that run on Oracle9i Application Server and Oracle8i. By storing frequently accessed URLs in virtual memory, Oracle9iAS Web Cache eliminates the need to repeatedly process requests for those URLs on the Web server, and it caches both static and dynamically-generated HTTP content from one or more applications Web servers.
Oracle9iAS Wireless is a portal service for delivering information and applications to mobile devices. Using Oracle9iAS Wireless, you can create custom portal sites that use different kinds of content, including Web pages, custom Java applications, and XML-based applications. Oracle9iAS Wireless sites make this diverse information accessible to mobile devices without you having to rewrite the content for each target device platform.
Oracle Advanced Security provides a comprehensive suite of security features to protect enterprise networks and securely extend corporate networks to the Internet. It provides a single source of integration with network encryption and authentication solutions, single signon services, and security protocols. By integrating industry standards, it delivers unparalleled security to the Oracle network and beyond.
Oracle Business Components for Java is a 100% Java-compatible, XML-powered framework that enables productive development, portable deployment, and flexible customization of multi-tier, database applications from business components.
The Oracle Database Client Developer Kit contains the following client libraries:
Oracle Enterprise Java Engine is an enterprise-class 100% Java-compatible server environment that supports Enterprise JavaBeans, CORBA, and database stored procedures. Oracle Enterprise Java Engine achieves high scalability through its unique architectural design, which minimizes the burden and complexity of memory management when the number of users increases.
Oracle Enterprise Manager Client provides an integrated solution for centrally managing your Oracle environment. Combining a graphical console, Oracle Intelligent Agents, common services, and administrative tools, Oracle Enterprise Manager Client provides a comprehensive systems management platform for managing Oracle9i Application Server. To use this client, you must have a previously installed Oracle Management Server on your network.
Oracle9i Application Server uses the Oracle HTTP Server, which is built on Apache Web server technology. Oracle HTTP Server offers scalability, stability, speed, and extensibility. It also supports Java Servlets, JavaServer Pages, Perl, PL/SQL, and CGI applications. This component also includes the following sub-components:
Oracle Internet File System is a file system and development platform that stores files in an Oracle8i database. It provides a mechanism for creating, storing, and managing various types of information, from Web pages to email, from spreadsheets to XML files, in a common repository for users to access and update.
LDAP (Lightweight Directory Access Protocol) is the emerging Internet standard for directory services. Oracle LDAP Client Kit supports client interaction with any LDAP-compliant directory server; for example, Oracle Internet Directory. The toolkit provides tools and development libraries to support client calls to directory services, encrypted connections, and enables you to manage your directory data.
Oracle Management Server provides distributed control between the database and Oracle9i Application Server in the network. As a central engine for notifications, it processes all system management tasks and administers the distribution of these tasks across the enterprise. Ensure that you do not have multiple Oracle Management Servers installed on a single machine.
The Oracle XML Developer Kit (XDK) contains the necessary XML components libraries and utilities to give developers the ability to easily XML-enable applications and Web sites. Oracle XDK supports development in Java, C, C++, and PL/SQL with a collection of libraries, command-line utilities, and tools.
The following is a list of the supplemental components that are available with Oracle9i Application Server, Release 1.0.2.1:
See Also: Appendix C, "Installing Supplemental Components" for overview and installation instructions. |
The preinstallation tasks for the Oracle9i Application Server are divided into the following parts:
The following environment variables must be set before starting the installer.
ORACLE_HOME is the root directory in which Oracle software is installed.
Oracle9i Application Server cannot share the same ORACLE_HOME with other Oracle products. If you have installed other Oracle products, then Oracle9i Application Server must be installed in a different ORACLE_HOME. If previously-set ORACLE_HOMEs exist on the machine where you are installing Oracle9i Application Server on, then refer to "Preventing Conflicts Between ORACLE_HOMEs" below.
To prevent a conflict between the software in an existing ORACLE_HOME and Oracle9i Application Server, you must remove all references to the existing ORACLE_HOME. The following steps describe removing these references.
C shell | Bourne/Korn shell |
---|---|
|
|
To set ORACLE_HOME environment variable, run the following command.
C shell | Bourne/Korn shell |
---|---|
|
|
TNS_ADMIN points to the directory where Net8 configuration files are stored.
If TNS_ADMIN is set on your system, you will have conflicts between that directory and the directory where the Oracle9i Application Server Net8 configuration files are created. You will also have conflicts if the configuration files are in a common directory outside of the Oracle home for your other Oracle product. For example, your system may use /var/opt/oracle/tnsnames.ora
for database aliases.
To prevent conflicts between the Net8 configuration files for different Oracle products, copy the configuration files from either TNS_ADMIN or the common directory to ORACLE_HOME
/network/admin
for the other product and unset TNS_ADMIN using the following command.
C shell | Bourne/Korn shell |
---|---|
|
|
Setting the DISPLAY
environment variable enables you to run the Oracle Universal Installer remotely from a local work station. On the system where you run the Oracle Universal Installer, set DISPLAY
to the system name or IP address of your local workstation.
If you get an Xlib error similar to "Failed to connect to server", "Connection refused by server", or "Can't open display" when starting the installer, then run the commands on your local workstations as listed in the table below.
During installation, Oracle Universal Installer uses a temporary directory for swap space. This directory must meet the "Hardware Requirements" listed before installing Oracle9i Application Server. The installation may fail if you do not have sufficient space. The installer checks for the TMP
environment variable to locate the temporary directory. If this environment variable does not exist, then the installer uses the /tmp
directory.
The following are instructions for setting the TMP
environment variable.
C shell | Bourne/Korn shell |
---|---|
|
|
The following UNIX account and groups are required for the installation process.
Use the admintool
or groupadd
utility to create a group named oinstall
. The oinstall
group will own Oracle Universal Installer's oraInventory
directory. The oracle
user account that runs the installation must have the oinstall
group as its primary group.
For more information on these utilities, refer to your operating system documentation.
The oracle
account is the UNIX account that owns Oracle software for your system. You must run Oracle Universal Installer from this account.
Create an oracle
account with the properties listed in Table 2-2.
Note:
Use the |
Two groups, the database operator group and the database administrator group, are required for installation. Oracle documentation refers to these groups as OSOPER and OSDBA, respectively. Databases use these groups for operating system authentication. This is necessary in situations where the database is shutdown and database authentication is unavailable.
The privileges of these groups are given to either a single UNIX group or two corresponding UNIX groups. There are two ways to choose which group(s) get the privileges:
oracle
account is a member of the dba
group before starting the installer, then dba
is given the privileges of both OSOPER and OSDBA.
oracle
account is not a member of the dba
group, then the installer will prompt you for the group name(s) that get these privileges.
The following table lists the privileges for the OSOPER and OSDBA groups.
If you are migrating from a previous version of Oracle9i Application Server, note that Oracle only supports the following options:
If you are installing Oracle9i Application Server on the same machine as the database, make the following changes to avoid port conflicts:
After setting the environment variables and creating UNIX accounts and groups, complete version-specific pre-installation tasks for the Oracle9i Application Server.
The following list directs you to the installation option that you have license to:
Minimal Edition does not require any preinstallation tasks.
Proceed to "About Oracle Universal Installer" to start the installer.
The following are the preinstallation steps for the Standard Edition of the Oracle9i Application Server.
Perform the following tasks to set database parameters for Oracle Internet File System:
Installation of Oracle Internet File System requires reconfiguration of specific database parameters on the server machine.
Set the following Oracle initialization parameters to the values specified. These parameters are contained in the init
SID
.ora
file in the ORACLE_BASE
/admin/
global_database_name/pfile
directory.
open_cursors
to at least 255.
shared_pool_size
at least 50 MB.
processes
to at least 200.
To verify that there is at least one online non-system rollback segment, connect to Oracle as the SYS
user with SQL*Plus and execute the following SQL statement:
SQL> SELECT segment_name, tablespace_name, status FROM dba_rollback_segs;
This will result in output that looks like the following table.
SEGMENT_NAME | TABLESPACE_NAME | STATUS |
---|---|---|
SYSTEM |
SYSTEM |
ONLINE |
PUBLIC_RS |
SYSTEM |
ONLINE |
USERS_RS |
USERS |
ONLINE |
In this example, USERS_RS is an online non-system rollback segment. To ensure that the rollback segment is always online after a database startup, include the following line in the init
SID
.ora
file:
rollback_segments = (rbs_name1, .... , rbs_namex)
/etc/system
file and modify the following variables:
SEMMSL
to 10 plus the largest PROCESSES parameter of any Oracle database on the system.
SEMMNS
to the sum of the PROCESSES parameter for each Oracle database, adding the largest one twice, then add an additional 10 for each database.
For more information, refer to Oracle8i Installation Guide.
SQL> SELECT name, value FROM v$parameter WHERE name = `open_cursors';
You should see the open_cursors
value you entered in the init
SID
.ora
file in step 2.
Oracle9i Application Server requires an active database connection. The installer uses this connection to add database objects to the origin database. The origin database is the original and primary storage for your data and is typically located on a database server tier.
Before installing Oracle9i Application Server, verify that the origin database and its TNS listener are running.
You have completed the preinstallation tasks for the Oracle9i Application Server. Proceed to "About Oracle Universal Installer" to start the installer.
The following are the preinstallation steps for the Enterprise Edition of the Oracle9i Application Server.
For TCP/IP performance tuning tips for the computer running Oracle9iAS Web Cache, refer to Oracle HTTP Server powered by Apache Performance Guide available on your product CD.
Perform the following preinstallation tasks for Oracle9iAS Database Cache:
To use Oracle9iAS Database Cache, the name of your origin database and its System Identifier (SID) must be the same. You can see both the name and SID by executing the following commands in SQL*Plus when logged on as the sys
user:
SQL> select value from v$parameter where name = 'db_name'; SQL> select instance_name from v$instance;
If these values are different, then you must perform the following steps on the origin database machine to change the SID:
init
SID
.ora
and orapw
SID
files to use the new SID.
listener.ora
and tnsnames.ora
files to use the new SID.
To prepare the origin database, you must allow Oracle9iAS Database Cache to access it remotely:
init
SID
.ora
) of the origin database. If the file contains the REMOTE_LOGIN_PASSWORDFILE
parameter, then make sure that the value equals SHARED
or EXCLUSIVE
. Oracle9iAS Database Cache can use either value. If the parameter is already set to either SHARED
or EXCLUSIVE
, then you do not need to change the value.
SYS
and INTERNAL
.
SYS
and INTERNAL
.
If the file does not contain the entry, then add it to the file, specifying either SHARED
or EXCLUSIVE
as the value. For example, to specify EXCLUSIVE
, add the following entry to the file:
REMOTE_LOGIN_PASSWORDFILE=EXCLUSIVE
The initSID.or
a file is in the ORACLE_HOME/database
directory for of the origin database.
Check if a password file exists for the database. The file is named pwd
SID
.ora
, where SID
is the system identifier of the origin database.
orapwd
utility with the following commands:
prompt>orapwd file=
orapwSIDpassword=
syspwentries=
maxRemUsers
There are no spaces around the equal sign (=). The parameters have the following meanings:
SYS
for the origin database. This parameter sets the password for SYSOPER
and SYSDBA
. If you issue the ALTER USER
statement to change the password after connecting to the origin database, both the password stored in the data dictionary and the password stored in the password file are updated.
You must configure the listener for the origin database so that it listens for external procedure calls. Follow these steps:
tnsnames.ora
file for the origin database by adding an entry that enables you to connect to the listener process (and subsequently, the extproc
process). For example, add the following entry to the tnsnames.ora
file:
EXTPROC_CONNECTION_DATA.US.ORACLE.COM= (DESCRIPTION=
(ADDRESS_LIST=
(ADDRESS= (PROTOCOL=IPC) (KEY=EXTPROC0))
) (CONNECT_DATA= (SID=PLSExtProc)
(PRESENTATION= RO)
) )
Verify the following:
EXTPROC_CONNECTION_DATA
". (Note that the domain name can be set to any value appropriate for your network.)
ADDRESS_LIST
contains an ADDRESS
entry setting "(PROTOCOL = IPC
)".
Make a note of the KEY
value (in this example, it is "EXTPROC0
"). Also make a note of the SID
value (in his example, it is "PLSExtProc
"). These values must match the KEY
and SID_NAME
value, respectively, in the corresponding entry in the listener.ora
file.
listener.ora
file for the origin database and add the following entries for the external procedure listener:
LISTENER_01= (DESCRIPTION_LIST= (DESCRIPTION= (ADDRESS_LIST= (ADDRESS= (PROTOCOL= TCP) (HOST = my_hostname) (PORT = 1521))
) (ADDRESS_LIST= (ADDRESS= (PROTOCOL= ICP) (KEY=EXTPROC0))
) ) )
Verify the following:
ADDRESS_LIST
contains an ADDRESS
entry setting "(PROTOCOL = IPC
)".
ADDRESS_LIST
containing "(PROTOCOL = IPC
) "has a key value which is the same KEY
value from the tnsnames.ora
file. In this example, the key value is "EXTPROC0
".
Make a note of the name of the listener that will be used for external procedures. In this example, the listener name is "LISTENER_01
".
listener.ora
file and verify that there is a SID
for external procedure listener in the listener's SID
list.
SID_LIST_LISTENER= (SID_LIST= (SID_DESC= (SID_NAME=PLSExtProc) (ORACLE_HOME=/dsk1/oracle/rdbms/OraHome) (PROGRAM=extproc) )
...(SID_DESC = (GLOBAL_DBNAME = global_DBname) (ORACLE_HOME = /dsk1/oracle/rdbms/OraHome) (SID_NAME = ias) ) )
Verify the following:
prompt> lsnrctl stop listener_01 prompt> lsnrctl start listener_01
extproc
process spawned by the listener inherits the operating system privileges of the listener. So Oracle Corporation strongly recommends that you restrict the privileges for the separate listener process. The process should not have permission to read or write to database files. The owner of this separate process should not be the oracle
user (which is the default owner of the server executable and database files). Start the listener from a user account that does not have permission to read or write to database files or the Oracle server address space.
extproc
executable in the bin
directory under the ORACLE_HOME of the origin database.
sqlnet.ora:
NAMES.DEFAULT_DOMAIN = your.Domain.Name SQLNET.AUTHENTICATION_SERVICES= (NTS) NAMES.DIRECTORY_PATH= (TNSNAMES, ONAMES, HOSTNAME)
Perform the following tasks to set database parameters for Oracle Internet File System:
Installation of Oracle Internet File System requires reconfiguration of specific database parameters on the server machine.
Set the following Oracle initialization parameters to the values specified. These parameters are contained in the init
SID
.ora
file in the ORACLE_BASE
/admin/
global_database_name/pfile
directory.
open_cursors
to at least 255.
shared_pool_size
at least 50 MB.
To verify that there is at least one online non-system rollback segment, connect to Oracle as the SYS
user with SQL*Plus and execute the following SQL statement:
SQL> SELECT segment_name, tablespace_name, status
FROM dba_rollback_segs;
This will result in output that looks like the following table.
SEGMENT_NAME | TABLESPACE_NAME | STATUS |
---|---|---|
SYSTEM |
SYSTEM |
ONLINE |
PUBLIC_RS |
SYSTEM |
ONLINE |
USERS_RS |
USERS |
ONLINE |
In this example, USERS_RS is an online non-system rollback segment. To ensure that the rollback segment is always online after a database startup, include the following line in the init
SID
.ora
file:
rollback_segments = (rbs_name1, .... , rbs_namex)
/etc/system
file and modify the following variables:
SEMMSL
to 10 plus the largest PROCESSES parameter of any Oracle database on the system.
SEMMNS
to the sum of the PROCESSES parameter for each Oracle database, adding the largest one twice, then add an additional 10 for each database.
For more information, refer to Oracle8i Installation Guide.
SQL> SELECT name, value FROM v$parameter WHERE name = `open_cursors';
You should see the open_cursors
value you entered in the init
SID
.ora
file in step 2.
Oracle9i Application Server requires an active database connection. The installer uses this connection to add database objects to the origin database. The origin database is the original and primary storage for your data and is typically located on a database server tier.
Before installing Oracle9i Application Server, verify that the origin database and its TNS listener are running.
You have completed the preinstallation tasks for the Oracle9i Application Server. Proceed to "About Oracle Universal Installer" to start the installer.
Oracle9i Application Server uses Oracle Universal Installer to configure environment variables and to install components. The installer guides you through each step of the installation process, so you can choose configuration options for a customized product.
The installer includes features that perform the following tasks:
The installer creates the oraInventory
directory the first time it is run on your machine. The oraInventory
directory keeps an inventory of products that the installer installs on your machine as well as other installation information. If you have previously installed Oracle products, then you may already have an oraInventory
directory.
oraInventory
directory. If another group attempts to run the installer, then they must have permission to write to the oraInventory
directory. If they do not have permission, then the installation will fail.
oraInventory
directory and all its files so that you are allowed to run the installer.
oraInventory
is defined in /var/opt/oracle/oraInst.loc
.
oraInventory_location/logs/installActions.log.
Log file names of previous installation sessions take the form installActions
datetime.log
.
oraInventory
directory or its contents. Doing so can prevent the installer from locating products that you have installed on your system.
Follow these steps to launch Oracle Universal Installer, which installs Oracle9i Application Server:
The Oracle Product Installation CD-ROM is in RockRidge format. If you are using the Solaris Volume Management software (installed by default in Sun SPARC Solaris), then the CD-ROM is mounted automatically to cdrom/9ias_1021_disk1
when you insert it in the disk drive. To begin installation, insert the CD labelled Disk 1.
If you are not using the Solaris Volume Management software, then you must mount the CD-ROM manually. To manually mount or unmount the CD-ROM, you must have root privileges. Be sure to unmount the CD-ROM before removing it from the drive.
To manually mount the CD-ROM, perform the following tasks:
prompt> mkdir mount_point
prompt> mount options device_name mount_point prompt> exit
The following example mounts the CD-ROM manually on /cdrom,
without using the Solaris Volume Management software. Execute the following commands as root user.
prompt> mkdir /cdrom prompt> mount -r -F hsfs device_name /cdrom prompt> exit
This launches Oracle Universal Installer through which you can install Oracle9i Application Server.
The list below navigates you to installation instructions for the Oracle9i Application Server edition you are licensed to:
|
![]() Copyright © 2001 Oracle Corporation. All Rights Reserved. |
|