Re: Injecting query when changing data
No answers :(.
The solution i made that works with insert, delete, truncate and update statements is to prepend the injected querys, like
prepend(2, "commit...)
prepend(3, "update ...)
prepend(1, the_real_query...)
prepend(2, "set autocommit...)
prepend(2, "start transaction...)
With the LOAD DATA and the DROP TABLE statements this solution didn't work :(. Any ideas why?
Greetings,
--
Ronald
Subject
Views
Written By
Posted
3185
January 26, 2012 12:21PM
Re: Injecting query when changing data
1715
February 03, 2012 01:13PM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.