Subject Re: COLLATION UNICODE_CI_AI for CHARACTER SET UTF8 is not installed
Author breakthoven
> Using COLLATE instead of COLLATION, I succeeded:
>
> SQL> create domain DESCRIPTION AS VARCHAR(20)
> CON> character set utf8 collate unicode_ci_ai;
> SQL> CREATE TABLE TTTT (TEST DESCRIPTION);
> SQL> commit;
>

Thanks for testing it. I have tried like that without success. I will search it more.