Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
deleted undotbs01.dbf...
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  Messages 1 - 25 of 76 - Collapse all  -  Translate all to Translated (View all originals)   Newer >
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
de12261  
View profile  
 More options Aug 1 2007, 6:24 am
Newsgroups: comp.databases.oracle.server
From: de12261 <de12...@gmail.com>
Date: Wed, 01 Aug 2007 03:24:54 -0700
Local: Wed, Aug 1 2007 6:24 am
Subject: deleted undotbs01.dbf...
Hello

I made a mistake and deleted undotbs01.dbf.

now i try to restart the server without success.
i try to recreate an undo tablespace too, but it is not possible due
to "database not open" error and if i try to "alter database open" i
get "ORA-01092: oracle instance terminated. disconnection forced".

Please, HELP!!

thankyou


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
gazzag  
View profile  
 More options Aug 1 2007, 6:50 am
Newsgroups: comp.databases.oracle.server
From: gazzag <gar...@jamms.org>
Date: Wed, 01 Aug 2007 03:50:56 -0700
Local: Wed, Aug 1 2007 6:50 am
Subject: Re: deleted undotbs01.dbf...
On 1 Aug, 11:24, de12261 <de12...@gmail.com> wrote:

> Hello

> I made a mistake and deleted undotbs01.dbf.

> now i try to restart the server without success.
> i try to recreate an undo tablespace too, but it is not possible due
> to "database not open" error and if i try to "alter database open" i
> get "ORA-01092: oracle instance terminated. disconnection forced".

> Please, HELP!!

> thankyou

Operating system? Oracle version?

Anyway, if the database is in ARCHIVELOG mode and you have datafile
backups, restore the latest copy of UNDOTBS01.DBF at the operating
system level then recover your database.

If you're not in ARCHIVELOG mode, you will have to restore you your
last consistent (cold) backup.

HTH

-g


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
fitzjarrell@cox.net  
View profile  
 More options Aug 1 2007, 8:40 am
Newsgroups: comp.databases.oracle.server
From: "fitzjarr...@cox.net" <fitzjarr...@cox.net>
Date: Wed, 01 Aug 2007 05:40:42 -0700
Local: Wed, Aug 1 2007 8:40 am
Subject: Re: deleted undotbs01.dbf...
On Aug 1, 5:24 am, de12261 <de12...@gmail.com> wrote:

> Hello

> I made a mistake and deleted undotbs01.dbf.

> now i try to restart the server without success.
> i try to recreate an undo tablespace too, but it is not possible due
> to "database not open" error and if i try to "alter database open" i
> get "ORA-01092: oracle instance terminated. disconnection forced".

> Please, HELP!!

> thankyou

If you don't have a valid backup, either cold or hot, of this database
you really have no other option other than to recreate this database.
I hope you have at least a recent export if you don't have a backup.
Any port is better than no port in this storm.

David Fitzjarrell


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
astalavista  
View profile  
 More options Aug 1 2007, 8:54 am
Newsgroups: comp.databases.oracle.server
From: "astalavista" <nob...@nowhere.com>
Date: Wed, 1 Aug 2007 14:54:02 +0200
Local: Wed, Aug 1 2007 8:54 am
Subject: Re: deleted undotbs01.dbf...

> I made a mistake and deleted undotbs01.dbf.

> now i try to restart the server without success.
> i try to recreate an undo tablespace too, but it is not possible due
> to "database not open" error and if i try to "alter database open" i
> get "ORA-01092: oracle instance terminated. disconnection forced".

If you comment UNDO_MANAGEMENT = auto
in your pfile/spfile
can you open the database ?

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
sybrandb  
View profile  
 More options Aug 1 2007, 9:36 am
Newsgroups: comp.databases.oracle.server
From: sybrandb <sybra...@gmail.com>
Date: Wed, 01 Aug 2007 06:36:05 -0700
Local: Wed, Aug 1 2007 9:36 am
Subject: Re: deleted undotbs01.dbf...
On Aug 1, 2:54 pm, "astalavista" <nob...@nowhere.com> wrote:

> > I made a mistake and deleted undotbs01.dbf.

> > now i try to restart the server without success.
> > i try to recreate an undo tablespace too, but it is not possible due
> > to "database not open" error and if i try to "alter database open" i
> > get "ORA-01092: oracle instance terminated. disconnection forced".

> If you comment UNDO_MANAGEMENT = auto
> in your pfile/spfile
> can you open the database ?

The tablespace and datafile info is still in the controlfile.
Is not going to work.

--
Sybrand Bakker
Senior Oracle DBA


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
gazzag  
View profile  
 More options Aug 1 2007, 9:59 am
Newsgroups: comp.databases.oracle.server
From: gazzag <gar...@jamms.org>
Date: Wed, 01 Aug 2007 06:59:54 -0700
Local: Wed, Aug 1 2007 9:59 am
Subject: Re: deleted undotbs01.dbf...
On 1 Aug, 14:36, sybrandb <sybra...@gmail.com> wrote:

> The tablespace and datafile info is still in the controlfile.
> Is not going to work.

> --
> Sybrand Bakker
> Senior Oracle DBA

Sybrand,

Do you think an ALTER DATABASE BACKUP CONTROLFILE TO TRACE might help?

Just a thought...


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
fitzjarrell@cox.net  
View profile  
 More options Aug 1 2007, 10:30 am
Newsgroups: comp.databases.oracle.server
From: "fitzjarr...@cox.net" <fitzjarr...@cox.net>
Date: Wed, 01 Aug 2007 07:30:05 -0700
Local: Wed, Aug 1 2007 10:30 am
Subject: Re: deleted undotbs01.dbf...
On Aug 1, 8:59 am, gazzag <gar...@jamms.org> wrote:

> On 1 Aug, 14:36, sybrandb <sybra...@gmail.com> wrote:

> > The tablespace and datafile info is still in the controlfile.
> > Is not going to work.

> > --
> > Sybrand Bakker
> > Senior Oracle DBA

> Sybrand,

> Do you think an ALTER DATABASE BACKUP CONTROLFILE TO TRACE might help?

> Just a thought...

Since the only rollback segment available would be the SYSTEM rollback
segment I doubt even that would get this database open; it might allow
it to mount, however, which may be enough to create a new undotbs1.dbf
file.

It's probably worth a try; as I said earlier any port in this storm is
better than no port at all.

David Fitzjarrell


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
de12261  
View profile  
 More options Aug 1 2007, 10:50 am
Newsgroups: comp.databases.oracle.server
From: de12261 <de12...@gmail.com>
Date: Wed, 01 Aug 2007 07:50:08 -0700
Local: Wed, Aug 1 2007 10:50 am
Subject: Re: deleted undotbs01.dbf...
On 1 Ago, 16:30, "fitzjarr...@cox.net" <fitzjarr...@cox.net> wrote:

> Since the only rollback segment available would be the SYSTEM rollback
> segment I doubt even that would get this database open; it might allow
> it to mount, however, which may be enough to create a new undotbs1.dbf
> file.

> It's probably worth a try; as I said earlier any port in this storm is
> better than no port at all.

> David Fitzjarrell

Hello

i cannot open...
when I try "alter database open" it gives me the error ORA-01092:
oracle instance terminated....

so I cannot create a new undo tablespace...

is there any other solution to recreate a tablespace????

they do not have a backup ...

:-(

thank you


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Krish  
View profile  
 More options Aug 1 2007, 11:13 am
Newsgroups: comp.databases.oracle.server
From: Krish <Krishna.Bu...@gmail.com>
Date: Wed, 01 Aug 2007 08:13:37 -0700
Local: Wed, Aug 1 2007 11:13 am
Subject: Re: deleted undotbs01.dbf...
On Aug 1, 10:50 am, de12261 <de12...@gmail.com> wrote:

Try this

SQL> startup mount

SQL> Alter database datafile < datafile path or file number> offline
drop;

SQL> alter database open;

Then
      *  create a new Undo Tablespace
      *  Make the newly created Undo tablespace as default undo
tablespace
      * drop the old undo tablespace.

Thanks,
Krishna


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
sybrandb  
View profile  
 More options Aug 1 2007, 11:17 am
Newsgroups: comp.databases.oracle.server
From: sybrandb <sybra...@gmail.com>
Date: Wed, 01 Aug 2007 08:17:46 -0700
Local: Wed, Aug 1 2007 11:17 am
Subject: Re: deleted undotbs01.dbf...
On Aug 1, 5:13 pm, Krish <Krishna.Bu...@gmail.com> wrote:

This is not going to work.
This will drop the datafile, it won't drop the tablespace.
Oracle will try to online the tablespace and halt.

--
Sybrand Bakker
Senior Oracle DBA


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
de12261  
View profile  
 More options Aug 1 2007, 11:19 am
Newsgroups: comp.databases.oracle.server
From: de12261 <de12...@gmail.com>
Date: Wed, 01 Aug 2007 08:19:42 -0700
Local: Wed, Aug 1 2007 11:19 am
Subject: Re: deleted undotbs01.dbf...
On 1 Ago, 17:13, Krish <Krishna.Bu...@gmail.com> wrote:

thanks

I tried but when "SQL> alter database open;" i got the error ORA-01092

:-(


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
codadilupo  
View profile  
 More options Aug 1 2007, 11:00 am
Newsgroups: comp.databases.oracle.server
From: codadilupo <codadil...@operamail.com>
Date: Wed, 01 Aug 2007 17:00:02 +0200
Local: Wed, Aug 1 2007 11:00 am
Subject: Re: deleted undotbs01.dbf...

de12261 wrote:
> i cannot open...
> when I try "alter database open" it gives me the error ORA-01092:
> oracle instance terminated....

IIUC David suggested to try to just *mount* the database, not to *open* it.

--
CdL


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
DA Morgan  
View profile  
 More options Aug 1 2007, 11:27 am
Newsgroups: comp.databases.oracle.server
From: DA Morgan <damor...@psoug.org>
Date: Wed, 01 Aug 2007 08:27:40 -0700
Local: Wed, Aug 1 2007 11:27 am
Subject: Re: deleted undotbs01.dbf...

Push yourself away from the keyboard and stop doing stuff.

You are as likely to be making things worse as better.

Go to metalink.oracle.com and open an SR.

And generic advice to everyone and anyone: If you aren't doing
regular backups with RMAN seriously consider getting another form
of employment.
--
Daniel A. Morgan
University of Washington
damor...@x.washington.edu (replace x with u to respond)
Puget Sound Oracle Users Group
www.psoug.org


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Krish  
View profile  
 More options Aug 1 2007, 11:43 am
Newsgroups: comp.databases.oracle.server
From: Krish <Krishna.Bu...@gmail.com>
Date: Wed, 01 Aug 2007 08:43:17 -0700
Local: Wed, Aug 1 2007 11:43 am
Subject: Re: deleted undotbs01.dbf...
On Aug 1, 11:13 am, Krish <Krishna.Bu...@gmail.com> wrote:

I tested this script and worked for me on my laptop ( running Oracle
10.2.0.1 on windows).

Check your alert log for a more descriptive report of the exact
startup problem. post if you find any new error messages .

Krishna.


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
gazzag  
View profile  
 More options Aug 1 2007, 12:00 pm
Newsgroups: comp.databases.oracle.server
From: gazzag <gar...@jamms.org>
Date: Wed, 01 Aug 2007 09:00:02 -0700
Local: Wed, Aug 1 2007 12:00 pm
Subject: Re: deleted undotbs01.dbf...
On 1 Aug, 16:27, DA Morgan <damor...@psoug.org> wrote:

This is sound advice.  However, if you must insist on fiddling,
shutdown the database and take a filesystem backup before you do
anything further.  If the worse comes to the worse, you can then
restore from this backup or even transfer it to another server.

HTH

-g


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
de12261  
View profile  
 More options Aug 1 2007, 3:58 pm
Newsgroups: comp.databases.oracle.server
From: de12261 <de12...@gmail.com>
Date: Wed, 01 Aug 2007 12:58:46 -0700
Local: Wed, Aug 1 2007 3:58 pm
Subject: Re: deleted undotbs01.dbf...
On 1 Ago, 17:00, codadilupo <codadil...@operamail.com> wrote:

> de12261wrote:
> > i cannot open...
> > when I try "alter database open" it gives me the error ORA-01092:
> > oracle instance terminated....

> IIUC David suggested to try to just *mount* the database, not to *open* it.

> --
> CdL

yes, but no difference.
when the database is mounted I cannot create undo tablespace
because database is not OPENED!

thanks anyway


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
de12261  
View profile  
 More options Aug 1 2007, 4:02 pm
Newsgroups: comp.databases.oracle.server
From: de12261 <de12...@gmail.com>
Date: Wed, 01 Aug 2007 13:02:29 -0700
Local: Wed, Aug 1 2007 4:02 pm
Subject: Re: deleted undotbs01.dbf...
On 1 Ago, 17:27, DA Morgan <damor...@psoug.org> wrote:

> Push yourself away from the keyboard and stop doing stuff.

> You are as likely to be making things worse as better.

> Go to metalink.oracle.com and open an SR.

> And generic advice to everyone and anyone: If you aren't doing
> regular backups with RMAN seriously consider getting another form
> of employment.

I think the same...
but it is not my responsibility if one of our customers do not make
backups of their data....

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
DA Morgan  
View profile  
 More options Aug 1 2007, 4:11 pm
Newsgroups: comp.databases.oracle.server
From: DA Morgan <damor...@psoug.org>
Date: Wed, 01 Aug 2007 13:11:15 -0700
Local: Wed, Aug 1 2007 4:11 pm
Subject: Re: deleted undotbs01.dbf...

de12261 wrote:
> On 1 Ago, 17:27, DA Morgan <damor...@psoug.org> wrote:
>> Push yourself away from the keyboard and stop doing stuff.

>> You are as likely to be making things worse as better.

>> Go to metalink.oracle.com and open an SR.

>> And generic advice to everyone and anyone: If you aren't doing
>> regular backups with RMAN seriously consider getting another form
>> of employment.

> I think the same...
> but it is not my responsibility if one of our customers do not make
> backups of their data....

If it is your responsibility to recover it then it is your
responsibility to make sure it is backed up: If not then just go do
something else or go home. <g>
--
Daniel A. Morgan
University of Washington
damor...@x.washington.edu (replace x with u to respond)
Puget Sound Oracle Users Group
www.psoug.org

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
de12261  
View profile  
 More options Aug 1 2007, 4:17 pm
Newsgroups: comp.databases.oracle.server
From: de12261 <de12...@gmail.com>
Date: Wed, 01 Aug 2007 13:17:10 -0700
Local: Wed, Aug 1 2007 4:17 pm
Subject: Re: deleted undotbs01.dbf...
On 1 Ago, 22:11, DA Morgan <damor...@psoug.org> wrote:

> If it is your responsibility to recover it then it is your
> responsibility to make sure it is backed up: If not then just go do
> something else or go home. <g>

in fact it is not my responsability to recover this database but
because of the kind of these people (that do not make a backup) you
probably understand why I try by myself to recover data ...
I need this data to do some query ...

Bye


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
sybra...@hccnet.nl  
View profile  
 More options Aug 1 2007, 4:23 pm
Newsgroups: comp.databases.oracle.server
From: sybra...@hccnet.nl
Date: Wed, 01 Aug 2007 22:23:02 +0200
Local: Wed, Aug 1 2007 4:23 pm
Subject: Re: deleted undotbs01.dbf...

On Wed, 01 Aug 2007 13:02:29 -0700, de12261 <de12...@gmail.com> wrote:
>I think the same...
>but it is not my responsibility if one of our customers do not make
>backups of their data....

Are you seriously stating you can't be held responsible for screwing
up a database when there is no back up?
Evidently your customer will held you responsible and kick you out.
And rightly so.

--
Sybrand Bakker
Senior Oracle DBA


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
de12261  
View profile  
 More options Aug 1 2007, 4:45 pm
Newsgroups: comp.databases.oracle.server
From: de12261 <de12...@gmail.com>
Date: Wed, 01 Aug 2007 13:45:20 -0700
Local: Wed, Aug 1 2007 4:45 pm
Subject: Re: deleted undotbs01.dbf...
On 1 Ago, 22:23, sybra...@hccnet.nl wrote:

> Are you seriously stating you can't be held responsible for screwing
> up a database when there is no back up?
> Evidently your customer will held you responsible and kick you out.
> And rightly so.

i do nothing of wrong, they deleted a file not me!!
they asked me to recover data because oracle do not work anymore....
in the first message I do not explain all because this is not the
problem....

bye


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Niall Litchfield  
View profile  
 More options Aug 1 2007, 5:23 pm
Newsgroups: comp.databases.oracle.server
From: Niall Litchfield <niall.litchfi...@gmail.com>
Date: Wed, 01 Aug 2007 21:23:08 -0000
Local: Wed, Aug 1 2007 5:23 pm
Subject: Re: deleted undotbs01.dbf...
On Aug 1, 2:36 pm, sybrandb <sybra...@gmail.com> wrote:

> On Aug 1, 2:54 pm, "astalavista" <nob...@nowhere.com> wrote:

> > > I made a mistake and deleted undotbs01.dbf.

> > > now i try to restart the server without success.
> > > i try to recreate an undo tablespace too, but it is not possible due
> > > to "database not open" error and if i try to "alter database open" i
> > > get "ORA-01092: oracle instance terminated. disconnection forced".

> > If you comment UNDO_MANAGEMENT = auto
> > in your pfile/spfile
> > can you open the database ?

> The tablespace and datafile info is still in the controlfile.
> Is not going to work.

well the following worked for me after moving the datafile (6) for the
undo tablespace.

SYS @ nl102 >STARTUP MOUNT;
ORACLE instance started.

Total System Global Area  612368384 bytes
Fixed Size                  1250452 bytes
Variable Size             289409900 bytes
Database Buffers          318767104 bytes
Redo Buffers                2940928 bytes
Database mounted.
SYS @ nl102 >alter system set undo_management='MANUAL' scope=spfile;

System altered.

SYS @ nl102 >alter system set undo_management='MANUAL' scope=spfile;

System altered.

SYS @ nl102 >alter database datafile 6 offline drop;

Database altered.

SYS @ nl102 >alter database open;

Database altered.

SYS @ nl102 >create undo tablespace undotbs3 datafile 'c:\oracle
\10.2.0\oradata\nl102\undotbs03dbf' size 1024m;

Tablespace created.

SYS @ nl102 >alter system set undo_tablespace=undotbs3 scope=spfile;

System altered.

SYS @ nl102 >alter system set undo_management=auto scope=spfile;

System altered.

SYS @ nl102 >startup force;
ORACLE instance started.

Total System Global Area  612368384 bytes
Fixed Size                  1250452 bytes
Variable Size             289409900 bytes
Database Buffers          318767104 bytes
Redo Buffers                2940928 bytes
Database mounted.
Database opened.
SYS @ nl102 >

should it not then loss of an undo tablespace datafile will kill your
database. not I think likely.

Niall


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
joel garry  
View profile  
 More options Aug 1 2007, 5:24 pm
Newsgroups: comp.databases.oracle.server
From: joel garry <joel-ga...@home.com>
Date: Wed, 01 Aug 2007 14:24:50 -0700
Local: Wed, Aug 1 2007 5:24 pm
Subject: Re: deleted undotbs01.dbf...
On Aug 1, 1:45 pm, de12261 <de12...@gmail.com> wrote:

> On 1 Ago, 22:23, sybra...@hccnet.nl wrote:

> > Are you seriously stating you can't be held responsible for screwing
> > up a database when there is no back up?
> > Evidently your customer will held you responsible and kick you out.
> > And rightly so.

> i do nothing of wrong, they deleted a file not me!!
> they asked me to recover data because oracle do not work anymore....
> in the first message I do not explain all because this is not the
> problem....

> bye

In your first message you stated you deleted it, what do you expect
people to think?

Even so, as gazzag said, the first thing you should do in this sort of
crisis is take a filesystem backup, so you can undo any damage _you_
inflict.

I'm still unclear as to whether you are in archivelog mode.

jg
--
@home.com is bogus.
Do not let IBM charge you by the foot for a data center.
http://www.networkworld.com/community/node/17998


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
NetComrade  
View profile  
 More options Aug 1 2007, 5:28 pm
Newsgroups: comp.databases.oracle.server
From: NetComrade <netcomradeNS...@bookexchange.net>
Date: Wed, 01 Aug 2007 17:28:48 -0400
Local: Wed, Aug 1 2007 5:28 pm
Subject: Re: deleted undotbs01.dbf...

On Wed, 01 Aug 2007 03:24:54 -0700, de12261 <de12...@gmail.com> wrote:
>Hello

>I made a mistake and deleted undotbs01.dbf.

>now i try to restart the server without success.
>i try to recreate an undo tablespace too, but it is not possible due
>to "database not open" error and if i try to "alter database open" i
>get "ORA-01092: oracle instance terminated. disconnection forced".

>Please, HELP!!

Open a metalink SR, and hope you get an engineer that has a clue.
With some help, you might be able to bring up the db and imp/exp your
data elsewhere.
.......
We run Oracle 9iR2,10gR1/2 on RH4/RH3 and Solaris 10 (Sparc)
remove NSPAM to email

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
sybra...@hccnet.nl  
View profile  
 More options Aug 1 2007, 5:38 pm
Newsgroups: comp.databases.oracle.server
From: sybra...@hccnet.nl
Date: Wed, 01 Aug 2007 23:38:53 +0200
Local: Wed, Aug 1 2007 5:38 pm
Subject: Re: deleted undotbs01.dbf...

On Wed, 01 Aug 2007 13:45:20 -0700, de12261 <de12...@gmail.com> wrote:
>On 1 Ago, 22:23, sybra...@hccnet.nl wrote:
>> Are you seriously stating you can't be held responsible for screwing
>> up a database when there is no back up?
>> Evidently your customer will held you responsible and kick you out.
>> And rightly so.

>i do nothing of wrong, they deleted a file not me!!
>they asked me to recover data because oracle do not work anymore....
>in the first message I do not explain all because this is not the
>problem....

>bye

Quoting from your original post

Hello

I made a mistake and deleted undotbs01.dbf.

Please do not try to chicken out and blame someone else.

--
Sybrand Bakker
Senior Oracle DBA


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Messages 1 - 25 of 76   Newer >
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google