RE: Recreating database from hot backup but only 1 tablespace - U

2002-09-17 Thread Miller, Jay

Thanks to everyone who helped, I finally got the files restored to a new box
(1 week later!) and the recovery and export took about a half hour.

Jay Miller

-Original Message-
Sent: Monday, September 09, 2002 6:53 PM
To: Multiple recipients of list ORACLE-L
U


Jay - Here is a link to the Oracle documentation for what you are
attempting. You'll have to patch the link back together. I don't know what
your Oracle version is, but the main change with the newer version is that
you can use transportable tablespaces to move the resulting tablespace back
to production, while on the older Oracle versions you must use something
like export/import. 
Well, I am glad my study for the OCP benefited you, rather than me.
I'm heading home for the evening, but there are other list participants in
different time zones if you hit a glitch. Best of luck.

http://download-west.oracle.com/otndoc/oracle9i/901_doc/server.901/a90134/os
tspitr.htm

Dennis Williams
DBA
Lifetouch, Inc.
[EMAIL PROTECTED]

-Original Message-
Sent: Monday, September 09, 2002 5:38 PM
To: Multiple recipients of list ORACLE-L
U


Thanks Dennis,

The rollback segments occurred to me already, I'm composing the email to our
SAs to restore the files (I'm going to have to wipe out another test box but
it's one that can easily be recreated).

Thanks!
Jay Miller

-Original Message-
Sent: Monday, September 09, 2002 5:14 PM
To: '[EMAIL PROTECTED]'
Cc: '[EMAIL PROTECTED]'
U rgen


Jay
You should also bring the tablespace holding your ROLLBACK segments.
Archive and redo logs, of course. Other than that, I think you are off to a
promising start.

Dennis Williams
DBA
Lifetouch, Inc.
[EMAIL PROTECTED]


-Original Message-
Sent: Monday, September 09, 2002 5:04 PM
To: Multiple recipients of list ORACLE-L
Urgen


We need to recover a table that had been truncated.  Unfortunately at this
time we don't have a server large enough to copy our complete backup (I
know, I've been yelling about this for over a year).

Can we copy just the tablespaces holding the SYS objects and the table we
need, modify our create controlfile script (backed up to trace) and open it
that way?

I've never tried this before and it's rather urgent so I'm e-mailing while
I'm still searching the Velpuri book.

Any other suggestions are welcome.


Thanks,
Jay Miller

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Miller, Jay
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Miller, Jay
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: DENNIS WILLIAMS
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Miller, Jay
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).



RE: Recreating database from hot backup but only 1 tablespace - U

2002-09-09 Thread DENNIS WILLIAMS

Jay
You should also bring the tablespace holding your ROLLBACK segments.
Archive and redo logs, of course. Other than that, I think you are off to a
promising start.

Dennis Williams
DBA
Lifetouch, Inc.
[EMAIL PROTECTED]


-Original Message-
Sent: Monday, September 09, 2002 5:04 PM
To: Multiple recipients of list ORACLE-L
Urgen


We need to recover a table that had been truncated.  Unfortunately at this
time we don't have a server large enough to copy our complete backup (I
know, I've been yelling about this for over a year).

Can we copy just the tablespaces holding the SYS objects and the table we
need, modify our create controlfile script (backed up to trace) and open it
that way?

I've never tried this before and it's rather urgent so I'm e-mailing while
I'm still searching the Velpuri book.

Any other suggestions are welcome.


Thanks,
Jay Miller

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Miller, Jay
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: DENNIS WILLIAMS
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).



RE: Recreating database from hot backup but only 1 tablespace - U

2002-09-09 Thread Miller, Jay

Thanks Dennis,

The rollback segments occurred to me already, I'm composing the email to our
SAs to restore the files (I'm going to have to wipe out another test box but
it's one that can easily be recreated).

Thanks!
Jay Miller

-Original Message-
Sent: Monday, September 09, 2002 5:14 PM
To: '[EMAIL PROTECTED]'
Cc: '[EMAIL PROTECTED]'
U rgen


Jay
You should also bring the tablespace holding your ROLLBACK segments.
Archive and redo logs, of course. Other than that, I think you are off to a
promising start.

Dennis Williams
DBA
Lifetouch, Inc.
[EMAIL PROTECTED]


-Original Message-
Sent: Monday, September 09, 2002 5:04 PM
To: Multiple recipients of list ORACLE-L
Urgen


We need to recover a table that had been truncated.  Unfortunately at this
time we don't have a server large enough to copy our complete backup (I
know, I've been yelling about this for over a year).

Can we copy just the tablespaces holding the SYS objects and the table we
need, modify our create controlfile script (backed up to trace) and open it
that way?

I've never tried this before and it's rather urgent so I'm e-mailing while
I'm still searching the Velpuri book.

Any other suggestions are welcome.


Thanks,
Jay Miller

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Miller, Jay
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Miller, Jay
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).



RE: Recreating database from hot backup but only 1 tablespace - U

2002-09-09 Thread DENNIS WILLIAMS

Jay - Here is a link to the Oracle documentation for what you are
attempting. You'll have to patch the link back together. I don't know what
your Oracle version is, but the main change with the newer version is that
you can use transportable tablespaces to move the resulting tablespace back
to production, while on the older Oracle versions you must use something
like export/import. 
Well, I am glad my study for the OCP benefited you, rather than me.
I'm heading home for the evening, but there are other list participants in
different time zones if you hit a glitch. Best of luck.

http://download-west.oracle.com/otndoc/oracle9i/901_doc/server.901/a90134/os
tspitr.htm

Dennis Williams
DBA
Lifetouch, Inc.
[EMAIL PROTECTED]

-Original Message-
Sent: Monday, September 09, 2002 5:38 PM
To: Multiple recipients of list ORACLE-L
U


Thanks Dennis,

The rollback segments occurred to me already, I'm composing the email to our
SAs to restore the files (I'm going to have to wipe out another test box but
it's one that can easily be recreated).

Thanks!
Jay Miller

-Original Message-
Sent: Monday, September 09, 2002 5:14 PM
To: '[EMAIL PROTECTED]'
Cc: '[EMAIL PROTECTED]'
U rgen


Jay
You should also bring the tablespace holding your ROLLBACK segments.
Archive and redo logs, of course. Other than that, I think you are off to a
promising start.

Dennis Williams
DBA
Lifetouch, Inc.
[EMAIL PROTECTED]


-Original Message-
Sent: Monday, September 09, 2002 5:04 PM
To: Multiple recipients of list ORACLE-L
Urgen


We need to recover a table that had been truncated.  Unfortunately at this
time we don't have a server large enough to copy our complete backup (I
know, I've been yelling about this for over a year).

Can we copy just the tablespaces holding the SYS objects and the table we
need, modify our create controlfile script (backed up to trace) and open it
that way?

I've never tried this before and it's rather urgent so I'm e-mailing while
I'm still searching the Velpuri book.

Any other suggestions are welcome.


Thanks,
Jay Miller

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Miller, Jay
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Miller, Jay
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: DENNIS WILLIAMS
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).