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: 01 Feb 2004 12:30:13 +0000
Message-ID: <l1n083kmne.fsf@budvar.future-i.net>


rgaffuri_at_cox.net (Ryan Gaffuri) writes:

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

This doesn't make any sense. If you have delete permission on a table, then it is equally easy to 'delete from wrong_table'. To protect against such mistakes you'd have to deny permission for both delete and truncate. There may be good reasons to grant one and not the other, but avoiding such mistakes is not one of them.

-- 
Ed Avis <ed_at_membled.com>
Received on Sun Feb 01 2004 - 06:30:13 CST

Original text of this message

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