RMAN restore to another device Oracle 11 g 1

Hello

I have a big problem. I have on PC running Windows Server 2003 named "Host A" and another Windows Server 2003 "host B".
I made a backup of host A and you want to restore it to host B with the procedure.

Preparation & backup:
          SQLPLUS SYS AS SYSDBA
          SQL>SHUTDOWN IMMEDIATE     
          SQL>STARTUP MOUNT
          SQL>ALTER DATABASE ARCHIVELOG;
          SQL>ALTER DATABASE OPEN;
          SQL>ARCHIVE LOG LIST;
          SQL>ALTER SYSTEM ARCHIVE LOG START;
          SQL>QUIT

          RMAN TARGET /
          RMAN>CONFIGURE CHANNEL DEVICE TYPE DISK FORMAT 
'C:\Oracle-Backup\backup/%T.bkp';

RMAN>CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE 
DISK TO 'C:\Oracle-Backup\controlfile/%F.bkp';


          RMAN>CONFIGURE CONTROLFILE AUTOBACKUP ON;
          RMAN>EXIT;
          

          RMAN TARGET /
          RMAN>BACKUP DATABASE;     // maybe PLUS ARCHIVELOG 
          RMAN>EXIT;
After this I got a Controlfile 9,6 mb and a 1 GB file backup

Then I restored to the second machine:
Microsoft Windows [Version 5.2.3790]
(C) Copyright 1985-2003 Microsoft Corp.

C:\Dokumente und Einstellungen\Administrator>rman

Recovery Manager: Release 11.1.0.6.0 - Production on Mi Mai 16 11:13:33 2012

Copyright (c) 1982, 2007, Oracle.  All rights reserved.

RMAN> quit


Recovery Manager abgeschlossen.

C:\Dokumente und Einstellungen\Administrator>rman target / nocatalog

Recovery Manager: Release 11.1.0.6.0 - Production on Mi Mai 16 11:14:02 2012

Copyright (c) 1982, 2007, Oracle.  All rights reserved.

Mit Ziel-Datenbank verbunden: XXX (DBID=1455796592)
Kontrolldatei der Zieldatenbank wird anstelle des Recovery-Katalogs verwendet

RMAN> shutdown immediate;

Datenbank geschlossen
Datenbank nicht angeschlossen
Oracle-Instance heruntergefahren

RMAN> set dbid 1449626294

Befehl wird ausgef³hrt: SET DBID

RMAN> startup nomount;

mit Zieldatenbank verbunden (nicht gestartet)
Start nicht erfolgreich: ORA-01078: failure in processing system parameters
LRM-00109: Parameterdatei 'C:\PROGRAMME\ORACLE\111\DATABASE\INITXXX.ORA'
 konnte nicht ge+ffnet werden

Oracle Instance ohne Parameterdatei gestartet, um spfile abzurufen
Oracle-Instance gestartet

Gesamte System Global Area     159019008 Byte

Fixed Size                     1331852 Byte
Variable Size                 71306612 Byte
Database Buffers              83886080 Byte
Redo Buffers                   2494464 Byte

RMAN> restore spfile from 'c:\Oracle-Dump\CONTROLFILEC-1449626294-20120306-03.BK
P';

Starten restore um 16.05.12
Zugewiesener Kanal: ORA_DISK_1
Kanal ORA_DISK_1: SID=98 Device-Typ=DISK

Kanal ORA_DISK_1: Spfile wird aus AUTOBACKUP c:\Oracle-Dump\CONTROLFILEC-1449626
294-20120306-03.BKP zur³ckgeschrieben
Kanal ORA_DISK_1: Zur³ckschreiben von SPFILE aus AUTOBACKUP abgeschlossen
Beendet restore um 16.05.12

RMAN> shutdown immediate;

Oracle-Instance heruntergefahren

RMAN> startup nomount;

mit Zieldatenbank verbunden (nicht gestartet)
Oracle-Instance gestartet

Gesamte System Global Area     535662592 Byte

Fixed Size                     1334380 Byte
Variable Size                348128148 Byte
Database Buffers             180355072 Byte
Redo Buffers                   5844992 Byte

RMAN> restore controlfile from 'c:\Oracle-Dump\CONTROLFILEC-1449626294-20120306-
03.BKP';

Starten restore um 16.05.12
Zugewiesener Kanal: ORA_DISK_1
Kanal ORA_DISK_1: SID=208 Device-Typ=DISK

Kanal ORA_DISK_1: Kontrolldatei wird zur³ckgeschrieben
Kanal ORA_DISK_1: Restore abgeschlossen, abgelaufene Zeit: 00:00:03
Ausgabedateiname=C:\PROGRAMME\ORACLE\111\DATA\XXX\CONTROL01.CTL
Ausgabedateiname=C:\PROGRAMME\ORACLE\111\DATA\XXX\CONTROL02.CTL
Ausgabedateiname=C:\PROGRAMME\ORACLE\111\DATA\XXX\CONTROL03.CTL
Beendet restore um 16.05.12

RMAN> alter database mount
2> ;

Datenbank angeschlossen
Freigegebener Kanal: ORA_DISK_1

RMAN> catalog start with 'c:\oracle-Dump\';

Starten implicit crosscheck backup um 16.05.12
Zugewiesener Kanal: ORA_DISK_1
Kanal ORA_DISK_1: SID=208 Device-Typ=DISK
10 Objekte auf _bereinstimmung gepr³ft
Beendet implicit crosscheck backup um 16.05.12

Starten implicit crosscheck copy um 16.05.12
Kanal ORA_DISK_1 wird benutzt
Beendet implicit crosscheck copy um 16.05.12

Suche nach allen Dateien im Recovery-Bereich
Dateien werden katalogisiert...
Keine Dateien katalogisiert

Suche nach allen Dateien, die mit dem Muster c:\oracle-Dump\ ³bereinstimmen

Datenbank kennt Dateiliste nicht
=====================================
Dateiname: C:\ORACLE-DUMP\BACKUPXXX777222642.BKP
Dateiname: C:\ORACLE-DUMP\BACKUPXXX777222669.BKP
Dateiname: C:\ORACLE-DUMP\BACKUPXXX777222949.BKP
Dateiname: C:\ORACLE-DUMP\CONTROLFILEC-1449626294-20120306-03.BKP

M÷chten Sie die obigen Dateien wirklich katalogisieren (geben Sie YES oder NO ei
n)? yes
Dateien werden katalogisiert...
Katalogisierung erfolgt

Liste mit katalogisierten Dateien
=======================
Dateiname: C:\ORACLE-DUMP\BACKUPXXX777222642.BKP
Dateiname: C:\ORACLE-DUMP\BACKUPXXX777222669.BKP
Dateiname: C:\ORACLE-DUMP\BACKUPXXX777222949.BKP
Dateiname: C:\ORACLE-DUMP\CONTROLFILEC-1449626294-20120306-03.BKP

RMAN> restore database;

Starten restore um 16.05.12
Kanal ORA_DISK_1 wird benutzt

Kanal ORA_DISK_1: Zur³ckschreiben von Datendatei-Backup Set beginnt
Kanal ORA_DISK_1: Datendatei(en) werden zum Wiederherstellen aus Backup Set ange
geben
Kanal ORA_DISK_1: Datendatei 00001 wird zu C:\PROGRAMME\ORACLE\111\DATA\XXX
\SYSTEM01.DBF wiederhergestellt
Kanal ORA_DISK_1: Datendatei 00002 wird zu C:\PROGRAMME\ORACLE\111\DATA\XXX
\SYSAUX01.DBF wiederhergestellt
Kanal ORA_DISK_1: Datendatei 00003 wird zu C:\PROGRAMME\ORACLE\111\DATA\XXX
\UNDOTBS01.DBF wiederhergestellt
Kanal ORA_DISK_1: Datendatei 00004 wird zu C:\PROGRAMME\ORACLE\111\DATA\XXX
\USERS01.DBF wiederhergestellt
Kanal ORA_DISK_1: Datendatei 00005 wird zu C:\PROGRAMME\ORACLE\111\ORADATA\DBTT
wiederhergestellt
Kanal ORA_DISK_1: Datendatei 00006 wird zu C:\PROGRAMME\ORACLE\111\ORADATA\EM_LO
G_TUEM wiederhergestellt
Kanal ORA_DISK_1: Lesen aus Backup Piece C:\ORACLE-DUMP\BACKUPXXX777222669.
BKP
Kanal ORA_DISK_1: Piece Handle=C:\ORACLE-DUMP\BACKUPXXX777222669.BKP Tag=TA
G20120306T151108
Kanal ORA_DISK_1: Backup Piece 1 wurde wiederhergestellt
Kanal ORA_DISK_1: Restore abgeschlossen, abgelaufene Zeit: 00:02:05
Beendet restore um 16.05.12

RMAN> recover database;

Starten recover um 16.05.12
Kanal ORA_DISK_1 wird benutzt

Media Recovery starten

Kanal ORA_DISK_1: Zur³ckschreiben von Archive Log in Standardziel wird begonnen
Kanal ORA_DISK_1: Archive Log wird zur³ckgeschrieben
Archive Log Thread=1 Sequence=10
Kanal ORA_DISK_1: Lesen aus Backup Piece C:\ORACLE-DUMP\BACKUPXXX777222949.
BKP
Kanal ORA_DISK_1: Piece Handle=C:\ORACLE-DUMP\BACKUPXXX777222949.BKP Tag=TA
G20120306T151548
Kanal ORA_DISK_1: Backup Piece 1 wurde wiederhergestellt
Kanal ORA_DISK_1: Restore abgeschlossen, abgelaufene Zeit: 00:00:01
Archive Log-Dateiname=C:\PROGRAMME\ORACLE\111\FLASH_RECOVERY\XXX2DB\ARCHIVE
LOG\2012_05_16\O1_MF_1_10_7V73N5RW_.ARC Thread=1 Sequence=10
Kanal default: Archive Logs werden gel÷scht
Archive Log-Dateiname=C:\PROGRAMME\ORACLE\111\FLASH_RECOVERY\XXX2DB\ARCHIVE
LOG\2012_05_16\O1_MF_1_10_7V73N5RW_.ARC RECID=13 STAMP=783429893
Archive Log kann nicht gefunden werden
Archive Log Thread=1 Sequence=11
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: Fehler bei recover Befehl auf 05/16/2012 11:24:57
RMAN-06054: Media Recovery fordert unbekanntes Archive Log f³r Thread 1 mit Sequ
ence 11 und Start-SCN von 1094112 an

RMAN> alter database open resetlogs;

Datenbank ge÷ffnet

RMAN> quit


Recovery Manager abgeschlossen.

C:\Dokumente und Einstellungen\Administrator>
But when I now try to access the database control I got following error:
' 503 service unavailable: Servlet error exception occurred the current application deployment descriptor do not include in this response.

and the restored data are not included.

I hope someone can tell me what I did wrong.
Thank you

Published by: 919309 on 07.03.2012 02:08

Published by: 919309 on 07.03.2012 02:12

drop the repository and try with dbca

EMCA - deconfig dbcontrol db-rest drop

Tags: Database

Similar Questions

  • Restore RMAN backups on another server

    Version: 11gRel 2
    Platform: AIX

    We have been provided to the cold RMAN backup of a DB and was invited to recreate in a new server. After installing the binary files in the new server, that's what I'll do

    Step 1. Create a pfile file (I created it manually, because I do not know what backup piece has spfile and we have no control file autobkp.) I know the name of DB)
    Step 2. Mount the DB using this file with RMAN pfile


    I have a question on step 3 and step 4

    Step 3.
    RMAN> RESTORE CONTROLFILE from 'rman_backup_piecename' to '/rsadat2/prod/config/my_newcontrolfile_name'; 
    The above command for step 3 is a variation of an order that I read
    http://download.Oracle.com/docs/CD/B19306_01/backup.102/b14192/recov004.htm#CFABADJC

    Will this work?

    Step 4.
    We want to restore the data files to one different location other than the source. Oracle Doc, I found the command to do so below
    SET NEWNAME FOR DATAFILE '/olddisk/users01.dbf' TO '/new_path/file.dbf';
    All data files go to a location in the target database
    /rsadat1/prod/oradata/dbname/
    But it has more than 400 files in the source of the DB, which were located on 4 different file systems. So, in a TEXT Editor, I can't do not a SEARCH and REPLACE for all 400 lines in one.

    Is there a single command by which I could know the new location RMAN to restore?

    If you want to restore traditional as you explained, then Yes, step 3 is correct and should work.
    With respect to see what backup piece contains your control file, then it is actually easy to identify, because the control file and the settings file usually contained in a separate backup element and this backup piece is the smallest in size (around several MB). So just browse by size, you could easily point the backupset containing controlfile. Also, you can use the time stamp of the backup as the controlfile items and spfile are saved at the end.

  • RMAN restore in the State of the mount in Oracle 11 g DB

    I have a question which can be very naïve, it is to confirm if the RMAN restore happens in the mount status of data or can it also happen when the DB is in open State?

    I hope my question is clear what is the eligible state of the database in which the RMAN restore can happen.

    Please get back with the answer to my query.


    Concerning

    addition of HemantKChitale response

    If you must restore controlfile, restoration can be done with the database OPEN or MOUNT, it should be in NOMOUNT State.

  • RMAN, restoration of ASM no - asm environment!

    Dear friends,

    WE are running Oracle 11 GR 2 CARS as our PRODUCTION server. also, we have a single instance, DATAGUARD, where production data are replicated.

    On the end DATAGUARD, we take a weekly full backup RMAN. My db_name is 'isldb '.

    Now I want to restore the backup, RMAN COMPLETE the DATAGUARD server to a new server NO - ASM using file system normal... For this reason, I have to follow the procedure below:

    (1) take RMAN full backup of DATAGUARD END as a stage to mount and store it on ' / rmanback' file.  I use the below taken backup script:

    Run {}

    allocate channels d1 device type disk format ' / rmanback/isl/$TODAY/df_%U_%T';

    allocate channel device type d2 disc format ' / rmanback/isl/$TODAY/df_%U_%T';

    backup database effective additional 0 CHECK the LOGIC AS BACKUPSET COMPRESS;

    backup format ' / rmanback/isl/$TODAY/controlfile.ctlbk' (current controlfile);

    backup format ' / rmanback/isl/$TODAY/spfile.spbak' (spfile);

    ARCHIVELOG backup all;

    output channel d1;

    output channel d2;

    }

    (2) the transfer of the rman backup complete on a remote server on the same ' / rmanback' file.

    (3) in the new server, I take the scene nomount database using a spfile (spfile has a single entry: 'DB_NAME = isldb')

    (4) then I restore the controlfile successfully:

    [oracle@PRIM ~] target rman $ /.

    Recovery Manager: release 11.2.0.3.0 - Production Wed Aug 20 16:01:21 2014

    Copyright (c) 1982, 2011, Oracle and/or its affiliates.  All rights reserved.

    connected to target database: ISLDB (unassembled)

    RMAN > restore controlfile to ' / rmanback/isl/20140810_181405/controlfile.ctlbk';

    From restoration to 20 August 14

    using the control file of the target instead of recovery catalog database

    allocated channel: ORA_DISK_1

    channel ORA_DISK_1: SID = 332 type device = DISK

    channel ORA_DISK_1: restore the control file

    channel ORA_DISK_1: restore complete, duration: 00:00:01

    output file name=/u01/app/oracle/oradata/isldg/control01.ctl

    output file name=/u01/app/oracle/oradata/isldg/control02.ctl

    Finished restore at August 20, 14

    (5) to restore the data successfully file using the command below:

    run

    {

    the value of newname for datafile '+ DATA/isldg/datafile/system.298.849413815' to ' / u01/app/oracle/oradata/isldb/system1.dbf';

    the value of newname for datafile '+ DATA/isldg/datafile/sysaux.295.849413813' to ' / u01/app/oracle/oradata/isldb/sysaux1.dbf';

    the value of newname for datafile '+ DATA/isldg/datafile/undotbs1.296.849413813' to ' / u01/app/oracle/oradata/isldb/undotbs1.dbf';

    the value of newname for datafile '+ DATA/isldg/datafile/undotbs2.297.849413815' to ' / u01/app/oracle/oradata/isldb/undotbs2.dbf';

    the value of newname for datafile '+ DATA/isldg/datafile/users.299.849413849' to ' / u01/app/oracle/oradata/isldb/users1.dbf';

    the value of newname for datafile '+ DATA/isldg/datafile/bu_system_tbs.291.849413617' to ' / u01/app/oracle/oradata/isldb/bu_system_tbs1.dbf';

    the value of newname for datafile '+ DATA/isldg/datafile/bu_his_log_tbs.292.849413617' to ' / u01/app/oracle/oradata/isldb/bu_his_log_tbs1.dbf';

    the value of newname for datafile '+ DATA/isldg/datafile/bu_index_tbs.293.849413617' to ' / u01/app/oracle/oradata/isldb/bu_index_tbs1.dbf';

    the value of newname for datafile '+ DATA/isldg/datafile/bu_image_tbs.294.849413619' to ' / u01/app/oracle/oradata/isldb/bu_image_tbs1.dbf';

    the value of newname for tempfile 1 to ' / u01/app/oracle/oradata/isldb/temp1.dbf';

    restore the database;

    }

    RESTORATION came with success, and all data files store in the folder specified with success.

    (6) now when I recover the database, then I found the below error:

    > SQL > alter database open resetlogs;

    ALTER database open resetlogs

    ERROR on line 1:

    ORA-01157: cannot identify/lock data file 1 - see DBWR trace file

    ORA-01110: data file 1: '+ DATA/isldg/datafile/system.298.849413815 '.

    > SQL > restore database;

    ORA-00283: cool cancelled due to errors

    ORA-01610: recovery using BACKUP CONTROLFILE option must be

    > SQL > restore database until cancel using backup controlfile;

    ORA-00283: cool cancelled due to errors

    ORA-01110: data file 1: '+ DATA/isldg/datafile/system.298.849413815 '.

    ORA-01157: cannot identify/lock data file 1 - see DBWR trace file

    ORA-01110: data file 1: '+ DATA/isldg/datafile/system.298.849413815 '.

    Could someone help me please, how can I recover as open my database?

    Your archivelog was not "missing."  He seems to have a different file name format.

    No one can touch «_allow_resetlogs_corruption» action  You are now on your own.

    Hemant K Collette

  • RMAN restore % complete query

    version 10203
    I'm looking for a good query to find our age % RMAN restore/recovery

    I know that my db size is 160 GB and 50 GB has been restored by rman restore in the last 3 hours, so I guess... what happens if recovery end up with an error, I have to restore again and spent several hours again or I can just correct the rman error and just do recovery...?
    _______________________________________________________________________________________
    Here is the command that i began the restoration
    RUN
    {
    until the SNA 4475223426780.
    allocate channel t1 type 'sbt_tape' parms 'ENV=(TDPO_OPTFILE=/opt/tivoli/tsm/client/oracle/bin64/tdpo.opt) ';
    allocate channel t2 type 'sbt_tape' parms 'ENV=(TDPO_OPTFILE=/opt/tivoli/tsm/client/oracle/bin64/tdpo.opt) ';
    allocate channel t3 type 'sbt_tape' parms 'ENV=(TDPO_OPTFILE=/opt/tivoli/tsm/client/oracle/bin64/tdpo.opt) ';
    allocate channel t4 type 'sbt_tape' parms 'ENV=(TDPO_OPTFILE=/opt/tivoli/tsm/client/oracle/bin64/tdpo.opt) ';
    CONFIGURE DEVICE TYPE 'sbt_tape' 4 of PARALLELISM;
    restore the database;
    recover the database;
    ALTER database open resetlogs;
    }

    Published by: DBA2008 on October 13, 2010 11:02

    RMAN the fact on its own that you mentioned is expected as shown - for backups, restorations of not only this setting.

    Published by: rui_catcuddler on October 13, 2010 11:18

  • How to copy the database using rman file from another location.

    You can clone data base using the files of rman backup from somewhere else (on the server to clone).

    I have two server db source and clone db server.
    I normally copy the files of RMAN backup to clone server (under the same folder structure, as it was on the source server).

    The purpose of the test, IE I don't have same partition and free space on the source server and the clone.

    I usually use under notes to the clone.
    http://trysellit.com/hosting/Ttrail/Fajr.php?doc=wtrail & ND = 0556200

    I would try to explain for example again.
    In source server, my rman backup are stored in / U01 and clone server, I copied the files of rman /u04. What step I should take to clone to work anywhere else?

    Using Oracle 10 g on Linux RedHat.

    sape007 wrote:
    Thanks Ken & PrafullaNath.

    BUT my question is: how to transport .dbf files in another place on the clone (I already do).

    Rather:
    The clone is on another server. How to restore by copying the RMAN files from another location on the clone. Please read description above in its entirety.

    Sorry for not being clear.

    Please see my video tutorial. In this tutorial that I take backup of the database, copy the backup to the different server and perform a recovery disaster

  • SPFile to restore to another host

    Hi all
    I did a few tests to restore DB from one host to another host. I does not make use spfile and pfile file original DB, change the file and create the pfile on the new host/DB spfile. The majority of the documents recommend you use SPFILE RESTORE AUTOMATIC backup;

    The problem for us is that we use ASM and autobackup is saved to ASM on the original host. What is the procedure for me to use this spfile autobackup and restore to another host? We are using Oracle 10 g R2, RAC, windows Server 2003 R2, ASM, do not use the recovery catalog.

    Thank you very much in advance.

    Hello

    Try to use

    RMAN > RESTORE SPFILE FROM PFILE "C:\initYOURSID.ora" OF backup AUTOMATIC;

    Then copy this file to another host.

    #################### My test #######################

    RMAN > restore spfile to ' / tmp/initDSRJ01.ora ' automatic backup;

    From restoration to 15 January 09
    using the control file of the target instead of recovery catalog database
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid = 254 devtype = DISK

    field of recovery destination: / u04/flash_recovery_area
    name of database (or unique name of database) used for research: DSRJ01
    channel ORA_DISK_1: autobackup found in the recovery area
    channel ORA_DISK_1: autobackup found: /u04/flash_recovery_area/DSRJ01/autobackup/2009_01_14/o1_mf_s_676163535_4px3ckrf_.bkp
    channel ORA_DISK_1: restore SPFILE full automatic backup
    Finished restore at 15 January 09

    #############################

    LS ltrh - /tmp/initDSRJ01.ora
    -rw - r - 1 ora10g oinstall 3, 5 K 15 Jan 15:40 /tmp/initDSRJ01.ora

    Kind regards

    Rodrigo Mufalani
    http://mufalani.blogspot.com

  • RMAN restore issues

    Hi all

    I perform a Production to a Dev Server refresh. I made a full backup of the production and trying to restore in the dev Setup...

    I delivered the backup of the production to dev box... I created a database and put it in nomount mode...

    So I'm trying to restore the controlfile, but I am gettign the error below:


    RMAN > restore controlfile to ' / orabackup/bkp_030113/controlprod.ctl';

    From restoration to January 4, 13
    using the control file of the target instead of recovery catalog database
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: SID = 198 type device = DISK

    RMAN-00571: ===========================================================
    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
    RMAN-00571: ===========================================================
    RMAN-03002: failure of the restore command at the 17:50:35 04/01/2013
    RMAN-06172: no AUTOBACKUP couldn't find or handle specified is not a valid copy or a piece


    Please suggest.

    Kind regards
    Aalami

    RMAN-06172: no AUTOBACKUP couldn't find or handle specified is not a valid copy or a piece

    Can you check the backup file permissions after you have moved production to the development area?

    $ls ltr - /orabackup/bkp_030113/controlprod.ctl

    And make sure you set DBID of production database.

    BTW, FRA is configured?
    Work around you can try to disable and after successful restoration, again, you can activate FRA.

  • RMAN restore controlfile error

    I get this error below during the restoration of the control file. my auto backup controlfile is on and its still news

    RMAN > restore controlfile to ' / TIFD/dumps/TIFD/backupset/c-916530472-20120830-01';

    From restoration to 03-SEP-12
    using the control file of the target instead of recovery catalog database
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: SID = 12 type of device = DISK

    RMAN-00571: ===========================================================
    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
    RMAN-00571: ===========================================================
    RMAN-03002: failure of the restore command at 03/09/2012 04:42:50
    RMAN-06172: no AUTOBACKUP couldn't find or handle specified is not a valid copy or a piece


    Thank you

    If you try to restore automatic backup, use
    Restore automatic backup controlfile;

    and the element of particular backup.
    Restore controlfile to ' / backup_dir/piece_name ";

  • RMAN cloning to another server

    using 10 gr 1 on windows xp
    I have two dbs
    prod db and db test
    backup database more archivelog prod DB
    create pfile from spfile
    remote access connection password file = exclusive lock
    copied file password
    copy all these files to test site
    created the directory for the data control, redo, fra, cdump, bdump, udump
    changed all sites on pfile
    oradim to create an instance
    Restore controlfile from "'
    This has created 3 control files in the location specified by the modified pfile file that was mentioned during the startup nomount (startup nomount pfile = ")
    change the editing of the database;
    catalog all backup items
    * rman > run {*}
    the value of newname for datafile 1 to "
    *}*
    I did it for all data files
    in editing mode, I have changed the location of the redo log by using alter database files rename file 'oldpath' to the 'new path ';
    I also used db_file_name_convert since
    RMAN > outline report;
    shows more former locations of the data files
    :
    :
    RMAN > restore database;
    gives me
    RMAN > restore database;

    From restoration to August 2, 12
    using controlfile target instead of recovery catalog database
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid = 160 devtype = DISK

    channel ORA_DISK_1: from datafile backupset restoration
    channel ORA_DISK_1: specifying datafile (s) to restore from backup set
    restoring datafile 00001 to E:\ORACLE\PRODUCT\10.1.0\ORADATA\LIBRARY\SYSTEM01. DBF
    restoring datafile 00002 to E:\ORACLE\PRODUCT\10.1.0\ORADATA\LIBRARY\UNDOTBS01. DBF
    restoring datafile 00003 to E:\ORACLE\PRODUCT\10.1.0\ORADATA\LIBRARY\SYSAUX01. DBF
    restoring datafile 00004 to E:\ORACLE\PRODUCT\10.1.0\ORADATA\LIBRARY\USERS01. DBF
    restoring datafile 00005 to E:\ORACLE\PRODUCT\10.1.0\ORADATA\LIBRARY\EXAMPLE01. DBF
    restoring datafile 00006 to E:\ORACLE\PRODUCT\10.1.0\ORADATA\LIBRARY\LIBRARY. DBF
    restoring datafile 00007 to E:\ORACLE\PRODUCT\10.1.0\ORADATA\LIBRARY\LIBRARY2. DBF
    ORA-19624: operation failed, try again possible
    ORA-19504: cannot create the file 'E:\ORACLE\PRODUCT\10.1.0\ORADATA\LIBRARY\LIBRARY2. DBF. "
    ORA-27040: create file error, cannot create the file
    04002 - OSD: could not open the file
    S/O-error: (OS 3) the system cannot find the path specified.
    switch to the previous backup

    RMAN-00571: ===========================================================
    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
    RMAN-00571: ===========================================================
    RMAN-03002: failure of the restore command to 08-02-2012 09:25:46
    RMAN-06026: some targets not found - abandonment of restoration
    RMAN-06023: no backup or copy of datafile 6 to restore
    RMAN-06023: no backup or copy of datafile 5 found to restore
    RMAN-06023: no backup or copy of the file 4 found to restore
    RMAN-06023: no backup or copy of datafile 3 found to restore
    RMAN-06023: no backup or copy of datafile 2 found to restore
    RMAN-06023: no backup or copy of datafile 1 found to restore
    :
    :
    Help, please
    where I'm going wrong
    Thanks in advance

    Edited by: 946207 August 2, 2012 11:34

    DB_FILE_NAME_CONVERT is used RMAN DUPLICATE and pending database.

    You must use the VALUE of NEWNAME if you do a RESTORE RMAN.

    Hemant K Collette

  • You don't you email / account that Roadrunner mail is used by another device?

    While reading my email yesterday a gray box appears on the screen that says "cannot get mail / Roadrunner Mail account is in use on another device, then a pop up says your software must be updated to 9.3.4... so, I press the button install... it starts to update... the thing is that I don't date my iOS to 9.3.4 the day of the update is out. I think it is 08/08/16...

    the update finished I read my email and I get page to configure an e-mail account, I'm looking for my roadrunner acct and he went...

    Today, I get the ipad3, I have time to work on the problem now... to my amazement my roadrunner e-mail account is back, rated and work.

    Everyone thinks I should be concerned about this chain of events... I'm always worried about hackers, any help appreciated. Thank you

    Sounds more like a messed up iOS upgrade than someone hacking into your device.

  • e-mail unavailable because "in use on another device?

    Once in a while I get a message on my iPhone 6 which I can not send because my my "account is used on another device. I use apple mail. The ides what it is?

    Thank you

    The server wishes to inform you that an another e-mail client POP3 is currently connected. POP3 does not supports multiple simultaneous connections.

  • "Another device on the network use my ip address".

    I tried to check my mail and could not and got this message "another device on the network use the IP address of your computer." I have never seen it before. He also said that I could change the IP address, if I continued to have problems. I bought this iMac and used Migration to transfer all the stuff from my old iMac that is still used. That was months ago, but I never had this message up to now. So should I change one of the IP addresses? And if so, how is that done?

    http://osxdaily.com/2010/09/19/another-device-on-the-network-is-using-your-Compu ters-ip-address.

  • Another device is using my IP address

    Today morning when I switched on my macbook, I received a message pop - up-"another device on the network use the IP address of your computer.

    This means that my computer is hacked? Or has nothing to do with the common wi - fi network, I use?

    http://osxdaily.com/2010/09/19/another-device-on-the-network-is-using-your-Compu ters-ip-address.

  • That means "another device on the network use the IP address of your computer"?, that means "another device on the network is using the IP address of your computer?

    That means "another device on the network use the IP address of your computer"?, that means "another device on the network is using the IP address of your computer?

    A

    Most likely, the computer becomes a network address of a router. The assignment of an address ("lease") expires and must be renewed after a certain period of time, which could be an hour or a day. The lease expired without being renewed because the device has been disconnected at the time. Meanwhile, the address has been leased to another device on the network, or maybe the router has not updated its list of addresses the leases. When the device offline comes back online, a conflict results. Depending on the type of router you have, the conflict can resolve itself automatically. If not, then in the menu bar, select please

    ▹ System Preferences network ▹ 

    If the preferences window is locked, click the lock icon in the lower left corner and enter your password to unlock it. Click the Advanced button, and then select the TCP/IP tab in the sheet that drops down. Look at the menu option

    Configure IPv4

    If the selection in this menu is

    Using DHCP

    Click on the button

    Renew the DHCP lease

    Test.

    Make sure that you have more than one DHCP server on the network. That could happen if you have more than one access point Wi - Fi, or if you have a router and broadband a wide device distinct in connection mode sharing.

    B

    Less likely, you have a network address that you assigned yourself and another device is itself by assigning the same address. In this case, the selection to configure IPv4 menu will be either manually or using DHCP with manual address. This kind of conflict will not be resolved automatically. You have the following options to solve:

    1. Change the selection in menu using DHCP.
    2. Change the address assigned manually to one that is not used by another device.
    3. Change the address of the other device.

    Which of these options you choose depends on the details of why you use a static IP address. Any changes you make to the network settings is necessary before taking effect. To do this, click OK, and then click apply.

    If the router is also your device at wide band, then he may be operating in bridged mode. In this case, only one customer at a time will be able to connect to the Internet. Consult the manufacturer or ISP documentation for how to reconfigure the device in the connection mode sharing.

    C

    According to a report a "DirectTV" receiver can cause the problem. If necessary, disconnect the device from the network, or power off and test. Consult the support services provider.

Maybe you are looking for

  • Connect a printer non-airprint for the Airport express

    Can I use an express train from the airport as a stand-alone wireless network to allow printing from an IOS device.  I want to connect an AirPrint not printer to the usb port on the Express with no ethernet cable is connected and so no internet and u

  • Re: Satellite P500 of USA - can not read the local DVD

    Hello Sorry to appear such a luddite acquired but this laptop great USA from eBay.User manual appears to indicate that the player is going to adapt to the locality of the drives I want to play. Not had any luck with playback at all to this day, the e

  • WiFi not recognized on Tecra A3 card

    HelloI have a laptop old enough, I think that on registration to this site he said the production date was end of 2005. It is a Tecra A3 series.I was wondering if someone could give me some tips for the inside wireless card. I tried to download the d

  • Phone does not start

    Today, after the boot update my phone service is not started. Even I didn't know the condition of the battery if I put in charge. It is quite dead. What should I do?

  • IPreviewHandler in Windows XP

    Hello. I want planned some files in my own application Win32 (in c) as in outlook or SearchDesktop. It of Ok with Windows seven, but not XP. But outlook and Desktop search using... That's why I think it's possible, but I don't know how... Someone tri