I am trying to figure out the list schema created in a database, I came across many answers like this and this which are trying to tell either use dba_segments
or use dba_users
.
But when I use those in my database then results have substantial difference.
I am looking for answers explaining which one is correct (dba_segments
or dba_users
) and why, so please do not think that my question is "how to get a list of all available schema in database".