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: rman restore procedure

Re: rman restore procedure

From: Joel Garry <joel-garry_at_home.com>
Date: 15 Dec 2005 13:37:12 -0800
Message-ID: <1134682632.004841.274070@z14g2000cwz.googlegroups.com>

Antonio 6sette wrote:
> ALTER TABLESPACE temp add tempfile
> *
> ERROR at line 1:
> ORA-01268: invalid TEMPFILE clause for alter of permanent TABLESPACE
>
> from the views I see that the temporary tablespace is ok.
>
> SQL> SELECT * from dba_tablespaces where tablespace_name='TEMP';
>
> TABLESPACE_NAME BLOCK_SIZE INITIAL_EXTENT NEXT_EXTENT
> ---------------------------
> TEMP 8192 40960 40960
> 1 50 0 ONLINE TEMPORARY LOGGING
> NO DICTIONARYUSER NO MANUAL DISABLED
>
> SQL> SELECT * from dba_data_files where tablespace_name='TEMP';
>
> FILE_NAME TABLESPACE_NAME
> -------------------------------
> /home/oracle/oradata/DIP/temp.dbf TEMP
>
> Can anyone explain me this behaviour ??

If you have metalink access, Note: 160426.1 (or is it 248290.1?) has an enlightening explanation.

jg

--
@home.com is bogus.
http://dilbertblog.typepad.com/the_dilbert_blog/2005/12/top_the_cartoon.html#comments
Received on Thu Dec 15 2005 - 15:37:12 CST

Original text of this message

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