Required Postinstallation Tasks

Download and apply required patches for your software release after completing your initial installation.

Downloading and Installing Patch Updates

Download and install patch updates for your Oracle software after you complete installation.

Check the My Oracle Support website for required patch updates for your installation.

To download required patches:

  1. Use a web browser to view the My Oracle Support website:
  2. Log in to My Oracle Support.

    Note:

    If you are not a My Oracle Support registered user, click Register here and follow the registration instructions.

  3. On the main My Oracle Support page, click Patches and Updates tab.
  4. In the Patch Search group, select Product or Family (Advanced).
  5. In the Product field, select Oracle Database Client.
  6. In the Release field select the release number. For example, Oracle 12.2.0.1.0.
  7. Click Search.
  8. Any available patch updates are displayed in the Patch Search page.
  9. Select the patch number and click ReadMe. The README page is displayed and contains information about the patch set and how to apply the patches to your installation.
  10. Return to the Patch Search page, click Download, and save the file on your system.
  11. Uncompress the Oracle patch updates that you downloaded from My Oracle Support.

Updating Instant Client

Review this procedure to update Instant Client.

To update Instant Client, perform the following steps:
  1. Download Instant Client from Oracle Help Center at http://docs.oracle.com.
  2. Place the new files directly on top of the previous files.

    If you place the files into a different directory (and remove the previous files), be sure to update your PATH environment variable setting to reflect the new location.

Configuring Oracle Net Services

You can configure Oracle Database Client to communicate with Oracle Net Services by adding the appropriate entries to the tnsnames.ora and listener.ora files.

If you have a previous release or Oracle software, you can just copy information in the Oracle Net tnsnames.ora and listener.ora configuration files from the previous release to the corresponding files in the new release.

Note:

The default location for the tnsnames.ora and listener.ora files is the ORACLE_HOME\network\admin directory.

To create Oracle Connection Manager (CMAN) services, create a CMAN alias entry in cman.ora under ORACLE_HOME\network\admin. For example:

cman_proxy=

(CONFIGURATION=

(ADDRESS=(PROTOCOL=tcp)(HOST=host_name)(PORT=1521))

(RULE_LIST=

(RULE=(SRC=*)(DST=*)(SRV=*)(ACT=accept)))

(PARAMETER_LIST=

(MIN_GATEWAY_PROCESSSES=1)

(MAX_GATEWAY_PROCESSES=2)))

This accepts connection from all clients as mentioned in the rule.

CMAN services are created when CMAN is started for the first time using cmctl command-line tool. When creating services, cmctl prompts for a password if Windows User Account is specified as Oracle Home User during installation. If Windows Built-in Account is specified as Oracle Home User during installation, then cmctl does not prompt for password.

Listener can be configured by adding an alias entry in listener.ora. Listener service is created when the listener is started for the first time. The listener control utility, lsnrctl prompts for a password if Windows User Account is specified as Oracle Home User during installation. If Windows Built-in Account is specified as Oracle Home User during installation, then it does not prompt for password.