Import a schema export data pump from Non-CDB 19c to CDB 23c developer edition
We are using Oracle RAC 19c on Rhel 7.9
I would like to clone a schema on a Non CDB database 19c to a CDB database ( and not full Non CDB database to import)
As I only noticed that are only shown examples with "dbms_pdb" package or even export/import data pump both on full database and not on one or a few schemas.
Maybe using exclude option with "export datapump full=y exclude..." ?
Thank you
Regards