Friday, 22 April 2016
How to see all schemas created in Oracle database ?
Run any of following commands to check all the schemas created in database :
Sql>
select * from
DBA_USERS
;
Sql>
select
USERNAME
from
DBA_USERS
;
No comments:
Post a Comment
Note: only a member of this blog may post a comment.
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment
Note: only a member of this blog may post a comment.