Search notes:

ORA-43916: unable to determine collation for the column

create table tq84_sys_op_c2c as
select
   sys_op_c2c(level) c2c
from
   dual
connect by level <= 1
;

See also

Other Oracle error messages

Index