How to crash Your instance with simple CTAS

From: Grzegorz Goryszewski <grzegorzof_at_interia.pl>
Date: Thu, 01 Dec 2011 19:52:20 +0100
Message-ID: <4ED7CCE4.5090500_at_interia.pl>



Hi,

something like that

create table t as (select * from dba_users minus select * from dba_users where mod(user_id,2) = 0 ) order by dbms_random.value

can crash You session in 9,10,11 and in 10.2.0.3 instance as well :). Dont ask me how do I know :)
Regards
GregG

--
http://www.freelists.org/webpage/oracle-l
Received on Thu Dec 01 2011 - 12:52:20 CST

Original text of this message