Please enter search query.
Search <book_title>...
Veritas InfoScale™ 7.4.1 Installation and Upgrade Guide - Windows
Last Published:
2019-04-18
Product(s):
InfoScale & Storage Foundation (7.4.1)
Platform: Windows
- Preinstallation and planning
- About InfoScale licenses
- Installing the Veritas InfoScale products
- Upgrading to InfoScale products
- Performing the post upgrade tasks
- Administering the InfoScale product installation
- Uninstalling the InfoScale products
- Performing application upgrades in an InfoScale environment
- Upgrading Microsoft SQL Server
- Upgrading Oracle
- Upgrading application service packs in an InfoScale environment
- Appendix A. Services and ports
- Appendix B. Migrating from a third-party multi-pathing solution to DMP
Associating the updated Oracle database with the listener
To associate the database with the listener
- Ensure that the initialization parameter file contains the following entries:
SERVICE_NAMES (the name of the database service)
INSTANCE_NAME (the name of the database instance)
These parameters are created during installation or database creation.
- Use one of the following procedures to configure the new attribute listener_alias:
Run the following SQL command:
SQL> ALTER SYSTEM SET LOCAL_LISTENER='<listener_alias>' scope=spfile;
OR
Add the following entry to the initialization parameter file (pfile or spfile):
LOCAL_LISTENER = <listener_alias>
- Define the parameter listener_alias. If your Oracle configuration uses the file
tnsnames.ora
, edit the file as instructed below. The default location oftnsnames.ora
is %ORACLE_HOME%\NETWORK\ADMIN.Add the following to
tnsnames.ora
file:<listener_alias>= (DESCRIPTION = (ADDRESS=(Protocol=TCP)(HOST=virtual_IP_address)(Port=1521)) )
- Stop and restart the database.
The listener_alias parameter gets appended by the default domain name that is specified in the file
sqlnet.ora
.