Hello everyone,
Hope everyone is doing well!
I just downloaded and installed Oracle Database 19c (Release 19.0.0.0.0).
And when I ran :
create user john_doe identified by abc123;
It gave me :
ORA-65096: Invalid common user or role name
What did I do incorrectly? Or did I miss something in the installation step?
Thank you so much,
cmh