Common user profile not inherited in PDB
(Doc ID 2879316.1)
Last updated on JULY 20, 2024
Applies to:
Oracle Database - Enterprise Edition - Version 19.9.0.0.0 and laterInformation in this document applies to any platform.
Symptoms
common user profile created in the container of a 19c database, is not inheriting the common profile in a PDB
SQL> CREATE USER <USERNAME> IDENTIFIED BY <PASSWORD> PROFILE NEW_PROFILE;
CREATE USER <USERNAME> IDENTIFIED BY <PASSWORD> PROFILE NEW_PROFILE
*
ERROR at line 1:
ORA-02380: profile NEW_PROFILE does not exist
Common prefix set to a blank string.
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |