Does oracle has any LOB datatype that directly supports Unicode input? I know Oracle will do implicit conversion to Unicode for both CLOB and NCLOB. However, if we have a SQL Server database which is using NTEXT database which supports Unicode, which LOB datatype in Oracle should we choose if we need to do a migration from sql server to Oracle?

Thanks a lot!