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 > Informix administration data.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-17-02, 04:15
pb_icwa pb_icwa is offline
Registered User
 
Join Date: Nov 2002
Location: India
Posts: 4
Informix administration data.

Can somebody suggest me which tables-fields will provide the following info. I am giving the oracle table-filed names for your reference.

Info Required Oracle Table-Filed Informix Table-Field

Machine V$SESSION-MACHINE syssessions-hostname
Banner V$VERSION-BANNER ??????????
Process Id V$PROCESS-SPID ??????????
Session Id V$SESSION-SID syssessions-sid
Sqltext V$SQLTEXT-SQL_TEXT ??????????


Your help would be highly appreciated.

Thanks & Regards
Balaji Srinivas P
Reply With Quote
  #2 (permalink)  
Old 12-17-02, 05:48
Roelwe Roelwe is offline
Registered User
 
Join Date: Aug 2002
Location: Belgium
Posts: 534
Hi,

It is impossible to compare these Oracle tables with Informix tables.
Just to give you an example:
Every connection to an Oracle instance is translated into a process. In Informix it is translated into a thread.
This means that a session is (syssessions) is allocated to a thread, named sqlexec.
check with onstat commands to descipher all this.
What is an Oracle banner?
For the machine name you will have to create a stored procedure
with system 'uname' in it.
__________________
rws
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