Common User Vs Local User In 12c

COMMON USER: 1.A common user is a Database user, which perform an activity in all the containers including root container of the CDB. 2.A common user can only be created in root container. 3.Common username must start with C## prefix. 4.While creating a common user, we can’t mention container=CURRENT. Either mention container=ALL. 5.It is not … Read more

How To Rename A Pluggable Database ( PDB)

The following explains how to rename a container (pluggable databases). Step-By-Step 1. Shutdown the pluggable database (PDB). 2. Startup the PDB in restricted mode 3. Rename the PDBs 4. Restart the PDB