Ok so if I want to clone a PDB to a new container and I have common users Oracle documentation tells me that after cloning the PDB close it. Then create the common user in the CDB and open the PDB and viola they should sync. Why is it that I get the following?
ORA-65048: error encountered when processing the current DDL statement in pluggable database mypdb
ORA-01920: user name 'C##user' conflicts with another user or role name
this is a 12.1.0.2 DB going to the same version.
Oracle doc I am referencing,
https://support.oracle.com/epmos/faces/DocumentDisplay?_afrLoop=215879316428734&id=1511619.1&_afrWindowMode=0&_adf.ctrl-state=8lzj6cfdx_63#aref_section252
What gives?