Copying from one DB to another with two different character sets without conversion...
I have a db with WE8ISO8859P15 and want to copy this to a WE8ISO8859P1 database. The problem is, that the data in the source database is actually WE8ISO8859P1 (don't ask why :)) and I want to copy this 1:1 to the new DB - without the conversion from P15 to P1 (since the data is already P1).
How can that be achived?
The source DB is Oracle Standard Edition 12.2 (an on prem db)
The destination DB is Oracle Standard Edition 19.23 (an OCI database)