dbms_file_tranfer
Hi all,
I'm trying to migrate some databases from Sparc Servers (database version 12.1.0.2) to Exadata (database version 12.2.0.1). I tried to transfer the database files with dbms_file_transfer and used full transportable tablespaces for that. The old and new instance have the same
character set (WE8ISO8859P15). Unfortunately all german umlaut in clob columns are broken. All other columns type are correct. I couldn't find any bug related to that problem. Does anybody have the same problem?
Thanks in advance!