Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Database Recovery/copy

Re: Database Recovery/copy

From: Ruth Gramolini <rgramolini_at_tax.state.vt.us>
Date: Fri, 21 Jul 2000 07:30:26 -0400
Message-Id: <10565.112622@fatcity.com>


You can FTP the .dmp file or the production database and import it into developement. You have to drop the tables in development that are going to be imported. You can pre-create them and use ignore =Y or you can just import the tables as they are in production. You don't have to do anything to your controlfiles. This assumes that you will only be importing the schema(s) that contain the application data.

HTH,
Ruth
----- Original Message -----
From: <cemail_at_sprintmail.com>
To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com> Sent: Thursday, July 20, 2000 4:42 PM
Subject: Database Recovery/copy

>
> We have an HPUX development box that has an 8.0.5 database on
> it that is the same SID, etc. as the production database. We
> want to drop that development database and restore a copy of
> the production database (which is on another box) to the development
> box. The other box has the same OS and drive/space configuration.
> The backup was taken with, and will be restored to the new box,
> using Veritas. Does anything special have to be done with the
> init or control files, etc.? Does anything at all have to be
> done after Veritas applies everything or do you just try and
> start the database up?
>
>
>
> -----
> Sent using MailStart.com ( http://MailStart.Com/welcome.html )
> The FREE way to access your mailbox via any web browser, anywhere!
>
> --
> Author:
> INET: cemail_at_sprintmail.com
>
> 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: ListGuru_at_fatcity.com (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).
Received on Fri Jul 21 2000 - 06:30:26 CDT

Original text of this message

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