3.1.1 MxDB-Oracle-HiAv Installation and Administration Guide
Chapter 3: Operations 11
Copyright © 1999-2006 PolyServe, Inc. All rights reserved.
Naming Conventions
The associations among the Virtual Oracle Server, service monitor,
Database Instance, and Database Name can become confusing if certain
conventions are not followed. It is generally best practice to use the
following naming scheme:
• The names of the database and the ORACLE_SID should be the same,
including case sensitivity.
• The names of the service monitor and the database should be the
same. To accomplish this, enter the database name in the “Database
Name” block when you configure the database with the
MxDB-Oracle-HiAv Configuration GUI.
• Because the Virtual Oracle Service name must be entered in DNS,
selecting the name is typically not entirely under DBA control. The
Database Administrator may need to negotiate with the System or
Network Administrator to agree on a name that makes sense for the
site.
In general, we recommend that the Virtual Oracle Service name
consist of the database name followed by the domain suffix. For
example, if the database instance, database name, and service monitor
are all called PROD and the domain suffix is mycompany.com, the
Virtual Oracle Service name would be PROD.mycompany.com.
Configuration File
The Solution Pack supports an optional configuration file that must be
placed in $ORACLE_HOME/dbs. The file uses the naming convention
mxdbha_<DBNAME>.conf where <DBNAME> is the name of the Service
Monitor under the Virtual Oracle Service. For example:
$ cd $ORACLE_HOME/dbs
$ ls -l *PROD*conf
-rw-r--r-- 1 root root 75 Feb 8 17:12 mxdbha_PROD.conf