docker-oracle-xe-11g
docker-oracle-xe-11g copied to clipboard
set the environment variable CHARACTER_SET is not use
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?