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?
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?