Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

clone pdb and common users

cptkirkshApr 23 2019 — edited Apr 25 2019

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? 

Comments
Post Details
Added on Apr 23 2019
3 comments
561 views