If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Informix > how to identify all the running database

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-13-05, 18:18
sundar_sms2001 sundar_sms2001 is offline
Registered User
 
Join Date: Jan 2005
Posts: 24
how to identify all the running database

Hi friends
just help in this case that how to identify all the running databases for single informix server.

what i did was :
i connected to sysmaster, then queried this table to get info, but
i am getting only this info.

$dbaccess - -
>connect to 'db_name';
Connected
>select * from sysdatabases;
it dispalaces

sysmaster
system
sysutilities

my question is:
how to identify all the databases running here.

Appreciate your help.

Thanks
Sundar
Reply With Quote
  #2 (permalink)  
Old 02-14-05, 14:24
RobP RobP is offline
Registered User
 
Join Date: Mar 2004
Location: Netherlands
Posts: 183
Hi Sundar,

Querying the table sysdatabases in the sysmaster database will give back all databases in this instance. So probably in this instance only the default empty databses were created.

So it looks like everyrthing is OK, but out of your post it looks like you expected more databases. It looks like there aren't!

Greetz,

Rob
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On