I have 2 databases.
One database is called CREDO database which has the character set of WE8MSWIN1252. and another database called Maxi with character set AL32UTF8.
I created a dblink from CREDO to MAXI to pull some data into a view in CREDO but when I do a Create table as Select * from view. I get the above error. The error is on a column which have a clob data.
I have used the DBMS.LOB(substr) to cast the byte to 4000 Bytes in size but still having an issue. Can someone help me.