Chapter 4. Basic Server Configuration

033 - Chapter 4. Basic Server Configuration <p clas><script> function OpenWin(url, w, h) { if(!w) w = 400; if(!h) h = 300; window. open (url, "_new", "width=" + w + ",height=" + h + ",menubar=no,toobar=no,scrollbars=yes", true); } function Print() { window.focus(); if(window.print) { window.print(); window.setTimeout('window.close();',5000); } } </script></p>
Team-Fly    

 
Oracle Net8 Configuration and Troubleshooting
By Jonathan Gennick, Hugo Toledo
Table of Contents
Part II:  Net8 Configuration


Net8 configuration on a database server is more complex than on a client. Not only do most of the tasks from client configuration carry over to server configuration, but you also have the additional complexity of configuring a Net8 listener. The Net8 listener is the software that allows Net8 clients to establish connections with the database instances running on a server.

This chapter will show you the basic tasks involved in configuring Net8 on a server. It describes the software that you need to install, and it shows you how to configure one or more Net8 listeners. It also describes dead connection detection and the use of prespawned dedicated server processes. Information on the use of multi-threaded server, and on advanced topics such as the configuration of Oracle Names and Connection Manager, are relegated to their own chapters later in this book.


Team-Fly    
Top
 


Oracle Net8 Configuration and Troubleshooting
Oracle Net8 Configuration and Troubleshooting
ISBN: 1565927532
EAN: 2147483647
Year: 2000
Pages: 120

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net