Oracle® Database Client Installation Guide 10g Release 1 (10.1.0.2.0) for Windows Part Number B10131-01 |
|
|
View PDF |
This chapter describes how to complete postinstallation tasks after you have installed the software.
This chapter contains these topics:
You must perform the tasks listed in "Required Postinstallation Tasks". Oracle recommends that you perform the tasks listed in "Recommended Postinstallation Tasks" after all installations.
If you installed and intend to use any of the products listed in "Required Product-Specific Postinstallation Tasks", then you must perform the tasks listed in the product-specific subsections.
Note: This chapter describes basic configuration only. See Oracle Database Platform Guide for Windows and product-specific administration and tuning guides for more sophisticated configuration and tuning information. |
You must perform the tasks described in the following section 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:
Log in to OracleMetalink.
Note: If you are not an OracleMetalink registered user, then 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
Each patch has a ReadMe file with installation instructions. Some patches install with Oracle Universal Installer; others require special procedures. Oracle recommends that you always read the ReadMe before proceeding.
Oracle recommends that you perform the tasks in the following sections after completing an installation:
For information about setting up additional user accounts, see Oracle Database Platform Guide for Windows.
In addition to using Oracle Enterprise Manager Database Control or Grid Control, you can also use the Oracle Enterprise Manager Java Console to manage databases from this release or previous releases. The Java Console is installed by the Administrator installation type.
Note: Oracle recommends that you use Grid Control or Database Control in preference to the Java Console when possible. |
To start the Java Console, follow these steps:
Click Start > Run.
Type oemapp console
and click OK.
Note: You can also start the Oracle Enterprise Manager Java Console from the Start menu. Click Start > Programs > Oracle - HOME_NAME > Enterprise Manager Console. |
If you installed the Instant Client installation type, then you can configure user environments to enable dynamically linked client applications to connect to a database as follows:
Set the Path
environment variable to specify the directory that contains the Instant Client libraries. For the Instant Client installation type, this directory is the Oracle home directory that you specified during the installation, for example:
C:\oracle\products\10.1.0\client_1
Use one of the following methods to specify database connection information for the client application:
Specify a SQL connect URL string using the following format:
\\host:port\service_name
Set the TNS_ADMIN
environment variable to specify the location of the tnsnames.ora
file and specify a service name from that file.
Set the TNS_ADMIN
environment variable and set the LOCAL
environment variable to specify a service name from the tnsnames.ora
file.
See Also: Oracle Call Interface Programmer's Guide for more information on using Instant Client |
The following section describes platform-specific postinstallation tasks that you must perform if you installed and intend to use the products mentioned:
If you have a previous release of Oracle software installed on this system, you might want to copy information from the Oracle Net tnsnames.ora
and listener.ora
configuration files from the previous release to the corresponding files for the new release.
Note: The default location for thetnsnames.ora file is the ORACLE_BASE \ ORACLE_HOME \network\admin directory. |