Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Some plonker typed rm temp.dbf AAARRGGHHH!
Hi,
svrmgrl
connect internal;
startup nomount;
alter database mount exclusive;
alter database <YourSID> datafile '/temp.dbf' offline;
drop tablespace temp;
create tablespace temp ...
Kind regards,
Toni
> A colleague decided to clear some space from a filesystem and deleted a dbf
> file. Not surprisingly oracle is bleating about it. How do I fix it?
...
--
ZXR 750: 38Mm: Schnauferl
XT 500: 85Mm: RIP
Received on Thu Jul 16 1998 - 08:20:17 CDT
![]() |
![]() |