Skip to Main Content

SQLcl

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Skipping & determining NLS Settings in SQLcl

Matt MulvaneyAug 21 2024

Hi,

2 part question coming up.

Part 1: Is there an option in SQLcl to Skip NLS Settings, similar to the option available in SQL Developer? see link below

https://www.thatjeffsmith.com/archive/2017/12/what-does-skip-nls-settings-really-do/

Part 2: If the JAVA_TOOL_OPTIONS environment variable is not set (e.g., set JAVA_TOOL_OPTIONS=-Duser.language=en -Duser.region=US -Dfile.encoding=UTF-8), how does SQLcl determine the NLS settings? i.e does SQLcl rely on the java.util.Locale class (e.g., the Locale.getDefault() method) to determine the default locale and related settings?

Cheers
MM

Comments
Post Details
Added on Aug 21 2024
1 comment
66 views