Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Disable some queries of a application

Status
Not open for further replies.

Zargo

Programmer
Mar 21, 2005
109
Hi all,

Is it possible to disable some queries from an application. The application is doing a huge UDATE query which i want to disable. All other queries from this application is ok. We can't change the coding of the application.

Is it possible that we can disable some queries from this application?

Any idea is appreciated
 
Zargo,

Typically, one cannot disable code pieces of an application...that would certainly be an audit exception.

You said that you want to disable a specific UPDATE statement...do you want to allow/disallow the application user to UPDATE rows from other points in the application?

[santa]Mufasa
(aka Dave of Sandy, Utah, USA)
[I can provide you with low-cost, remote Database Administration services: see our website and contact me via www.dasages.com]
 
Or indeed is this the only update on a particular table - if so you could just not allow updates on that table for this user.



Fee

The question should be [red]Is it worth trying to do?[/red] not [blue] Can it be done?[/blue]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top