docker-oracle-xe-11g icon indicating copy to clipboard operation
docker-oracle-xe-11g copied to clipboard

set the environment variable CHARACTER_SET is not use

Open ryanlee42 opened this issue 7 years ago • 0 comments

docker run -d -p 18080:8080 -p 1521:1521 --name oracle1 -v /docker/oracle/myoracle0:/u01/app/oracle -e CHARACTER_SET=ZHS16GBK sath89/oracle-xe-11g then i exec sql select * from nls_database_parameters ; this results:

NLS_CHARACTERSET AL32UTF8

it's alaways 'AL32UTF8' not 'ZHS16GBK'

how can i change it?

ryanlee42 avatar Oct 20 '18 05:10 ryanlee42