Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

set the environment variable CHARACTER_SET is not use #47

Open
ryanlee42 opened this issue Oct 20, 2018 · 0 comments
Open

set the environment variable CHARACTER_SET is not use #47

ryanlee42 opened this issue Oct 20, 2018 · 0 comments

Comments

@ryanlee42
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant