Re: [sqlmap-users] Select Sorting Order

2014-07-09 Thread Miroslav Stampar
There is no way how to retrieve DBMS data entry by entry in same order as stored inside. That's a known problem for all databases. Please do some research. Bye On Jul 9, 2014 11:02 PM, "Matthew H" wrote: > Hi, > > I'm working on a Oracle target when I get select query result or dump > something

Re: [sqlmap-users] Select Sorting Order

2014-07-09 Thread Brandon Perry
How many threads are you using? Maybe just use a single one? On Wed, Jul 9, 2014 at 10:32 AM, Matthew H wrote: > Hi, > > I'm working on a Oracle target when I get select query result or dump > something the order of columns are not in same order, I got a schema also > but each is different. > >

[sqlmap-users] Select Sorting Order

2014-07-09 Thread Matthew H
Hi, I'm working on a Oracle target when I get select query result or dump something the order of columns are not in same order, I got a schema also but each is different. I am trying to simulate that database in my local host and I used the table schema sorting to create the columns. but upon en