3.5.1 MxDB-Oracle-HiAv Installation and Administration Guide
Chapter 2: Operations 14
Copyright © 1999-2007 PolyServe, Inc. All rights reserved.
SQL*Net Security with Virtual Oracle Services
MxDB-Oracle-HiAv implements listener security. By default, the listener
password is taken from the following file in the product installation
directory: /opt/polyserve/mxdb_oracle_ha/lib/lsnr_passwd_def.txt. The DBA
can override this default by assigning a legal value to the lsnr_password
parameter in the MxDB-Oracle-HiAv configuration file.
For example:
$ cd $ORACLE_HOME/dbs
$ ls -l *PROD*conf
-rw-r--r-- 1 root root 75 Feb 8 17:12 mxdbha_PROD.conf
$ cat mxdbha_PROD.conf
log /u01/app/oracle/product/9.2.0/rdbms/log
lsnr_password 8B1323CCD6F199D5
In this case, the listener.ora file will need to have a matching assignment,
such as:
$ cd $ORACLE_HOME/dbs
$ ls -l *PROD*conf
-rw-r--r-- 1 root root 75 Feb 8 17:12 mxdbha_PROD.conf
$ cat mxdbha_PROD.conf
log /u01/app/oracle/product/9.2.0/rdbms/log
lsnr_password 8B1323CCD6F199D5
$ cd $ORACLE_HOME/network/admin
$ ls
libnk59.def listener.ora samples shrept.lst tnsnames.ora
$ cat
$ cat listener.ora
SID_LIST_LISTENER_PROD =
(SID_LIST =
(SID_DESC =
(GLOBAL_DBNAME =PROD.pdx.polyserve.com )
(ORACLE_HOME = /u01/app/oracle/product/9.2.0 )
(SID_NAME = PROD )
)
)
LISTENER_PROD =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = vnprod )(PORT = 1521))