Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Changing SQL statements inside the database

Re: Changing SQL statements inside the database

From: <Jared.Still_at_radisys.com>
Date: Thu, 02 May 2002 10:03:24 -0800
Message-ID: <F001.00456707.20020502100324@fatcity.com>


Well, there *is* a product that allows you to do this.

http://www.teleran.com/products/iguard.htm

This product t intercepts SQL and lets you do all manner of interesting things to it.

Implementing something like this is rather expensive ( 6 figures minimum, U.S. Dollars ) and probably not what you had in mind.

Jared

"Yechiel Adar" <adaryechiel_at_hotmail.com> Sent by: root_at_fatcity.com
05/02/2002 06:18 AM
Please respond to ORACLE-L  

        To:     Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com>
        cc: 
        Subject:        Changing SQL statements inside the database


Hello list

This time I need your help on how to implement a weird idea. We have a third party application that fire wasteful SQL's to the database.
(Remember the discussion on using x$dual Vs dual some days ago?)

I am wondering: Is there a way to change the SQL that the user send?

In ADABAS on the mainframe I can activate a user exit that gets the command
that
the user send to the database and change it (Not only can, but we are doing
it!).

Is there a way to do the same with SQL in Oracle?

In the server (preferably) or in the client.

Thanks

Yechiel Adar
Mehish

--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Yechiel Adar
  INET: adaryechiel_at_hotmail.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).

--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author:
  INET: Jared.Still_at_radisys.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Thu May 02 2002 - 13:03:24 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US