 |
|
Oracle Tips by Burleson |
Chapter 7 Oracle Network Security
SID_LIST_LISTENER1 = (SID_LIST =
(SID_DESC
(GLOBAL_DBNAME = CLAIMDB1)
(ORACLE_HOME = /u01/oracle/product/9.2)
(SID_NAME = CLAIMDB1)
)
)
Configure the second listener by modifying the
file listener.ora under the second Oracle Home,
/u02/oracle/product/9.2/network/admin to look like the following:
LISTENER2 =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS =
(PROTOCOL = TCP)
(HOST = claimdbsvr1)
(PORT = 1526)
)
)
)
)
SID_LIST_LISTENER2 =
(SID_LIST =
(SID_DESC =
(GLOBAL_DBNAME = CLAIMDB1)
(ORACLE_HOME = /u01/oracle/product/9.2)
(SID_NAME = CLAIMDB1)
)
The above text is
an excerpt from
the bestselling book:
Oracle
Privacy Security Auditing.
It's only $39.95 and has an
download of working security scripts:
This is the only authoritative
book on Oracle Security, Oracle Privacy, and Oracle Auditing written
by two of the world’s leading Oracle Security experts.
This indispensable book is only $39.95 and has an
download of working security scripts:
http://rampant-books.com/book_2003_2_audit.htm
Download your Oracle scripts now:
www.oracle-script.com
The
definitive Oracle Script collection for every Oracle professional DBA
|
|