V$session.command

From: John Doe <john.doe_at_trw.com>
Date: 1996/05/13
Message-ID: <319759FD.1C2A_at_trw.com>#1/1


Can anyone tell me, is there an Oracle table which gives the text equivalent to the column "v$session.command" ?

This column contains numeric values. I believe they equate to commands for example:

 2 = insert
 3 = select
15 = alter table

...

I am looking for a table which provides the above text which corresponds to the "v$session.command" numeric value. I believe that this is done by Oracle's Session Monitor. But is it hard coded within Session Monitor? Or is there a function or table which provides this?

TIA Received on Mon May 13 1996 - 00:00:00 CEST

Original text of this message