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

Home -> Community -> Usenet -> c.d.o.server -> Re: ALTER TABLESPACE "TEMP" NOLOGGING. Safe?

Re: ALTER TABLESPACE "TEMP" NOLOGGING. Safe?

From: Alex Filonov <afilonov_at_pro-ns.net>
Date: Sat, 24 Feb 2001 04:32:16 GMT
Message-ID: <3A97394D.37B2E0DF@pro-ns.net>

Syltrem wrote:

> Everything is in the subject!
>
> Thanks!
>
> --
>
> Sytrem
> http://pages.infinit.net/syltrem

You don't need it if you TEMP tablespace is temporary. In that case everything written into this
tablespace automatically has nologging attribute. It also can't be rolled back. So, do this instead:

ALTER TABLESPACE TEMP TEMPORARY; Received on Fri Feb 23 2001 - 22:32:16 CST

Original text of this message

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