|
Oracle® Database Installation Guide
10g Release 1 (10.1) for Apple Mac OS X Part No. B13953-01 |
|
![]() Previous |
![]() Next |
This chapter describes how to complete post-installation tasks after you have installed the software. It includes information about the following topics:
You must perform the tasks listed in the "Required Post-installation Tasks" section. Oracle recommends that you perform the tasks listed in the "Recommended Post-installation Tasks" section after all installations.
If you installed and intend to use any of the products listed in the "Required Product-Specific Post-installation Tasks" section, you must perform the tasks listed in the product-specific subsections.
|
Note: This chapter describes basic configuration only. See the Oracle Database Administrator's Reference for UNIX Systems and product-specific administration and tuning guides for more sophisticated configuration and tuning information. |
You must perform the tasks described in the following sections after completing an installation:
Check the OracleMetalink Web site for required patches for your installation. To download required patches:
Use a Web browser to view the OracleMetalink Web site:
http://metalink.oracle.com
Log in to OracleMetalink.
|
Note: If you are not an OracleMetalink registered user, click Register for MetaLink! and follow the registration instructions. |
On the main OracleMetalink page, click Patches.
Select Simple Search.
Specify the following information, then click Go:
In the Search By field, choose Product or Family, then specify RDBMS Server.
In the Release field, specify the current release number.
In the Patch Type field, specify Patchset/Minipack.
In the Platform or Language field, select your platform.
Many Oracle products and options must be configured before you use them for the first time. Before using individual Oracle Database products or options, see the appropriate manual in the product documentation library, available on the Oracle Documentation Library CD-ROM, the DVD-ROM, or on the OTN Web site.
Oracle recommends that you perform the tasks described in the following section after completing an installation:
Oracle recommends that you back up the root.sh script after you complete an installation. If you install other products in the same Oracle home directory, then the Oracle Universal Installer updates the contents of the existing root.sh script during the installation. If you require information contained in the original root.sh script, then you can recover it from the backed up root.sh file.
Oracle recommends that you run the utlrp.sql script after creating or upgrading a database. This script recompiles all PL/SQL modules that might be in an invalid state, including packages, procedures, and types. This is an optional step but Oracle recommends that you do it during installation and not at a later date.
To run the utlrp.sql script, follow these steps:
Switch user to oracle.
Use the oraenv or coraenv script to set the environment for the database where you want to run the utlrp.sql script:
Bourne, Bash, or Korn shell:
$ . /usr/local/bin/oraenv
C shell:
% source /usr/local/bin/coraenv
When prompted, specify the SID for the database.
Start SQL*Plus, as follows:
$ sqlplus "/ AS SYSDBA"
If necessary, start the database:
SQL> STARTUP
Run the utlrp.sql script:
SQL> @?/rdbms/admin/utlrp.sql
For information about setting up additional user accounts, see the Oracle Database Administrator's Reference for UNIX Systems.
The client static library (libclntst10.a) is not generated during installation. If you want to link your applications to the client static library, you must first generate it as follows:
Switch user to oracle.
Set the ORACLE_HOME environment variable to specify the Oracle home directory used by the Oracle Database installation. For example:
Bourne, Bash, or Korn shell:
$ ORACLE_HOME=/Volumes/u01/app/oracle/product/10.1.0/db_1 $ export ORACLE_HOME
C shell:
% setenv ORACLE_HOME /Volumes/u01/app/oracle/product/10.1.0/db_1
Enter the following command:
$ $ORACLE_HOME/bin/genclntst
The following sections describe platform-specific post-installation tasks that you must perform if you installed and intend to use the products mentioned:
|
Note: You need only perform post-installation tasks for products that you intend to use. |
If you have an existing installation of Oracle software on this system, you might want to copy information from the Oracle Net tnsnames.ora configuration file from the existing installation to the corresponding file for the new installation.
If necessary, you can also add connection information for additional database instances to the new file.
If you installed Oracle Label Security, you must configure it in a database before you use it. You can configure Oracle Label Security in two ways; with Oracle Internet Directory integration and without Oracle Internet Directory integration. If you configure Oracle Label Security without Oracle Internet Directory integration, you cannot configure it to use Oracle Internet Directory at a later stage.
|
Note: To configure Oracle Label Security with Oracle Internet Directory integration, Oracle Internet Directory must be installed in your environment and the Oracle database must be registered in the directory. |
|
See Also: For more information about Oracle Label Security enabled with Oracle Internet Directory, see the Oracle Label Security Administrator's Guide. |
If you plan to use Oracle JVM or Oracle interMedia, Oracle strongly recommends that you install the natively compiled Java libraries (NCOMPs) used by those products from the Oracle Database 10g Companion CD. These libraries are required to improve the performance of the products on your platform.
For information about how to install products from the Companion CD, see the "Installing Oracle Database 10g Products from the Companion CD" section.
An Oracle Text knowledge base is a hierarchical tree of concepts used for theme indexing, ABOUT queries, and deriving themes for document services. If you plan to use any of these Oracle Text features, you can install two supplied knowledge bases (English and French) from the Oracle Database 10g Companion CD.
|
Note: You can extend the supplied knowledge bases depending on your requirements. Alternatively, you can create your own knowledge bases, possibly in languages other than English and French. For more information about creating and extending knowledge bases, see the Oracle Text Reference. |
For information about how to install products from the Companion CD, see the "Installing Oracle Database 10g Products from the Companion CD" section.
The Oracle Database 10g Companion CD contains additional products that you can install. Whether you need to install these products depends on which Oracle Database products or features you plan to use. If you plan to use the following products or features, Oracle strongly recommends that you complete the Oracle Database 10g Products installation from the Companion CD:
Oracle JVM
Oracle interMedia
Oracle Text
To install Oracle Database 10g Products from the Companion CD, follow these steps:
|
Note: For more detailed installation information, see the Oracle Database Companion CD Installation Guide, which is available on the Companion CD. |
Insert the Oracle Database 10g Companion CD or the Oracle Database 10g DVD-ROM into the disc drive.
If necessary, log into the system as the user who installed Oracle Database (typically the oracle user).
To start the Installer, enter the following commands where directory_path is the CD-ROM mount point directory or the path of the companion directory on the DVD-ROM:
$ cd /tmp
$ /directory_path/runInstaller
Use the following guidelines to complete the installation:
On the Specify File Locations screen, select the Oracle home name and path for the Oracle Database 10g installation where you want to install the products.
On the Select a Product to Install screen, select Oracle Database 10g Products.
|
Note: For more information about any of the Installer screens, click Help. |