| Oracle9i Database Installation Guide Release 2 (9.2.0.1.0) for Windows Part Number A95493-01 |
|
This chapter identifies postinstallation configuration tasks. Where appropriate, this chapter references other guides for procedures on performing these configuration tasks.
This chapter contains these topics:
Oracle Corporation recommends that you configure Oracle database files, directories, and registry settings to allow only authorized database administrators (DBAs) to have full control. If you created a database using Database Configuration Assistant or upgraded a database using Oracle Database Upgrade Assistant, then no further action is required.
This section describes the permissions automatically set by Oracle Universal Installer, Database Configuration Assistant, and Oracle Database Upgrade Assistant and the steps to set these permissions manually.
This section contains these topics:
Beginning with this release, Oracle Universal Installer, Database Configuration Assistant, and Database Upgrade Assistant set file permissions when Oracle software is installed or upgraded.
This section contains these topics:
During Oracle9i installation, by default Oracle Universal Installer installs software in \ORACLE_BASE\ORACLE_HOME.
Oracle Universal Installer sets the following permissions to this directory, and all files and directories under this directory:
Administrators - Full Control
System - Full Control
Authenticated Users - Read, Execute and List Contents
During database configuration, Database Configuration Assistant installs files and directories in the following default locations:
\ORACLE_BASE\admin\database_name
where database_name is the database name or SID.
\ORACLE_BASE\oradata\database_name
\ORACLE_BASE\oradata\database_name
SPFILESID.ORA file under the directory \ORACLE_BASE\ORACLE_HOME\database
Database Configuration Assistant sets the following permissions to these directories, and all files and directories under this directory:
When an older version (7.3.4, 8.0.6, 8.1.7, 9.0.1) of the database is upgraded to Oracle9i release 2 (9.2), Database Upgrade Assistant installs software in the following directories:
\ORACLE_BASE\admin\database_name
where database_name is the database name or SID.
\ORACLE_BASE\oradata\database_name
\ORACLE_BASE\oradata\database_name
SPFILESID.ORA file under the directory \ORACLE_BASE\ORACLE_HOME\database
Database Upgrade Assistant sets the following permissions to these directories, and all files and directories under this directory:
To ensure that only authorized users have full file system permissions:
| Directory | Group and Permissions |
|---|---|
|
|
|
Oracle Corporation recommends that you remove write permissions from users who are not Oracle9i DBAs or system administrators in HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE of the Windows registry.
To remove write permissions:
HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE.
The Registry Key Permissions dialog box appears.
SYSTEM account must have Full Control, since this is the account with which the Oracle9i database runs.
An Oracle database installation always installs the base release, for example, Oracle9i release 1 (9.0.1.1.0). Oracle Corporation recommends installing the latest patch set release after successful installation of the base release.
Current patch set information is available at
http://metalink.oracle.com
You must register online before using OracleMetaLink. After logging into OracleMetaLink, select Patches from the left-hand column.
To find and download patches:
To find the latest patch set for Oracle9i, enter the values defined in Table 6-1 and then select Submit.
Note that patch sets for Oracle databases are identified as "x.x.x PATCH SET FOR ORACLE DATA SERVER."
The README contains installation requirements and instructions.
When the Oracle9i database is created through the Enterprise Edition, Standard Edition, or Personal Edition installation type, the utlrp.sql script is automatically run. However, when an Oracle9i database is created through the Custom installation type, this script is not automatically run. Oracle Corporation recommends running the utlrp.sql script after creating, upgrading, or migrating a database. This script recompiles all PL/SQL modules that may be in an INVALID state, including packages, procedures, types, and so on. This step is optional, but recommended so that the cost of recompilation is incurred during the installation rather than in the future.
C:\> sqlplus
SYS account:
SQL> CONNECT SYS/PASSWORD AS SYSDBA
where PASSWORD is CHANGE_ON_INSTALL by default, unless you changed it after installation.
SQL> STARTUP
utlrp.sql script:
SQL> @ORACLE_BASE\ORACLE_HOME\rdbms\admin\utlrp.sql
Some individual components require postinstallation configuration tasks. The following sections list configuration requirements and the sections or documents referenced for specific configuration procedures.
After installation is complete, you have additional configuration tasks to perform before using the Management Pack for Oracle Applications.
Messaging Gateway, an Oracle9i Advanced Queuing feature, requires additional configuration.
This tool requires the Microsoft Management Console (the latest version available is recommended) and HTML Help 1.2 or higher to run. Microsoft Management Console is included with Windows 2000, but must be manually installed if you are using Windows NT 4.0.
|
See Also:
|
Authentication, encryption, integrity support, and enterprise user security require configuration.
There are two situations where postinstallation configuration is required:
Case 1: If you installed Oracle Management Server through the Oracle9i Database installation type and you want to start Oracle Enterprise Manager by logging into that Management Server, then you must start Oracle Enterprise Manager Configuration Assistant after installation to configure the Oracle Management Server to use a repository and to create its service.
Case 2: If you installed Oracle Management Server and you want to upgrade an existing release 2.x repository to a release 2 (9.2) repository, then you must start Oracle Enterprise Manager Configuration Assistant to upgrade the repository.
Before you can use Oracle Enterprise Manager Web Site, you must complete postinstallation configuration steps.
You can start, stop, and verify the status of Oracle HTTP Server.
These components are automatically configured when installed during the same installation as the Oracle9i database.
If you installed these components during a separate installation from the Oracle9i database or if you manually copied Oracle7 listener.ora and tnsnames.ora files into your Oracle9i network directory, manual configuration tasks need to be performed.
This section contains these topics:
Perform the following post-upgrade tasks for Oracle Internet Directory:
Set the Job Queue Process parameter in the init.ora file of the database to the following values:
Number of nodes - 1)
The following information needs to be added to the root Oracle Context in the entry identified by the following DN, "cn=Common, cn=Products, %RootOracleContextDN%". By default, the RootOracleContextDN is "cn=OracleContext". Table 6-2 lists the attributes in the Root Oracle Context.
| Attribute | Description |
|---|---|
|
Subscriber Search Base ( |
This attribute identifies the node in the Directory Information Tree (DIT) under which all subscribers are placed. |
|
Subscriber Nick Name Attribute ( |
This attribute identifies the nickname attribute to be used when searching for a subscriber under the subscriber search base. |
|
( |
This attribute identifies the root of your organization (same as the value specified in the Upgrading Subscriber screen of OiD Configuration Assistant. |
The following information needs to be added in the subscriber-specific Oracle Context in the entry identified by the following DN, "cn=Common, cn=Products, cn=oracleContext, subscriber DN". Table 6-3 lists the attributes in the Default Subscriber Oracle Context.
If the password policy exists in the earlier release of Oracle Internet Directory (located under DN "cn=pwdpolicyentry, cn=Oracle Internet Directory"), then this policy will be applied to both the Root Oracle Context and the default Subscriber Oracle Context. The original DN containing the policy "cn=pwdpolicyentry, cn=Oracle Internet Directory" will be removed from the earlier release. Otherwise, the default password policy is set up as part of the Subscriber Oracle Context creation. By default, the password policy for the default subscriber is set to the following values:
pwdmaxage=5184000).
pwdlockout=1 and pwdmaxfailure=10).
pwdchecksyntax=1 and pwdinlength=5).
You must do this if you choose to do the user data upgrade as a postinstallation step.
The password format in Oracle Internet Directory release 9.2 is base-64. The older passwords stored in hexadecimal must be converted. To perform the conversion, follow these steps:
ldapsearch to output all the encrypted user passwords to a file. In this case, ORACLE_HOME/ldap/install/pwdin.ldif is used as the output file.
ORACLE_HOME/bin/ldapsearch -L -h OID host_name -p OID Non-SSL port -D OID Super User DN -w OID Super User Password -b "" -s sub "objectclass=*" dn userpassword > $OH/ldap/install/pwdin.ldif
passwordconvert tool to convert the user passwords in ORACLE_HOME/ldap/install/pwdin.ldif and output them to ORACLE_HOME/ldap/install/pwdout.ldif.
ORACLE_HOME/bin/passwordconvert -m hex2base64 -f modify ORACLE_HOME/ldap/install/pwdin.ldif ORACLE_HOME/ldap/install/pwdout.ldif
ldapmodify to upload the BASE-64 encoded user passwords in
$ORACLE_HOME/ldap/install/pwdout.ldif back into Oracle Internet Directory.
ORACLE_HOME/bin/ldapmodify -h OID host_name -p OID Non-SSL port -D OID Super User DN -w OID Super User Password > -f ORACLE_HOME/ldap/install/pwdout.ldif
You must download a UNIX emulation utility for Windows to run Oracle Internet Directory shell script tools on Windows (BULKLOAD.SH, BULKDELETE.SH, BULKMODIFY.SH, CATALOG.SH, and LDAPREPL.SH). Two certified third-party software vendors provide this utility:
http://www.datafocus.com/products/
Oracle Net Configuration Assistant is a tool that assists you in configuring your Oracle network.
If you installed Oracle Net Services, Oracle Net Configuration Assistant automatically guided you through network configuration of client computers and Oracle9i database servers.
You can also configure your Oracle network after installation with the Oracle Net Configuration Assistant and Oracle Net Manager tools.
|
See Also:
|
Before writing Java programs that use the OLAP API, you must make the files accessible in your Java development environment.
Before using Oracle Performance Monitor for Windows NT to view Oracle-specific counters, you must specify the SYSTEM password using OperfCfg.exe located in the ORACLE_BASE\ORACLE_HOME\bin directory.
To set the SYSTEM password, enter the following:
C:\> operfcfg.exe -U SYSTEM -P password [-D database_name]
Postinstallation configuration procedures must be performed to enable high availability and Oracle Enterprise Manager functionality.
For Windows NT installations, if you did not install the Microsoft Management Console (MMC) before installing Oracle9i, then you must manually start the OracleMTSRecoveryService service and change its status to Automatic.
Perform the following tasks before using Oracle Services for Microsoft Transaction Server:
You must perform a number of configuration tasks, including:
init.ora parameter file
Refer to Oracle9i XML Database Developer's Guide - Oracle XML DB for more information on the following tasks:
Configuration is dependent on the network configuration files used. In nearly all cases, configuration is automatic. However, if you are using pre-8.0.3 tnsnames.ora and listener.ora files with your release 2 (9.2) database, manual configuration is required.
Pro*COBOL supports specific compilers.
Configuration is dependent on how support was installed. If you installed the Oracle9i database through the Enterprise Edition, Standard Edition, or Personal Edition installation types, shared support was not configured. If you created your Oracle9i database through Database Configuration Assistant, you were offered a choice of shared or dedicated server support.
|
See Also:
|
|
|
![]() Copyright © 2001, 2002 Oracle Corporation. All Rights Reserved. |
|