Chapter 11. Solutions to Common Problems

127 - Chapter 11. Solutions to Common Problems <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 III:  Net8 Troubleshooting


This chapter provides solutionsor at least suggested lines of inquiryfor resolving common problems you might encounter while using Net8 and its various components . The material is divided into several major sections:

  • Net8 general problems

  • Connection Manager problems

  • Multi-threaded server problems

  • Oracle Names problems

We trust that you realize it's not possible for us to provide the solution for every problem that we mention. Sometimes the best we can do is suggest a possible course of investigation for you to follow. Also, do realize that our solution may not be your solution. Symptoms can be deceivingtwo people may experience the same set of symptoms, yet the root cause of those symptoms may be different for each person.


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