Configuring the SQL engine server
- Last Updated: July 21, 2021
- 1 minute read
- DataDirect Connectors
- ODBC
- Oracle Service Cloud 7.1
- Documentation
Some applications may experience problems loading the JVM required for the SQL engine because the process exceeds the available heap space. If your application experiences problems loading the JVM, you can configure the driver to operate in server mode.
The driver supports the following SQL engine modes:
- Server mode: The driver's SQL engine runs in a separate process with its own JVM, instead of trying to load the SQL engine and JVM in the same process used by the driver.
- Direct mode: The driver operates with the SQL engine and JVM running in a single process.
Default behavior:
- Windows: The driver operates in server mode by default.
- UNIX/Linux: The driver operates in direct mode by default.
Note: You must be an administrator to start or stop the service,
or to configure any settings for the service.
See the following sections for details on configuring the SQL engine server on your platform.