How to list all Informix database names

Anyname Donotcare picture Anyname Donotcare · Nov 24, 2010 · Viewed 13.4k times · Source

I want to know if there is any way to list (get) all the database names on Informix. I need a proper query or stored procedure to do that.

Answer

newenglander picture newenglander · Aug 29, 2012

Alternatively you could execute this query when connected to the sysmaster database:

select * from sysdatabases