Skip to content

Question about user creation on start-up #160

Answered by cstmgl
cstmgl asked this question in Q&A
Discussion options

You must be logged in to vote

I guess I figured out the problem is that by default the sql plus always connect to XE instead of XEPDB1

If I connect to XEPDB1 I see all my users there...

sh-4.4$ sqlplus SYSTEM/xyz@//localhost/XEPDB1

SQL*Plus: Release 21.0.0.0.0 - Production on Tue Nov 22 09:36:25 2022
Version 21.3.0.0.0

Copyright (c) 1982, 2021, Oracle.  All rights reserved.

Last Successful login time: Tue Nov 22 2022 09:35:25 +00:00

Connected to:
Oracle Database 21c Express Edition Release 21.0.0.0.0 - Production
Version 21.3.0.0.0

SQL> select username from all_users;

USERNAME
--------------------------------------------------------------------------------
SYS
....

DFLOW
DFLOW1
DFLOW2

37 rows selected.

SQL> 

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by cstmgl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant