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

Home -> Community -> Usenet -> c.d.o.server -> Re: Backup and Recovery

Re: Backup and Recovery

From: Paweł Plichta <Pawel_NO-SPAM_Plichta_at_netia.pl>
Date: Fri, 2 Jul 1999 16:59:22 +0200
Message-ID: <7lik61$fhn$1@info.nask.pl>


Try export command

Example bat-file
d:
cd \data.ora\backup

set BASE=SID1
exp80.exe user SID1/usersid1@%BASE% file=%BASE%.exp log=%BASE%.log full=Y

set BASE= SID2
.....

You don't have to stop oracle databases

In next step copy export-file to tape etc...

Recover
1. Create instance, system tablespace, rolbacksegment ... 2. Import from export file as system/manager

lauracampos_at_yahoo.com napisał(a) w wiadomości: <7lgbpe$l0e$1_at_nnrp1.deja.com>...
>My company wants me to create some backup and recovery procedures for
>If anyone has a template please email me at: camposlm_at_navair.navy.mil.
>
>
>Sent via Deja.com http://www.deja.com/
>Share what you know. Learn what you don't.
Received on Fri Jul 02 1999 - 09:59:22 CDT

Original text of this message

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