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 > Application Connected to DB

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-02-04, 13:19
balatong balatong is offline
Registered User
 
Join Date: Mar 2004
Posts: 3
Smile Application Connected to DB

Hi I'm new to Informix so please bear with me, anyway my question is Is there a way to know the ID's of the application connected to the database, e.g dbaccess , odbc, winsql etc.

I'm searching about it for ove a day now and I'm leaning towards not believing that informix can do it coz it only cares about session ids and terminal ids (tty). Just want second opinion before I rest my case

Thanks,
Aris
Reply With Quote
  #2 (permalink)  
Old 03-03-04, 09:38
gurey gurey is offline
Registered User
 
Join Date: Aug 2003
Location: Argentina
Posts: 780
Re: Application Connected to DB

Quote:
Originally posted by balatong
Hi I'm new to Informix so please bear with me, anyway my question is Is there a way to know the ID's of the application connected to the database, e.g dbaccess , odbc, winsql etc.

I'm searching about it for ove a day now and I'm leaning towards not believing that informix can do it coz it only cares about session ids and terminal ids (tty). Just want second opinion before I rest my case

Thanks,
Aris
Hi Aris,

You can see session connected with command onstat.
For see connected users run onstat -u.
For see sessions run onstat -g {sql|ses}
Or help of onstat, run onstat --

Gustavo.
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