This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Oracle/OAS and the fly likes How to list all databases in Oracle Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » Oracle/OAS
Reply Bookmark "How to list all databases in Oracle" Watch "How to list all databases in Oracle" New topic
Author

How to list all databases in Oracle

Madhu Kaparapu
Ranch Hand

Joined: Jul 04, 2005
Posts: 35
Hai
Sorry for the mistake leave the earlier topic;

I have to show all the database in oracle
in Mysql we have the query that shows all the databases
mysql> show databases;
like that i have to list all the databases in oracle
i don't know the query please let me know


Regards,
Madhu Kaparapu.
Dave Salter
Ranch Hand

Joined: Jul 20, 2005
Posts: 292

You can do this with:

 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: How to list all databases in Oracle
 
Similar Threads
Is Noscroll a Database?
List all databases present in Oracle
Collection as a parameter in a Callable Statement
getting list of table names in Oracle and MySQL
SQL command to show tables