You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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:
it's alaways 'AL32UTF8' not 'ZHS16GBK'
how can i change it?
The text was updated successfully, but these errors were encountered: