"BACKUP RECOVERY AREA DESTINATION" and several channels

Hello

I'm on 11 GR 2.

I use the feature OF "< specific directory >" DESTINATION of the order of CONSERVATION RECOVERY AREA

staging the backup, my CRF, a few hours earlier. I wish

1 / to be able to compress this backup in my <>directory (my regular backup to the FRA is * not *)

Tablet!) ;

2 / and to parallelize this staging.

Here http://docs.oracle.com/cd/E11882_01/backup.112/e10643/rcmsubcl018.htm#CIHBDIGE

at some point, they say that "this paragraph, when it is used with the BACKUP RECOVERY AREA , allows.

allowing you to designate a drive as the location channel': How do you understand this? Do you want that he woud allow you

to specify things like

Run {}

ALLOCATE CHANNEL c1 DEVICE TYPE disk FORMAT ' / usr/oracle/FRAstaging ' MAXPIECESIZE 100 G;

TYPE of DEVICE of c2 ALLOCATE CHANNEL FORMAT drive "/ usr/oracle/FRAstaging ' MAXPIECESIZE 100 G;

recovery zone backup destination c1;

recovery zone backup destination c2;

}

or should I rather do something like:

Run {}

TYPE of DEVICE of c1 ALLOCATE CHANNEL MAXPIECESIZE 100 G drive.

TYPE of DEVICE of c2 ALLOCATE CHANNEL MAXPIECESIZE 100 G drive.

recovery zone backup destination "/ usr/oracle/FRAstaging";

}

or simply? :

Run {}

TYPE of DEVICE of c1 ALLOCATE CHANNEL MAXPIECESIZE 100 G drive.

TYPE of DEVICE of c2 ALLOCATE CHANNEL MAXPIECESIZE 100 G drive.

backup recovery area;

}

Has anyone tried to stage his FRA on some directory of operating system or backup tape?

Which of the above syntax is correct? Any idea?

Thank you very much!

Kind regards

SEB

Hello

The correct syntax is the second. Take a look:

RMAN> run {
2>  ALLOCATE CHANNEL c1 DEVICE TYPE disk MAXPIECESIZE 1G;
3>  ALLOCATE CHANNEL c2 DEVICE TYPE disk MAXPIECESIZE 1G;
4>  backup recovery area to destination '/u04/temp';
5>}

allocated channel: c1
channel c1: SID=453 device type=DISK

allocated channel: c2
channel c2: SID=36 device type=DISK

Starting backup at 09-OCT-14
specification does not match any datafile copy in the repository
channel c1: starting compressed archived log backup set
channel c1: specifying archived log(s) in backup set
......

The first syntax is bad because you can't say "to destination c1. The destination must be a path.

The third argument is false because ' RMAN-06603: DESTINATION option must be specified with the AREA of RECOVERY, RECOVERY of FILES or DB_RECOVERY_FILE_DEST on the disk device.

Kind regards

RJ

Tags: Database

Similar Questions

  • "backup recovery area" ignore all save them

    Hello everyone.

    I use 11.2.0.4 on OL 6.5 EE.

    I use suggested the Oracle backup strategy above I use "backup recovery area" at the end of the script and I spotted that he doesn't know to save them all. Please notify.

    Hello everyone and thanks for your help.

    I studied the issue and has managed to solve.

    First I mw show you the parameters persistent rman:

    Database with db_unique_name MYDB RMAN configuration parameters are:

    CONFIGURE RETENTION POLICY TO RECOVERY OF 7-DAY WINDOW;

    CONFIGURE BACKUP OPTIMIZATION

    SET UP DEFAULT DISK DEVICE TYPE;

    CONFIGURE CONTROLFILE AUTOBACKUP ON;

    CONFIGURE CONTROLFILE AUTOBACKUP FORMAT for DEVICE TYPE DISK to "+ fra/mydb/controlfile/%F";

    SET UP THE DEVICE TYPE DISK PARALLELISM 1 BACKUP BACKUPSET TYPE;

    CONFIGURE BACKUP OF DATA TO DISK FILE TYPE DEVICE TO 1;

    CONFIGURE BACKUP ARCHIVELOG FOR DEVICE TYPE DISK TO 1;

    CONFIGURE MAXSETSIZE TO UNLIMITED;

    CONFIGURE THE DATABASE ENCRYPTION

    CONFIGURE THE ENCRYPTION ALGORITHM "AES128";

    CONFIGURE COMPRESSION ALGORITHM 'BASIC' AND 'DEFAULT' LIBERATION OPTIMIZE FOR TRUE LOAD;

    CONFIGURE THE NONE ARCHIVELOG DELETION POLICY;

    CONFIGURE SNAPSHOT CONTROLFILE NAME TO ' / oracle/product/11.2.0/dbhome_1/dbs/snapcf_mydb.f';

    Now I use another script to take my backup and it works fine

    RMAN > run {}

    2 > crosscheck backup;

    3 > overlapping copy;

    4 > overlap archivelog all;

    5 > DELETE noprompt EXPIRED ARCHIVELOG ALL;

    6 > delete noprompt ARCHIVELOG until TIME ' SYSDATE-8';

    7 > DELETE noprompt EXPIRED BACKUP;

    8 > delete noprompt obsolete;

    9 > GET COPY OF DATABASE WITH TAG 'PAYMENT' until ' SYSDATE-8';

    10 > LEVEL 1 INCREMENTAL BACKUP TO RECOVER WITH THE TAG 'MYDB' COPY DATABASE;

    {11 >}

    12 > run {}

    13 > GAME CONTROLFILE AUTOBACKUP FORMAT for DEVICE TYPE DISK TO ' / storage/flash_recovery_area/MYDB/controlfile/%F';

    14 > save destination recovery area "/ storage/flash_recovery_area";

    15 > BACKUP VALIDATE CHECK DATABASE LOGIC ARCHIVELOG ALL;

    {16 >}

  • Flash games of backup recovery area

    Hello

    How can I know if an Oracle 11 g server did backups hot correctly? I'm not able to open the database console unless I'm bouncing of the database - but I don't want to. The last files in the folder "backupsets" shows XX in March 2010. In addition, any file in the folder archived online journal has been deleted by Oracle. No idea how to do to find out if Oracle 11g backup automatically and how solve the problem. It has only a small bit more than 65 GB of disk space in the recovery flash drive.

    Usually, what happened in the past, was that, when he failed to place, Hung database instance.

    Thank you.
    Andy

    Hi, if flash_recovery_are is full so you can increase size of FRA as:
    export ORACLE_SID =(set ORACLE_SID =)
    sqlplus "virtue sysdba".
    ALTER system set db_recovery_file_dest_size = 60G (i.e. exampe)

  • AREA of BACKUP RECOVERY backup obsolete backupsets

    Hello

    I implemented a similar to that described here backup strategy: http://download.oracle.com/docs/cd/B19306_01/backup.102/b14192/bkscenar002.htm#sthref801. My backup script has these steps include:

    # Backup tape flash recovery area
    BACKUP RECOVERY AREA;
    # delete obsolete backups on tape
    REMOVE the TYPE of DEVICE OBSOLETE sbt;

    I noticed that some backup sets is deleted band due to being outdated and the next day they are written on the tape again. This is because I do not explicitly remove obsolete backupsets of FRA on disc (they are automatically deleted by Oracle when the pressure of space arises), but obsolete backups are deleted explicitly the Ribbon.
    And because only "AREA of RECOVERY of BACKUP" backups FRA whole tape, including obsolete backups, who are transferred to the Strip and then deleted every day until they are automatically removed from the FRA.

    Is there a way to tell the RECOVERY AREA command BACKUP not obsolete backup games?

    Thanks in advance for any response.

    Kind regards
    Swear

    I apologize, I think I misread the scenario. However, to my knowledge there is no direct way to accomplish what you want to do (although it would certainly be a useful feature).

    In your case, if it can be done with politics / the volume of your band, you could DELETE OBSOLETE less often against the heap and therefore files will remain on disk longer and will not be copied to tape several times.

  • Fast recovery area size

    Oracle 11g r2 on Linux.

    The system configuration:

    + DATA (ASM diskgroup data multiplexed logs file online and control files of 300 GBtotal capacity)

    FRA (file system like ext3 on the ability of oradata/u01/oradata of separate drive of 300 GB of cooked)

    Now create the database with the dbca Wizard:

    On the homescreen "Multiplex Redo Logs and control files", I specified oradata/u01/oradata (located on the drive of FRA) and another copy to the location by default of the + DATA diskgroup.

    On the screen of the fast recovery area:

    Fast recovery area: / u01/oradata
    Fast recovery area size: 4122 M bytes
    Enable Archiving-> Archive Log Destinations: / u01/oradata


    This ASSESSMENT will take the following files to run:

    1 multiplexed online redo logs and control files

    2 archived redo logs

    3 game data files backup (full and incremental)

    Given the fact the + storage capacity is 300 GB and the FRA will hold all of the above files, can I change the default 4122 MB to a number close to the 300 GB, such as M 290000 bytes?  or any other number (less than the size of the FRA disc).

    Thank you

    Scott

    You have specified/u01/oradata as the location of your fast recovery area. And then you have specified/u01/oradata as the location of the error log archive and multiplexes onlne logfiles. This will cause terrible confusion. Just because they are in the same path does not mean that they are the same thing. If you did as you described, you do not use the FRA at all. You will need to ask the IS_RECOVERY_DEST_FILE of the views column to check if a file is actually in the FRA, rather than just happening to be in the same directory of file system.

  • Questions about the parameters of database using a fast recovery area and the writing of two copies of archived redo logs.

    My databases are 11.2.0.3.7 Enterprise Edition. My OS is AIX 7.1.

    I am to convert databases to use individual zones of rapid recovery and have two questions about what values to assign to database settings related to archived redo logs. This example refers to a database.

    I read that if I specify

    Log_archive_dest_1 =' LOCATION = USE_DB_RECOVERY_FILE_DEST'

    the names of newspapers archived redo written in the default quick recovery area is '% t_%S_%r.dbf '.

    In the past my archived redo logs have been appointed based on the parameter

    log_archive_format='GPAIDT_archive_log_%t_%s_%r.arc'

    I think log_archive_format will be ignored for logs archived redo written in the fast recovery area.

    I am planning to write a second copy of the archived redo logs based on the parameter

    ALTER system set log_archive_dest_2 = ' LOCATION = / t07/admin/GPAIDT/arch.

    If I do this, the copy of logs placed in /t07 will be called '% t_%S_%r.dbf' or 'GPAIDT_archive_log_%t_%s_%r.arc '?

    Before my use of a fast recovery area, I used the OEM 12 c Console to specify settings of backup of database that has been deleted and archived redo logs after 1 backup. Oracle manuals say rather specify a deletion of "none" policy and allow Oracle delete newspapers in the area of fast recovery if necessary. Since I got to keep a second copy of these log files in /t07 should I keep the policy that says to delete logs after 1 backup? If I don't do that, how will they removed from /t07?

    Thank you

    Bill

    If I do this, the copy of logs placed in /t07 will be called '% t_%S_%r.dbf' or 'GPAIDT_archive_log_%t_%s_%r.arc '?

    They will be "GPAIDT_archive_log_%t_%s_%r.arc". LOG_ARCHIVE_FORMAT is only ignored for directories under OMF.

    Since I got to keep a second copy of these log files in /t07 should I keep the policy that says to delete logs after 1 backup? If I don't do that, how will they removed from /t07?

    You can hold the deletion policy as it is. Oracle documentation, defining the STRATEGY of the ARCHIVELOG DELETION: "the deletion of archived newspaper policy applies to logs archive destinations, including the area of fast recovery."

  • Microsoft tools for restore the disk framentation system, and several others are missing. Is there a way to recover/reload?

    My computer crashed so I had to use my recovery disks that are about 8-10 years. When I reinstalled Windows service pack 2, the system recovery tools and several other microsoft tools not have installed on my system. Is it possible to recover these tools? The command prompt tells me that they are not on my system and get help from the Server Manager in the service (Net HelpMSG 2185) option. Can you tell me what that means and if/how I can do this?  I can't find a tab from the system restore on my computer. I guess that's because I have more access to these tools. My messages when I try to update things like Windows Media Player tells me that I can't set a date of restoration and that if I lose my installed programs that they can not be recovered. Guess that means I have to use my recovery again disks?

    <(Microsoft tools="" for="" the="" system="" restore,="" disk="" framentation,="" and="" several="" others="" are="" missing.="" is="" there="" a="" way="" to="" retreive/reload="" these="" tools?="" (assessories,="" system="" tools)="">

    Hey, take a look at the article and try the steps

    http://www.softwaretipsandtricks.com/Forum/Windows-XP/17333-System-Restore-tab-missing-XP-Pro.html

    See you soon!

  • What is the difference between a backup of the plant and a recovery disk?

    For me a simple question, so I hope a simple answer.

    When I got to my laptop that I created a USB using DBR recovery. It is a little more than 8 GB in size and is appointed SYSRECOVERY.

    At that time there I didn't create a backup of the plant.

    Having recently been read on things related to the re-establishment of a system in case of disk failure hard etc, I saw that Dell has said you must create USB recovery media and a backup of the plant. So, I got a new USB and today created a backup of the plant.

    Looking at it, it is also called SYSRECOVERY and both have exactly the same list of files and folders and have almost the same size.

    So just what is the difference between these 2 options (if any)?

    Or do I now have 2 USBs that will do exactly the same work to restore my laptop computer provided that the factory?

    Case there is no difference, why Dell offer both (and recommend you create both)?

    Thank you

    Technically speaking a recovery media and backup of the plant are the same. But according to the post that you saw at Dell, recovery media is a backup of backup from the factory with the files and applications that you added later. Therefore, to be on the safe side, Dell recommends to create a backup of files and software that have been added later (or is not part of the default configuration).

    The factory backup contains all drivers and software according to the configuration of the PC, and that were pre-installed on your computer.

    Generally, Windows failure, you can use factory backup media to restore the PC without affecting your personal files and software. In the event of hard disk failure, where the hard drive is replaced, recovery media will be useful to restore Windows as well your files and applications.

  • Faders and mute are not on some channels

    I have two guitar channels that have stopped responding to the fader and mute controls. The audio is full on, I can't do them down or mute their. As far as I can see they are routed exactly like my other three tracks. Mono, all for one, input stereo outputs. It does not matter related or unrelated. I have no updated automation accidentally powered so it shouldn't be a problem VCA. When I their solo volume and mute work normally. Stoves work very well on the two in any case. I made a Flex rate task with them, but also to the bass and drums. I don't think that should matter, but I will say. Briefly, they were still working for one or two crossings of fast pass, but again, at full volume. It is difficult to start mixing this way.

    OK, it improves. I deleted tracks and channel strips and re - recorded audio of one of the titles of the source to which it was recorded on. It mutes and turns off... but... I can still hear the other guitar tracks. I don't have to see a bass, drum and vocal track. They were a single take, although there are some flex in the field on the voice and some bending on the bass rhythm and determine the alignment to the battery. Especially for the corrections of rhythm, I had done on the guitar tracks.

    How can I find these tracks ghosts? This must be what I hear. Where are they? I bring up all the mixers section Flickr photos and only channels of the preview, then click on appear. Nothing else.

  • Several channels AND DAQ

    Hello!

    I have a problem regarding the acquisition of data from multiple channels. I get a channel data in time, but when I try to do a similar code to get data from another channel, it will not work. This can be done with the DAQ assistant, but I want to avoid this solution, because it slows down the program a little.

    The snapshot accessory show how this is done for 1 channel. Can I use a similar program for the acquisition of several channels?

    Thanks for your help.

    You must only specify several channels in your task - i.e. Dev1\ai0:1 and replace the DAQmx Read N channels. Go to the task in MAX and click the channels button Add. Follow the directions.

  • Error reading DAQmx multichannel. DAQmx believes that there are several channels in my task.

    Hello

    I get the error message added when you try to use my VI DAQmx Read.  LabVIEW tells me that I'm trying to read a single channel when my task is configured for multiple channels.  However, as you can see in the task panel, this is not the case!  If I try to use DAQmx Read to generate a waveform with many channels, the VI runs without error, but I don't want a picture of waveform 1 d...  Any tips?

    Kind regards

    Steve

    Without seeing the code all I can offer only a possibility.

    Something else in your code is changing the task of wine and let the reference.  Wine is then stored with many channels, but these changes are not saved to the MAX which means that when the task in this section of code is not identical to the task UP.  Hit a knot DAQmx task over there and read 'Channels' to confirm my suspicions

  • Use the listbox control to select several channels and display on the chart

    Hello everyone!

    I have a problem using the ListBox selection mode 1 or mode items. I have 6 channels of data, and I have a 2D chart. I am able to reterieve the signal names in the list box, but I want to be able to choose one or more signals to display on the chart. I used the table to index my 2D data are connected and then the output of the index table is connected to the graph. I had to use the listbox control as an index for the table to index and display the data in the index selected for display on the chart. I used lisbox as the value property nodes, the line active and all but not able to display signals on the graph. I have attached a code example to show you what exactly I'm looking.

    Any suggestions will help a lot.


  • Using a USB flash drive for backup more driver and application backup recovery

    I have a 32 GB flash drive I used to create a recovery for my Aspire S7 backup using Windows 8.1. I understand that in creating this backup everything on the flash drive is deleted before creating backup. Can I now use this drive for other purposes, e.g., pilots and backup applications, pictures, documents, etc., or this flash drive now should he remain dedicated to the sole purpose of being a backup recovery?

    Hi zimmerbob

    I keep as a backup to dedicated recovery flash drive and use one for drivers & applications.

    It is always wise to keep the recovery discs, as well as the recovery disks. Flash memory is quite inexpensive for the moment!

  • using the toll sytem of professional backup backup, XP my documents and settings, are saved outlook data files

    using the toll sytem of professional backup backup, XP my documents and settings, are saved outlook data files

    Hi cmoore2685,

    ·         You get the error message?

    ·         Did you do changes on the computer before the show?

    Follow the steps in the article.

    How to use Backup to protect data and restore files and folders on your computer in Windows XP and Windows Vista

    http://support.Microsoft.com/kb/309340

    For reference:

    How to back up and restore Outlook Express data

    http://support.Microsoft.com/kb/270670

  • Essbase Perform backup, recovery, migration of applications and task automation

    Hello world

    I am very new (actually starts) to Essbase and try to learn it from the documentation and examples available on the web. At my work, we just plan to use Hyperion Essbase for planning and budgeting application. As I am the Oracle DBA if the installation tasks and admin fall on my shoulders. Can you please refer me to the documentation, Note or reference to Essbase backups, recovery, migrating applications, automating tasks and optimization. Or a starting point I can explore the part of the administration of Essbase only.

    Thank you
    -Samar-

    A good starting point is:-http://download.oracle.com/docs/cd/E12825_01/epm.111/esb_dbag/daprcset.htm

    See you soon

    John
    http://John-Goodwin.blogspot.com/

Maybe you are looking for