group__env.html

来自「一个很好用的Linux/Unix下Oracle OCI开发接口封装库」· HTML 代码 · 共 22 行

HTML
22
字号
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"><title>Environment Variables</title><link href="doxygen.css" rel="stylesheet" type="text/css"></head><body><!-- Generated by Doxygen 1.2.18 --><center><a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="modules.html">Modules</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="globals.html">Globals</a> &nbsp; <a class="qindex" href="pages.html">Related Pages</a> &nbsp; <a class="qindex" href="examples.html">Examples</a> &nbsp; </center><hr><h1>Environment Variables</h1><table border=0 cellpadding=0 cellspacing=0><tr><td></td></tr></table>The library evaluates the following enviroment variables during initialization: <ul><li>SQLORA_PREFETCH_ROWS (1 .. ; initial value 100) <li>SQLORA_TRACE_LEVEL  <ul><li>0 : Trace disabled (default) <li>1 : Print errors to tracefile <li>2 : Print function calls to tracefile <li>3 : Print more detailed information to tracefile <li>4 : Print also malloc/realloc operations. </ul><li>SQLORA_TRACE_FILE (The trace file; default sqlora8.trc) <li>SQLORA_LONGSIZE (Max size of a fetched long; default 64K). </ul>During login, the library reads ORACLE_SID, if no tnsname was specified in the connect string. <hr><address style="align: right;"><small>Generated on Thu Aug 14 18:02:53 2003 for libsqlora8 by<a href="http://www.doxygen.org/index.html"><img src="doxygen.png" alt="doxygen" align="middle" border=0 width=110 height=53></a>1.2.18 </small></address></body></html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?