EXP Computer ThinConnect4 Guía de usuario Pagina 137

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 163
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 136
See Connection Options
for more details.
8.23.1.2 Tracelevel Switch
Using the tracelevel switch when starting a server can enable tracing:
Example
$java -jar rdb$jdbc_home:rdbthinsrv.jar -cfg thinsrv.cfg -tracelevel -1
See Starting a Thin Server from the Command Line, Starting a Multi-process Server from the
Command Line and Starting a Pool Server from the Command Line for more details.
8.23.1.3
Tracelevel Option
Placing the tracelevel option in the server definition within an XML-Formatted configuration
file can enable tracing.
Example
<server
name="mypoolserver"
type="RdbThinSrvPool"
traceLevel="-1"
url="//localhost:1702/" >
<pooledServer name="srv1forRdb"/>
<pooledServer name="srv2forRdb"/>
<pooledServer name="srvMPforRdb"/>
</server>
See Server Configuration
for more details.
8.23.1.4
Tracelevel System Property
Using the Rdb system property Doracle.rdb.jdbc.tracelevel when invoking your application
or Rdb server can enable tracing
Example
$java Doracle.rdb.jdbc.tracelevel=-1 my_application
See Oracle JDBC for Rdb System Properties for more details.
8.23.1.5
Set Tracelevel statement
Using the SET TRACELEVEL command in the controller can enable tracing.
137
Vista de pagina 136
1 2 ... 132 133 134 135 136 137 138 139 140 141 142 ... 162 163

Comentarios a estos manuales

Sin comentarios