Re: Recovering WITHOUT tablespaces - 2001-08-16

2001-08-22 Thread Jared Still
On Wednesday 22 August 2001 09:51, JOE TESTA wrote: > how about this as a solution: > > alter user sys default tablespace tools; > > @?/rdbms/admin/Put SCRIPT HERE :) > > joe Kids! Don't try this at home! Jared -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Jared

Re: Recovering WITHOUT tablespaces - 2001-08-16

2001-08-22 Thread JOE TESTA
how about this as a solution:   alter user sys default tablespace tools;   @?/rdbms/admin/Put SCRIPT HERE :)   joe >>> [EMAIL PROTECTED] 08/22/01 12:02PM >>>SYSTEM objects don't matter, but I wonder how the SYSobjects ended up in the TOOLS tablespace.Audit tables perhaps?JaredOn Tuesday 21 Au

Re: Recovering WITHOUT tablespaces - 2001-08-16

2001-08-22 Thread Jared Still
SYSTEM objects don't matter, but I wonder how the SYS objects ended up in the TOOLS tablespace. Audit tables perhaps? Jared On Tuesday 21 August 2001 09:16, Kumanan Balasundaram wrote: > I was bitten but this badly and thanks to all those people who > helped me. This may some of you, so I'm p

Re: Recovering WITHOUT tablespaces - 2001-08-16

2001-08-21 Thread Kumanan Balasundaram
I was bitten but this badly and thanks to all those people who helped me. This may some of you, so I'm posting it. Scenario: I wanted to extract one table as of a time the previous day. So I decided to recover to the closest time as possible before the unwanted change was made. This meant that

RE: Recovering WITHOUT tablespaces

2001-08-20 Thread Kumanan Balasundaram
le/product/8.1.6/dbs/MISSING2' Once you make the mistake, you don't again. Thanks Kumanan > -Original Message- > From: A. Bardeen [SMTP:[EMAIL PROTECTED]] > Sent: 18 August 2001 15:30 > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Re: Recoveri

Re: Recovering WITHOUT tablespaces

2001-08-18 Thread A. Bardeen
Kumanan, Yes, you can easily do this as long as you have the datafiles for the system tablespace and the datafiles for any RBS tablespaces used by online RBS's. This procedure is documented in metalink note: 96197.1 "Recovering a Dropped Table from a Full Database Backup" The recovery process w

Re: RE: Recovering WITHOUT tablespaces

2001-08-17 Thread Jon Walthour
Yes. > > From: Kumanan Balasundaram <[EMAIL PROTECTED]> > Date: 2001/08/17 Fri AM 10:11:10 EDT > To: Multiple recipients of list ORACLE-L <[EMAIL PROTECTED]> > Subject: RE: Recovering WITHOUT tablespaces > > So if I just have SYSTEM, RBS, and TEMP along wit

RE: Recovering WITHOUT tablespaces

2001-08-17 Thread Kumanan Balasundaram
16 > To: Multiple recipients of list ORACLE-L > Subject: Re: Recovering WITHOUT tablespaces > > Kumanan: > > Where I work, our databases are so big that we do it this way all the > time. You need to restore the SYSTEM tablespace, at least one rollback > tablespac

Re: Recovering WITHOUT tablespaces

2001-08-17 Thread Jon Walthour
Kumanan: Where I work, our databases are so big that we do it this way all the time. You need to restore the SYSTEM tablespace, at least one rollback tablespace, and any tablespaces you're interested in recovering from. You'll also need to have a copy of a 'backup controlfile to trace' script.