Re: Is possible to return the SQL result but not query the table?
- From: Nuno Souto <dbvision@xxxxxxxxxxxx>
- Date: Thu, 11 Mar 2010 22:50:08 +1100
Brooks, Dominic (London)(c) wrote,on my timestamp of 11/03/2010 8:19 PM:
This SQL's result is not been used anymore, but I can't access the program code, so my question is: Can I do something in the database side, and tell the database when this SQL runs, just return a static result, avoid to querying all_tab_columns and all_ind_columns views?
You could be a reeeeeealy baaaaaad boy and re-create the all_tab_columns and all_ind_columns views yourself to be something harmless and fast. But of course that will invalidate any other SQL that might access them.
Don't tell support I suggested that, OK? ;) -- Cheers Nuno Souto in overcast Sydney, Australia dbvision@xxxxxxxxxxxx -- http://www.freelists.org/webpage/oracle-l
- Follow-Ups:
- References:
- Is possible to return the SQL result but not query the table?
- From: Leyi Zhang (Kamus)
- RE: Is possible to return the SQL result but not query the table?
- From: Brooks, Dominic (London)(c)
- Is possible to return the SQL result but not query the table?
Other related posts:
- » Is possible to return the SQL result but not query the table? - Leyi Zhang (Kamus)
- » Re: Is possible to return the SQL result but not query the table? - Tim Gorman
- » RE: Is possible to return the SQL result but not query the table? - Brooks, Dominic (London)(c)
- » Re: Is possible to return the SQL result but not query the table? - Toon Koppelaars
- » RE: Is possible to return the SQL result but not query the table? - Brooks, Dominic (London)(c)
- » Re: Is possible to return the SQL result but not query the table? - Nuno Souto
- » Re: Is possible to return the SQL result but not query the table? - Nuno Souto
- » Re: Is possible to return the SQL result but not query the table? - Nuno Souto
- » Re: Is possible to return the SQL result but not query the table? - Martin Berger
- » Re: Is possible to return the SQL result but not query the table? - Leyi Zhang (Kamus)
- » Re: Is possible to return the SQL result but not query the table? - japplewhite
- » Re: Is possible to return the SQL result but not query the table? - Michael Moore
- » Re: Is possible to return the SQL result but not query the table? - Job Miller