Edit the WebLogic startup script for your platform to include the settings described in the following tables. Substitute the location of your JasperReports Server license file where necessary:
WebLogic Startup Settings on Windows | |
Filename | <wl-domain>binstartWebLogic.cmd |
Settings | set JAVA_OPTIONS=%JAVA_OPTIONS% |
For Oracle | set JAVA_OPTIONS=%JAVA_OPTIONS% -Doracle.jdbc.defaultNChar=true |
Setting the Oracle localization option, defaultNChar, can substantially impact the performance of JDBC queries. If you don't need to support UTF-8 for your Oracle database, you can omit this setting. |
WebLogic Startup Settings on Linux | |
Filename | <wl-domain>/bin/startWebLogic.sh |
Settings | export JAVA_OPTIONS="$JAVA_OPTIONS |
For Oracle | export JAVA_OPTIONS="$JAVA_OPTIONS -Doracle.jdbc.defaultNChar=true" |
Setting the Oracle localization option, defaultNChar, can substantially impact the performance of JDBC queries. If you don't need to support UTF-8 for your Oracle database, you can omit this setting. |
Recommended Comments
There are no comments to display.