Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: guideline for creating temporary (working) table

Re: guideline for creating temporary (working) table

From: Ed Avis <ed_at_membled.com>
Date: 07 Feb 2004 17:10:30 +0000
Message-ID: <l1isiiiznd.fsf@budvar.future-i.net>


"DJ" <nospamplease_at_goaway.com> writes:

>>>Reason for not having truncate in production is because you might
>>>truncate the wrong table.

>>If you have delete permission on a table, then it is equally easy to
>>'delete from wrong_table'.

>but with delete from <table> I can then do
>
>ROLLBACK :-)
Good point, I wasn't thinking of the developer who bothers to check his changes before committing them :-).

-- 
Ed Avis <ed_at_membled.com>
Received on Sat Feb 07 2004 - 11:10:30 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US