Appendix E. Environment and Registry Variables

257 - Appendix E. Environment and Registry Variables <p><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 IV:  Appendixes


There are a few environment variables that are particularly relevant to Net8. The most useful of these variables is probably TNS_ADMIN, which allows you to customize the location of your Net8 configuration files.

Environment variables are used on Linux and Unix systems for the settings described in this chapter. Environment variables may be used on Windows NT systems too, but with Windows NT, you also have the option of specifying these settings in the registry.


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