non-cdb plugin to cdb
Hi Guys,
Hit with a issue and i'm trying to understand the root cause.
Basically I'm trying to plug in a 19c NON-CDB to 19c CDB.
The NON-CDB size is 3TB (about 90 datafiles) and residing in +DATA asm diskgroup.
The +DATA diskgroup still have +2TB free diskspace.
Note that I'm using the "MOVE" clause. (not COPY or NOCOPY)
CREATE PLUGGABLE DATABASE PDBP_CAT USING '/tmp/19cNONCDB.xml' MOVE STANDYS=NONE;
After running for 20 mins, I encounter the below error.
Didn't expect to hit such error.
Even if it's somehow parallelly moving 30 files at a time, each of the file max file size is only 32gb.. with 2TB free space, we should not hit space exhausted error.