Clone of PDB fails with ORA-367 checksum error in log file header
RDBMS: 19.14
GI: 19.14
Oracle Linux
source: none asm
target: asm
Hi,
Trying to clone a PDB from one server to another:
create pluggable database mynewPDB from clone_user@mpt REFRESH MODE NONE STANDBYS=NONE KEYSTORE IDENTIFIED BY "secret pwd" including shared key parallel 2
It runs fine but in the end it seems to fail with:
MPTDB(6):Errors with log +RECOC1/MPTDB/partial_archivelog/2022_09_16/thread_2_seq_3022.19484.1115562367
ORA-367 signalled during: create pluggable database mynewPDB...
What is a partial archivelog? How can I fix this?
Regards
WC_DBA