With help of this command show databases; I can see databases in MySQL.
How to show the available databases in Oracle?
|
|
|
You can think of a mysql "database" as a schema/user in Oracle. If you have the privileges, you can query the DBA_USERS view to see the list of schemas. |
|||||||||||
|
|
Maybe you could use this view, but i'm not sure.
But I think It will only show you info about the current db. Other option, if the db is running in linux... whould be something like this:
|
|||||||||||||
|