ANKUSH THAVALI20 Dec, 20230 Comments1 Min ReadORA-65096: Invalid Common User Or Role Name Problem : While creating a user in root container multitenant database, got this error. Solution : We can’t create normal users in root containers. We can create only common users which start with c## in root container. SQL> show con_name CON_NAME ------------------------------ CDB$ROOT SQL> create user c##TESTUSER identified by TESTUSER; User created. Oracle DBAShare: ORA-38880: Cannot Advance Compatibility From 12.1.0.2.0 To 12.2.0.1.0 Due To Guaranteed Restore PointsORA-65049: Creation Of Local User Or Role Is Not Allowed In CDB$ROOT