MaksymBilenko / docker-oracle-12c

:whale: Docker image with Oracle Database 12c on board
Apache License 2.0
685 stars 288 forks source link

Can I customize the charset of the database? #60

Closed wzgy closed 7 years ago

wzgy commented 7 years ago

Firstly, thanks for your work on this project! The image is convenient for me. And then my issue is how I can customize the charset of the database. The default charset of Oracle is WE8MSWIN1252. 'Cause I need insert data in Chinese, I should change the charset to AL32UTF8 or ZHS16GBK. But that simply execute 'ALTER DATABASE character set INTERNAL_USE ZHS16GBK;' will break the em down. Can I configure the charset before the database is initialized?

wzgy commented 7 years ago

My issue has been solved in previous issue #53