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