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 > Tables in informix ---- Urgent

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-26-02, 03:13
pb_icwa pb_icwa is offline
Registered User
 
Join Date: Nov 2002
Location: India
Posts: 4
Tables in informix ---- Urgent

Can somebody help me the informix equalent tables for the following oracle tables or where can I get the similar data.

V$VERSION
V$SESSION
V$PROCESS
V$SESS_IO
V$SQLTEXT

I really need help on this plzzzzz....

Thanks in advance
Reply With Quote
  #2 (permalink)  
Old 11-27-02, 02:07
dananio dananio is offline
Registered User
 
Join Date: Mar 2002
Posts: 112
re

Version=`oninit -V`
Session=`onstat -g ses`
Process=`onstat -g glo` (for see oninit process)
Session io=`onstat -g tfp` (you have to find thread from onstat -g ses)
Sql statement=`onstat -g sql`

You can select from SMI but I think it's easier
Reply With Quote
  #3 (permalink)  
Old 11-28-02, 15:49
erieznik erieznik is offline
Registered User
 
Join Date: Oct 2002
Location: Buenos Aires
Posts: 7
Equivalence

Also, check the system tables in the sysmaster database
(system tables start with sys*)
e.g. syssession

greetz
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