Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Error when renaming tempfile
"Fraser McCallum" <fmcc_at_removetoemail_odbaguru.com> wrote in message
news:Jgwj8.10101$uR5.18716_at_newsfeeds.bigpond.com...
>
The following is from the 8.1.6 ALTER DATABASE docs. Given you statement, I find the mention of tempfiles confusing
--- RENAME FILE renames datafiles, tempfiles, or redo log file members. This clause renames only files in the control file. It does not actually rename them on your operating system. You must specify each filename using the conventions for filenames on your operating system before specifying this clause. --- Is it documented anywhere that tempfiles cannot be renamed? BTW, my code for handling tempfiles does an ALTER TABLESPACE ADD TEMPFILE ... and an ALTER DATABASE TEMPFILE ... DROP. Total lack of symmetry, but it works. Thanks for assuring my solution. I feel a bit less stupid, now. -- Later, BEDickReceived on Wed Mar 13 2002 - 12:27:04 CST
![]() |
![]() |