Live data from Hacker News

The History of Scott/Tiger

wmarkito.wordpress.com

1–7 of 7 posts

Re: The History of Scott/Tiger

#2
Scott/Tiger was one of my favourite ways to get access to exposed Oracle DBs when I was a pentester back in the 9i 10g era. Reliably there, not often disabled (well until after the pentest anyway), had good privileges.

Re: The History of Scott/Tiger

#4
How about naming a one-row, one col table 'dual' to get a SELECT going where the db demand something in the FROM clause?

Was that a Scott flourish?

I've done that with other dbs than Oracle.

Re: The History of Scott/Tiger

#5
post #4

How about naming a one-row, one col table 'dual' to get a SELECT going where the db demand something in the FROM clause? Was that a Scott flourish? I've done that with other dbs than Oracle.

...and the column is named DUMMY.

All hell breaks loose if you insert or delete from this table.

I made a DUAL table in Rdb.

Re: The History of Scott/Tiger

#6
post #5
post #4

How about naming a one-row, one col table 'dual' to get a SELECT going where the db demand something in the FROM clause? Was that a Scott flourish? I've done that with other dbs than Oracle.

...and the column is named DUMMY. All hell breaks loose if you insert or delete from this table. I made a DUAL table in Rdb.

[deleted]

Re: The History of Scott/Tiger

#7
post #4

How about naming a one-row, one col table 'dual' to get a SELECT going where the db demand something in the FROM clause? Was that a Scott flourish? I've done that with other dbs than Oracle.

Why is it called "dual" if there is only one item in it? I guess it's a joke of some sort, but I'm not getting it :-/