79827953

Date: 2025-11-23 15:35:14
Score: 1.5
Natty:
Report link

The best and easiest way to resolve this issue is to remove the prefix of the username "C##" to create the new user as normal as using "CDB", simply apply the following, then restart the Oracle DB:

ALTER SESSION SET CONTAINER = CDB$ROOT;

ALTER SYSTEM SET COMMON_USER_PREFIX = '' SCOPE=SPFILE;

While the "CDB$ROOT" is the pluggable database name, and "SCOPE=SPFILE" for required restart to have the change affect.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Abdelwahab