Error cloning database from remote server using DBCA
I am cloning databases from one server (DSDB1) to another in the same subnet (ORA1D). Save version 19c. (Getting DBs from 19.23 cloning to a 19.24 server.) I've successfully cloned from DSDB1 to ORA1D. Did 4 containers, 3 DBs each. The CDB and PDB names will be the same between the two servers.
Now I'm getting FATAL DBT-05505 Unable to execute sql script: (CREATE PLUGGABLE DATABASE "pdb1" FROM "pdb1"@pdb1_CLONE_LINK file_name_convert=NONE ). The log file only provides the same information as what is on the screen.
The only difference that I know of is that on the successful clones, the character set was AL32UTF8. The ones that is giving me errors now is WE8MSWIN1252. Verified passwords between various components and double checked the source and target containers are both WE8MSWIN1252.