Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Oracle Database 11g : Underground Advice for Database Administrators

You're reading from  Oracle Database 11g : Underground Advice for Database Administrators

Product type Book
Published in Apr 2010
Publisher Packt
ISBN-13 9781849680004
Pages 348 pages
Edition 1st Edition
Languages
Author (1):
April Sims April Sims
Profile icon April Sims

Table of Contents (14) Chapters

Oracle Database 11g—Underground Advice for Database Administrators
Credits
About the author
About the reviewers
Preface
When to Step Away from the Keyboard Maintaining Oracle Standards Tracking the Bits and Bytes Achieving Maximum Uptime Data Guard and Flashback Extended RMAN Migrating to 11g: A Step-Ordered Approach 11g Tuning Tools Index

Oracle net services


As a DBA, controlling the environment is key to preventing disruptive events during migrations. Using the database parameter, LOCAL_LISTENER for each ORACLE_SID on a separate port allows the DBA to turn off or on access to that database without affecting other ports and/or ORACLE_SID(s). If you use port 1521, dynamic registration will happen for each instance on that node, and hence that port is avoided to maintain control.

Oracle recommends having multiple listeners running in multiple Oracle Homes (see Note: 429074.1), but experience has taught me that the highest version listener executable will work for any single-version, down-level database installed on a single node while preventing conflicts. You can use any combination of multiple ports and multiple listeners, but the executable comes out of only a single ORACLE_HOME location, as shown in the following listing of Unix processes:

The key to using a higher level listener is the variable TNS_ADMIN, which overrides...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}