RE: how to find the name for SQL_OPCODE

  • From: Michael Dinh <mdinh@xxxxxxxxx>
  • To: "lzeng@xxxxxxxxxxxxx" <lzeng@xxxxxxxxxxxxx>, "'oracle-l@xxxxxxxxxxxxx'" <oracle-l@xxxxxxxxxxxxx>
  • Date: Thu, 5 May 2011 20:38:57 -0700

Does this work?

http://j.mp/kL9K5j
________________________________________
From: oracle-l-bounce@xxxxxxxxxxxxx [oracle-l-bounce@xxxxxxxxxxxxx] On Behalf 
Of Lei Zeng [lzeng@xxxxxxxxxxxxx]
Sent: Thursday, May 05, 2011 8:33 PM
To: 'oracle-l@xxxxxxxxxxxxx'
Subject: how to find the name for SQL_OPCODE

Hi, list:

I am on 10g, not 11g. How to find out the complete list of names for 
SQL_OPCODE? I want to do something like

decode(OPCODE
0,'BACKGROUND',
1,'Create Table',
2,'INSERT', ….)

Thanks,
Lei

--
//www.freelists.org/webpage/oracle-l


Other related posts: