Skip to Main Content

Oracle Database Express Edition (XE)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Create a new user on PDB on Oracle XE

user1045523Aug 31 2022 — edited Aug 31 2022

Good afternoon. I'm having some trouble to create a user in XE pdb.
After I log in to sqlplus using sysdba I type :
alter session set containner = xepdb1 ;
CREATE USER Tarlensus IDENTIFIED BY ****** DEFAULT TABLESPACE tbs_Tarlensus TEMPORARY TABLESPACE temp QUOTA 15M ON tbs_Tarlensus;
Done this I give a grant to thi user :
GRANT CREATE SESSION to Tarlensus ;
But when I will login using sqlplus :
Tarlensus@XE the Oracle DB returns that user or password are invalid.
Where am I going wrong?
I am using environment Oracle Linux Environment and Oracle XE 21.c

This post has been answered by cormaco on Aug 31 2022
Jump to Answer

Comments

Processing

Post Details

Added on Aug 31 2022
2 comments
1,734 views