restore an ASM file

Hello
10g R2 on Unix
I'm trying to copy a journal archived but it fails:
RMAN> run{
2> 
4> set archivelog destination to '/home/oracle/';
5> restore archivelog sequence=364825 thread=1;
6> }

using target database control file instead of recovery catalog
allocated channel: CH_1
channel CH_1: sid=467 instance=XXX devtype=SBT_TAPE
channel CH_1: NMO v4.5.0.0

allocated channel: CH_2
channel CH_2: sid=466 instance=XXX devtype=SBT_TAPE
channel CH_2: NMO v4.5.0.0

executing command: SET ARCHIVELOG DESTINATION

Starting restore at 18/05/11

archive log thread 1 sequence 364825 is already on disk as file +DGRE1_FS/archivelog/2011_05_18/thread_1_seq_364825.4013.751421997
restore not done; all files readonly, offline, or already restored
Any solution?
What is a way to copy a file to ASM in a normal file system? In ASM commands I do not copy:
controls:
--------
CD
of the
To find
Help
LS
LSCT
LSDG
mkalias
mkdir
pwd
RM
rmalias

Thank you.

RMAN > copy spfile '+ DGDATA_DB/spfilemydb.ora' to ' / tmp/afile "

RMAN-00558: error occurred during parsing of order entry

RMAN-01009: syntax error: found "spfile": waiting for an of: ' archivelog, backup, control, controlfilecopy, current datafile, datafilecopy, Dungeon, (, nochecksum, nokeep, reuse, tag.

You can restore, RMAN,

You can create pfile/spfile of ASM to no - ASM pfile/spfile

example of
SQL > create spfile='/tmp/spfile.ora' of pfile;

or

RMAN > backup spfile to '';

Tags: Database

Similar Questions

  • 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

  • IPod Classic 160GB - stays corrupt, tried everything I can find online. I was told if I can find the manual restore of Apple file, that can solve my problem, anyone know where I can get this file?

    IPod Classic 160GB - stays corrupt, tried everything I can find online. STIL reformatted to Fat32, says that it is corrupted. Windows 10. I was told if I can find the manual restore of Apple file, that can solve my problem, anyone know where I can get this file?

    See corrupted iPod Classic. What are the stats from HARD drive?

    TT2

  • How to hide and restore iOS apps/files 9

    How to hide and restore iOS apps/files 9

    Awaimer wrote:

    How to hide and restore iOS apps/files 9

    There is no record to hide, they will still be on your home screen.

    You can back up apps into folders, simply pressing app until it wiggles and then move it with another application and a folder will be created.

  • System restore recover deleted files?

    Original title: Windows recovery and office productivity.

    Suppose my computer hard drive is partitioned into C:\ and D:\ and sometimes I delete some files (which are not system files) in the drive D:\ (which does not contain the windows), a system restore will recover files?
    Second Question: How she chooses a certain specific pages to assign page numbers to in microsoft office word 2010, assuming that I have a 20 page report and I would like to number the pages of a to the last page without the first page on the computer start?

    System restore do not know or care about your personal files.

    If you accidentally delete a file, and it is not recoverable from the Recycle Bin, there are third party tools that you can watch to see if they can recover your lost files.  In general data from the 'deleted' files remain on the hard drive until the premises they occupy is needed for something else, while the space where your deleted file is crashed.

    Keep in mind that you "use" your disk and read/write data, less your chances of file recovery will be since XP can decide to use this area of the disk where the deleted file is.  So, if you delete something by mistake, you should try to recover as soon as POSSIBLE.

    Some people have good result with this free tool (you can use Google to find others):

    Recuva

    If you want to try it out, install it, make a few temporary files or copy some files somewhere in another folder/location and remove the temporary or copied files on purpose.

    Then see if Recuva will get it for you.

    If you don't like it, uninstall it.  Sometimes I install just to recovery a file (s), then uninstall it when I'm done.

  • How can I restore my backup files on an external hard drive using Windows XP SP3?

    I back up my files to an external hard drive using windows XP sp2. My pc crashed and re installed with Windows XP sp3. Now I can't find the backup on the system tools utility. How can I restore my backup files. Help, please.

    Hi PML.

    Yes, I used the built in «Back to the top of the tool» Unfortunately I don't have the CD. My Netbook is a HP mini computer that comes with Windows XP home. Thank you for your help and I hope to hear from you again.

    How do you reinstall Windows?  If you have used the HP Recovery system to recover from a hidden partition, backup should have been reinstalled.

    I suggest you call HP support.

  • After got rid of the virus Fake system restore Windows, how can I restore my hidden files, folders and shortcuts?

    original title: restore the false system Windows Virus

    After got rid of the virus Fake system restore Windows, how can I restore my hidden files, folders and shortcuts?

    It is always sensible in this situation to achieve a malware check

    Start the computer in safe mode with network and download and install Malwarebytes (free version for individuals only), updated definitions and run in safe mode. Disable other security software while you do the analyses.

    http://www.Malwarebytes.org/

    Download and run SuperAntiSpyware (Free Edition)

    http://www.SUPERAntiSpyware.com/download.html

    Some malware is installing the entries of proxy server redirecting internet connections. If you encounter this problem step 2 see in the following link:

    http://www.myantispyware.com/2011/02/21/how-to-remove-Internet-Security-Essentials-virus/

  • How to restore a deleted file

    original title: restore a deleted file

    I deleted a file from a flash drive. It does not appear in the Recycle Bin. How can I restore it?

    Windows XP does not create a basket for removable flash drives or any other "device with removable media" (for example, a floppy drive).

    If you look at my computer with a flash drive and a hard drive connected by USB, you will see that the flash player is listed with CD and DVD readers "Devices with removable storage", but the external drive is listed with internal as «Hard drives» discs

    If this is an important issue, immediately stop using the flash drive, then download Recuva, which should be able to get it back.

  • Restore the backup files. Windows Vista Expert needed!

    Help!  Recently, a virus wiped out my operating system (Windows Vista).  C drive my PC had literally nothing about it.  Then I got a new VISTA OS installed by a repair shop.  I tried to restore my previous configuration from the backup I had on an external drive, using the Vista Backup & Restore utility.  This "worked" except that he restored the backup files in a separate location on the C drive.  Using the windows Explorer I see all those files that have been restored in a folder named "Thom".

    However the new Vista installation has the user name "Thomas" where a configuration complete, (Documents, Favorites, desktop, etc.), was created.  When I connect, it's the config I see (new office, new files and folders for this new user, 'Thomas'.  I want to use the configuration, (files, folders, office computer), under the former name "Thom", not this new one, "Thomas."

    I'm afraid to just delete the files under Thomas I'm afraid I'm going to destroy my access to Windows in general.  Currently, I show only a user account in the control panel.  I don't have the 'Thom' user in the folder of the user within the new configuration.  How to delete files and folders under Thomas and use files and folders in the folder named Thom that is located on drive C?

    All restoring the backup files are there, they show just a folder on drive C, titled "Thom".  When I connect to my pc it takes me to your desktop created by the new facility.  I need ALL the files in the backup (office, e-mail, files & folders), not the Setup program created by the installation of the new Vista.  I want to be able to connect to windows and have it use the backup files, which are located in this folder named "Thom" which show on the C drive.

    Can I simply combine or merge or copy the files in the folder 'Thom', I want to use in the files of the same name, (contacts, documents, Favorites, desktop), which are under the name of "Thomas"?  Can I remove folders under the user 'Thomas' and all it's files and records and hope that windows then takes me in the files that I want to use?

    I use my laptop, (HP Pavilion, 64-bit), for business and I'm dead in the water until I can access my old configuration.  I am on day 5 of this disaster and I am desperate, please help!

    Hello Reggie999,

    Thanks for the return of the response.  You can move the files/folders in the 'Thom' folder in your new user account 'Thomas '.   Or another option would be to create a new user account and call it what you want, then move the folder in this user account.

    If you create a new user account and move your files/folders to this account, it would be nice to delete the user account 'Thomas '.  Just make sure that you have all of the files in the profile that you have recently created/added.

    New profile:

    http://Windows.Microsoft.com/en-us/Windows-Vista/create-a-user-account

  • Why windows backup did not restore all my files?

    He was set to back up all the files (documents, music, photos, etc.), but I restored my latest backup of the system and it seems to have restored some valuable files that I thought it was supposed to be back up.

    Somewhat confusingly, I have a folder containing many shortcuts to some of the files that are apparently not here, but can open the destination via the shortcut folder although it don't or unable to display the folder in Windows Explorer.

    Any help to work out what is going on would be greatly appreciated!
    Matt.

    Display the hidden files and folders. If no go, sfc scan. They should bail out you.

  • restore multiple system files from Recycle Bin by using the command line

    Hello world

    I ' v done gone wasted with this one

    I downloaded a third party software to delet all files duplicate on my laptop

    unfortunitly I completely forgot I had put all the files in the files of system including visible on partion 1 running windows 7, bye bye file system

    Now, I can't find my installation disk to restore the system files and don't have not one partion factory repair, also I can't start in safe mode with command prompt.

    what I got is windows server 2012 on the partion 2 that works very well

    I found the folder bin recyle for windows 7 opperating system while in server 2012 what I want to do is to restore all the files not only some like fortunately we who will get all my files back in there right posion with fear that the time spent...

    now, there is another way I could restore these files but unfortunitly I don't have enough room in my score didn't do the restore

    I found under the disk management Explorer/properties/previous vertions, but did not...

    appoligies for the bad spelling

    Any help would be appreciated

    Hello

    Thank you for visiting Microsoft Community.

    I suggest you to post your query on our Forums TechNet social as this question should be better there.

    Please refer to the reference to the link below to send your request:

    https://social.technet.Microsoft.com/forums/Windows/en-us/home?category=w7itpro

    Hope this information helps.

  • Problem with upgrade to Windows 10, he said "attempts to restore previous windows files.

    I have a laptop Samsung 64-bit running on Windows 7. I downloaded the upgrade for windows 10 and inserted the CD. The installation has started very well except that after a while he began to display the message "attempting to restore previous windows files" and would end not for more than 5 hours. I gave up installing after waiting for more than 7 hours with the installation still running in a loop without end. now windows does not work on my laptop. can I download windows 7 and re-install? or how can I get my laptop computer upgraded to windows 10. I need help!

    Try to perform a custom installation:

    How to: perform a customized Windows installation

    then

    How to: install and update drivers in Windows 10

  • Is there a way to restore a SINGLE FILE in a folder deleted from the Recycle Bin?

    Suppose that you remove all the contents of a folder that contains the files and subfolders. If you open the Recycle Bin, you can see a list of deleted files and subfolders, but there is no way to see the files in the subfolders. So, if you want to restore ONLY a single file in a subfolder of the deleted, it seems there is no way to do it. You can only restore the entire sub.folder, which is not necessarily what you want, especially if you filled out the application parent with other files and subfolders after the deletion.

    Is there a way to restore a SINGLE FILE in a folder deleted from the Recycle Bin?

    Another method would be to drag the folder to the Recycle Bin on your desktop. Open it and recover the files required - re - delete the folder.

    @ Palcouk... you can actually retrieve files deleted, even when they are home to recycle the locker to restore a previous version of the folder parent; These come available restore points so not always guaranteed, but he made the most of the time if action is taken quickly enough. :) Ric

  • BlackBerry Q10 maintains the factory restore setting whenever it restarts. It cannot be restored with backup files too.

    Can someone help me with this problem. His cannot be restored with backup files. each time it ends with the restoration with previous backup it went back to the factory setting. its so annoying. Help me.

    http://www.BlackBerry.com/BTSC/KB36747 found this in another thread. the problem with this software.

  • does anyone know how to restore a single file (my windows 8 buy, reception with my product codes) backup

    does anyone know how to restore a single file (my windows 8 buy, reception with my product codes) backup any help would be appreciated

    LC

    If you do not have access to windows and you used the built in backup, you will have a problem.  There is a way pretty cludgy to get home if you know where it is.  You can download Acronis true image home and convert the backup Windows a one acronis > find the file > convert a windows backup.  Not pretty but doable

Maybe you are looking for

  • Calculations of the summary worksheet

    I'm composing a workbook with a summary page that will calculate all the questions in the other worksheets.  I wish I could hide the zero in the summary to the summary so busy.  How can I do this?

  • FieldPoint read the cFP-1808 and cFP-DO-401 output channels

    Can I used the FP Read.vi to read the current state of the digital output modules on a CFP-1808 (namely a cFP-DO-401)? I don't have the material here to test the code, I want to develop. Thank you Ryan

  • Pavilion REPLACEMENT-PB6I: recovery driver

    How can I find these drivers for my laptop and download quickly here the names of the drivers HP Pavilion 15 laptop (103C_5335KV G = N = B = S HP CON L = PAV = Null/0975110000405F10000610180 X - SKU:K8L82EA #A2N) runs on Microsoft Windows 7 Ultimate

  • Error Code__8007273D

    There was an error when I search for updates error Code8007273D

  • 3850 MC to planning the migration of 5760 MC

    Last summer, we have deployed 15 3850 as mobility controllers in various buildings throughout our campus. We now have additional funds for the purchase of a pair of high availability of 5760. I'm trying to plan how best to access point 3850 closet co