gvenzl / oci-oracle-xe

Build scripts for Oracle Database XE container/docker images
Apache License 2.0
270 stars 76 forks source link

can i change oracle xe 11g NLS_LANG to other #248

Closed SingerThailand closed 5 months ago

SingerThailand commented 6 months ago

please help currently image oracle-xe:11g is default NLS_LANG = american_america.al32utf8 but i need to use american_america.th8tisascii how to ?

gvenzl commented 6 months ago

Hi @SingerThailand,

Thank you very much for using these images.

NLS_LANG is an environment variable and as such, you can change NLS_LANG by simply providing it via the -e / "environment" option:

podman run -e NLS_LANG=american_america.th8tisascii ...