Sandbox.cfg SQL proxy tool properties
You can supply parameters in the sandbox.cfg for SQL Proxy Tool properties.
The following describes sandbox.cfg SQL Proxy Tool properties and descriptions.
- Property
- Description
- SQLProxy Tool
- To set up the SQL Proxy tool, add the following
properties to
customer_overrides.propertiesprior to starting the application server or noapp server. These will override settings for these properties that are in jdbc.properties. - jdbcService.proxyLoggingEnabled
- Valid values are Y or N. Specifies whether SQLProxy
logging is enabled.
Example: jdbcService.proxyLoggingEnabled=Y
- jdbcService.proxySourceLogging
- Valid values are Y or N. Used when enabling SQLProxy.
Example: jdbcService.proxySourceLogging=Y
- jdbcService.proxyLogDir
- Valid values are Y or N. Specifies the directory
where the trace files will be generated.
Example: jdbcService.proxyLogDir=<INSTALL_DIR>/logs/sqlproxylogs