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: Deleted dataafile ORA-01122 Error

Re: Deleted dataafile ORA-01122 Error

From: DJ <nospamplease_at_goaway.com>
Date: Mon, 15 Mar 2004 20:04:28 -0000
Message-ID: <X_n5c.5$Do3.2@newsfe2-gui.server.ntli.net>

"Ken Holland" <kholland_at_CentennialCorp.com> wrote in message news:c34ipg$hkv$1_at_news.monmouth.com...
> Greetings and I apologize if this seems rudimentary. Situation - A
> consultant trying to recover disk space on a training server deleted the
> datafile for one of the application data areas. Of course I don't have a
> backup because this is a training machine. I copied another datafile into
> the location of the deleted one but now I'm getting invalid header/not
right
> datafile errors.
>
> I believe the answer will be to mark the tablespace the file belonged to
> offline but I can't get to the point where my STARTUP options will let me
do
> anything. When I try to mount the DB the corrupted/missing file makes it
> fail. NOMOUNT and it won't let me modify the tablespace. Any help is
> appreciated
>
> Ken Holland
> DIR IT
> Centennial Communications NJ
>
>

startup mount

alter database datafile 'full_path_to_data_file' offline drop;

alter database open;

drop tablespace xx including contents and datafiles; (if on 9i) Received on Mon Mar 15 2004 - 14:04:28 CST

Original text of this message

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