Create database with AL16UTF16 fails?
Hi,
Im about to create a new database. I heard from the application side that AL16UTF16 is required.
When I create my DB I used this:
CHARACTER SET AL16UTF16
NATIONAL CHARACTER SET AL16UTF16
This failed.
ORA-12706: this CREATE DATABASE character set is not allowed
How do I create a db with character set AL16UTF16?
Regards
U
Im about to create a new database. I heard from the application side that AL16UTF16 is required.
When I create my DB I used this:
CHARACTER SET AL16UTF16
NATIONAL CHARACTER SET AL16UTF16
This failed.
ORA-12706: this CREATE DATABASE character set is not allowed
How do I create a db with character set AL16UTF16?
Regards
U
1