Subject | Re: COLLATION UNICODE_CI_AI for CHARACTER SET UTF8 is not installed |
---|---|
Author | breakthoven |
Post date | 2011-03-26T14:06:51Z |
> Using COLLATE instead of COLLATION, I succeeded:Thanks for testing it. I have tried like that without success. I will search it more.
>
> SQL> create domain DESCRIPTION AS VARCHAR(20)
> CON> character set utf8 collate unicode_ci_ai;
> SQL> CREATE TABLE TTTT (TEST DESCRIPTION);
> SQL> commit;
>