assignment of channels in rman

Hi all...
I want to take my logs archived on existing drive backup is...
so for this I need to allocate channel (I guess...)
but whn I type the command
allocate chanel c1 type disk;
It gives an error...
I m using 11.1.0.6.0

How can I make rman to take backup of archived log directly to a different location on the same drive outside FRA...

Thnaks...

backup format ' / oracle/rman_backup/RMAN_ARCH_SMS <%s:%t:%p>.bkp' archivelog all;

Regard to < br / > Asif Kabir

Tags: Database

Similar Questions

  • ASSIGNMENT OF CHANNELS COMBOBOX CHN

    How can I use the channel selected in the combobox or chncombobox inside the TDR report control.

    How to assign the selected channels in the control combobox or chncombobox under a new variable name.

    Difference between combobox and chncombobox.

    Kind regards

    X. Ignatius

    Hi Igni,

    These changes in your SUDialog seem to ride on my end.

    Sub Button1_EventClick (ByRef This) ' creates the event handler

    Call PicDelete()
    Call PicLoad (CurrentScriptPath & "XY.tdr")
    PicDefByIdent = 1' oriented channel SEO name
    Call GRAPHObjOpen ("2DAxis1")
    Call GRAPHObjOpen ("2DObj1_Curve1")
    D2CChnXName = XSelection.Text
    D2CChnYName = YSelection.Text
    Call GRAPHObjClose ("2DObj1_Curve1")
    Call GRAPHObjClose ("2DAxis1")
    Call PicUpdate()
    Dialog.Cancel)

    End Sub

    Brad Turpin

    Tiara Product Support Engineer

    National Instruments

  • What is bet' difference n allocate channel channel &amp; back RMAN maintenance

    Dear all,

    Please tell me the difference between allocated channel & maintenance of BACKUP RMAN channel.

    waiting for response...


    Kind regards
    .................

    Allocate channel is used for the normal functioning of the RMAN. Normally, RMAN comes with a default (Auto) configured disk channel that can be used to perform the backup immediately. If you want to override the default on a temporary basis manually, then you can use the Allocate channel command.

    Maintenance channel is used for maintenance orders, catalog, change, overlap and delete. In addition, a maintenance channel is given by default. If you want to allocate, you can do it manually as well.

    HTH
    Aman...

  • RMAN parallelism Vs channel

    Hello friends,

    I have two bands as well as my RMAN configuration device type abt_tape parallelism 2. How did this effects number of allocated channels? What is the relationship between the channels and the parallelism? I lived manual confusion, but not for me.

    Thank you

    Hi RamaKrishna,

    Channel is what you create manually when you run a RMAN block. For example if you use the command as «assign channel...» "in an execution block, this means that you manually create channels for RMAN backup.

    But if you configure using parallelism "configure channel device type disk (or what type) 2 parallelism, this means RMAN will create two channels automatically if you specify"affect the channel... " ». in your execution block... However if your parallelism is 2 and you allocate 3 channels in your execution block, rman will replace the parallelism number 2 and create 3 channels, as you mentioned manually 3 channels in your execution block.

    Hope that it would ve you authorized.

    Kind regards

    Pradeep. V

  • RMAN channels

    Linux operating system
    Oracle version: 10g / 11g

    Hello
    I'm newbie with Oracle RMAN and in particular, I did not understand the concept of channels (CHANNEL of TYPE ALLOW disk...).
    I think this is the way to call the server processes on the side of RMAN that physically write the backup. RMAN can improve backup performance by parallelizing operations using multiple channels.

    Should what steps I use RMAN and understand the ALLOCATE CHANNEL?

    How can I assign multiple channels at the same time?

    Thanks in advance!

    Published by: Royal Raf on 30 August 2012 02:14

    Published by: Royal Raf on 30 August 2012 02:17

    Hello Raf,

    Assign you channels to create responsible processes of processing the files.
    If you add more channels (and you have a number of processors to support), you can speed up the tasks up to a point.

    to use RMAN, you are good to go right after I installed the software and DB.
    to make a backup (on an open archivelog on db mode), simply:

    $ rman target /
    backup database plus archivelog;
    

    After that, you can complicate the script.
    the syntax has so many choices and opportunities, I have to refer to the documentation:
    http://docs.Oracle.com/CD/E11882_01/backup.112/e10642/TOC.htm

    It will be useful.
    BR,
    Pinela.

  • RMAN - at least 1 channel must be attributed.

    Hello
    I duplicated my prod in dev instance.
    Some archives are missing.
    I tried to recover them directly in the auxiliary instance.
    I get the following error:
    RMAN-06034: at least 1 channel must be distributed to run this command

    But as you can see below, the channel has been assigned and then closed. Any Suggestion?


    $ rman TARGET sys/xxx@PROD CATALOG catman/xxxx@rman AUXILIARY sys/xxxx@dev 
    
    Recovery Manager: Release 10.2.0.4.0 - Production on Sat Nov 27 21:33:37 2010
    
    Copyright (c) 1982, 2007, Oracle.  All rights reserved.
    
    connected to target database: PROD (DBID=3967311322)
    connected to recovery catalog database
    connected to auxiliary database: DEV (not mounted)
    
    
    RMAN> run
    2> {
    3> ALLOCATE AUXILIARY CHANNEL 'dev_0' type 'sbt_tape'
    4> parms 'SBT_LIBRARY=/opt/omni/lib/libob2oracle8.so ,ENV=(OB2BARTYPE=Oracle8,OB2APPNAME=prod,OB2BARLIST=prod)';
    5> restore archivelog from logseq 51863 until logseq 51864 ;
    6> }
    
    allocated channel: dev_0
    channel dev_0: sid=323 devtype=SBT_TAPE
    channel dev_0: Data Protector A.06.11/PHSS_40470/PHSS_40471/DPSOL_00391/DPLNX_
    
    Starting restore at 27-NOV-10
    
    released channel: dev_0
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of restore command at 11/27/2010 21:34:00
    RMAN-06034: at least 1 channel must be allocated to execute this command

    You mix auxiliary channels and auxiliary bodies.
    The auxiliary tasks are to maintain the rman repository, and you can't use them to restore the archives.
    Also the duplicate database is robust and powerful and will automatically restore missing archives as long as they are on the tape.
    Therefore you do not have this code.

    ------------
    Sybrand Bakker
    Senior Oracle DBA

  • difference between the parallelism and assign channel

    What is the difference between

    RMAN > run {}
    allocate channel c1 device type disk;
    allocate channel c2 device type disk;
    }

    AND

    RMAN > configure channel device type disk parallelism 2;

    9i / 10g:

    RMAN > run {}
    allocate channel c1 device type disk;
    allocate channel c2 device type disk;
    }
    -Online you manually assign 2 channels.

    RMAN > configure channel device type disk parallelism 2;
    -Online RMAN allocate automatically 2 channels if you do not specify assign channel in your building.

    2 = 2 there is no difference, but if you do:

    RMAN > configure channel device type disk parallelism 2;
    and then
    RMAN > run {}
    allocate channel c1 device type disk;
    allocate channel c2 device type disk;
    allocated channel c3 device type disk;
    }
    RMAN uses your manual assignment and the degree of parallelism is 3

    In any case RMAN will ALLOCATE channels, maybe that they will really be USED.

  • niHSDIO VI of dynamic channel assign

    It might be a silly question, but I am struggling to find the answer I'm looking for.  When using the niHSDIO assign dynamic channels VI with the PXI-6552, how to determine which channel is assigned to which pinout of the PXI?

    I call the VI as follows:

    I was able to stumble upon this article that shows the pinout diagram; However, it does not seem to correlate the VI channels to the PXI pins:

    Intuitively, I presume that the DIO pins corresponding channels and just go in ascending order, but I was wondering if someone could confirm this or point me in the right direction as to where I can identify this information.

    Of trial and error, I have deduced that my hypothesis is correct.

  • RMAN channels on a RAC env

    Hello

    We have a 2 RAC on Oracle Database Appliance version 11204 Linux Enterprise node.

    I do below, and I get an error. Please advice.

    RMAN > CONFIGURE DEVICE TYPE DISK PARALLELISM 2 TYPE backup BACKUPSET.

    new RMAN configuration settings:

    SET UP THE DEVICE TYPE DISK PARALLELISM 2 TYPE OF BACKUP BACKUPSET.

    new RMAN configuration settings are stored successfully

    RMAN > set UP CHANNEL 1 DEVICE TYPE DISK CONNECT 'sys/***@rac1 ';

    new RMAN configuration settings:

    CONFIGURE THE CHANNEL 2 DEVICE TYPE DISK CONNECT ' *';

    new RMAN configuration settings are stored successfully

    RMAN > set UP CHANNEL 2 DEVICE TYPE DISK CONNECT 'sys/***@rac2 ';

    new RMAN configuration settings:

    CONFIGURE THE CHANNEL 2 DEVICE TYPE DISK CONNECT ' *';

    new RMAN configuration settings are stored successfully

    RMAN > delete the backup.

    RMAN-00571: ===========================================================

    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.

    RMAN-00571: ===========================================================

    RMAN-03002: failure of the delete command at the 10:45:44 14/05/2014

    RMAN-12001: could not open the channel ORA_DISK_1

    RMAN-10008: could not create context channel

    RMAN-10003: unable to connect to the target database

    ORA-12154: TNS: could not resolve the connect identifier specified

    It seems the problem is the connection of the AMT:

    AMT: could not resolve the connect identifier specified

    Could you try a tnsping and sqlplus using the same connection that you operate on RMAN?

    I've used this in a CAR without problem:

    Configure default device the disk type;

    Configure channel 1 device type disk connect ' sys/***'@rac1;

    Configure the switch type 2 disc connect 'sys/***'@rac2 ';

    Configure the switch type 3 disk connect 'sys/***'@rac3 ';

    Run {}

    backup incremental level 0 as compressed backupset database more archivelog delete all entries;

    }

    Concerning

  • RMAN delete channels

    Hi all

    oracle 11g r2 version, I create two channels as rman:

    CONFIGURE CHANNEL 1 DEVICE TYPE DISK FORMAT ' / u01/database_%U';
    CONFIGURE CHANNEL DEVICE TYPE DISK FORMAT ' / u01/%U';

    now I am trying to delete these channels such as:

    CONFIGURE CHANNEL DEVICE TYPE DISK FORMAT CLEAR 1;
    CONFIGURE DEVICE TYPE DISK FORMAT CLEAR CHANNEL;

    But it gives

    RMAN-00558: error occurred during parsing of order entry
    RMAN-01009: syntax error: found 'Clear': expected an a: "new, double-quoted-string, single-quoted-string,"
    RMAN-01007: in the file column 46 line 1: entry standard


    error. I don't know where is error. could you please get out me of here.

    Thank you!

    CONFIGURE CHANNEL DEVICE TYPE DISK FORMAT CLEAR 1;

    When cleaning the channel, you don't have to specify "FORMAT". It should be like:

    Configure the channel drive peripheral;

    CONFIGURE CHANNEL DEVICE TYPE DISK CLEAR 1;

  • RMAN-06100: no channel to restore a backup...

    Can someone please?
    =================
    I am running Oracle 10.2 on AIX 6.1.

    I do normally our production database backups on TSM, but this time, I need to copy the current production database to another server.

    Seems simple enough, right?

    Well, I put all my settings configuration RMAN 'disc' and created a new backup of the database of production on a local disk.
    Then I copied my game on the second backup server.

    I first started my nomount database, my DBID and restored my controlfile.
    No problem. That has worked well.

    Then, I tried several variants to restore the database.
    try simple "restore database".
    as well as to run {allocate channel c0 type disk; restore database, release the c0 channel} and then a few other ways.
    All attempts to give me the same exact errors:

    RMAN > run {}
    2 > allocate channel c0 type disk;
    3 > restore database;
    4 > output channel c0;
    {5 >}

    allocated channel: c0
    channel c0: sid = 651 devtype = DISK

    From restoration to 29 July 09

    output channel: c0
    RMAN-00571: ===========================================================
    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
    RMAN-00571: ===========================================================
    RMAN-03002: failure of the restore command at 2009-07-29 08:19:14
    RMAN-06026: some targets not found - abandonment of restoration
    RMAN-06100: no channel to restore a backup or a copy of the data file 7
    RMAN-06100: no channel to restore a backup or a copy of the data file 6
    RMAN-06100: no channel to restore a backup or a copy of the data file 5
    RMAN-06100: no channel to restore a backup or a copy of the data file 4
    RMAN-06100: no channel to restore a backup or a copy of the data file 3
    RMAN-06100: no channel to restore a backup or a copy of the data file 2
    RMAN-06100: no channel to restore a backup or a copy of the data file 1


    Help, please...

    have you copied the backup to the same location in production?
    otherwise, you must first catalog backups so the controlfile know where to find...

  • The user managed based backup Rman backup cold cold vs

    Hi all

    I just want to know the advantages and disadvantages for backup managed user cold and cold backup Rman.

    What is the best cold backup?

    Some some can help me?

    Thank you

    Cedric Joshi

    Hello

    Both are good only... If you took the clod backup (managed by the user), you can also do with RMAN catalog.

    I feel clod RMAN backup is good.

    Reason:

    ======

    ++ with RMAN you can avoid used used block, you can only backup used blocks

    ++ RMAN has its own compression algorithm

    ++ We also have the ability to assign multiple channels to parallelize the backup

  • RMAN - Backed Up n times the sentence does not

    Hello

    We use the following script to backup our database every night complete.

    It is supposed to keep the archiving on disk logs are not backed up 3 times. However, when I run the script it deletes a journal archive newly created immediately after the backup is performed.

    Also, when I ask RMAN > backup archivelog sequence list XXXX;  We see only one copy.

    I use the same script on a different database without any problem.

    = Environment database =.

    3 node RAC (backup works on 1 node)

    Oracle 11.2.0.4 on OEL 5.10

    = RMAN for backup script =.

    run

    {

    ' SQL ' alter the entire system "_backup_disk_bufcnt" = 64 scope = memory;

    ' SQL ' alter the entire system "_backup_disk_bufsz" = 1048576 scope = memory;

    allocate channels ch1 device type disk format ' / u02/PEBS/apps_st/backup1/201402061512/PEBSFULL_%d-%I-%T-%U';

    allocate channel ch2 device type disk format ' / u02/PEBS/apps_st/backup2/201402061512/PEBSFULL_%d-%I-%T-%U';

    allocate channels ch3 device type disk format ' / u02/PEBS/apps_st/backup1/201402061512/PEBSFULL_%d-%I-%T-%U';

    allocate channel ch4 device type disc format ' / u02/PEBS/apps_st/backup2/201402061512/PEBSFULL_%d-%I-%T-%U';

    allocate channel ch5 device type disk format ' / u02/PEBS/apps_st/backup1/201402061512/PEBSFULL_%d-%I-%T-%U';

    allocate channel ch6 device type disc format ' / u02/PEBS/apps_st/backup2/201402061512/PEBSFULL_%d-%I-%T-%U';

    allocate channel ch7 device type disc format ' / u02/PEBS/apps_st/backup1/201402061512/PEBSFULL_%d-%I-%T-%U';

    allocate channel ch8 device type disc format ' / u02/PEBS/apps_st/backup2/201402061512/PEBSFULL_%d-%I-%T-%U';

    allocate channel ch9 device type disc format ' / u02/PEBS/apps_st/backup1/201402061512/PEBSFULL_%d-%I-%T-%U';

    allocate channel ch10 device type disc format ' / u02/PEBS/apps_st/backup2/201402061512/PEBSFULL_%d-%I-%T-%U';

    allocate channel ch11 device type disc format ' / u02/PEBS/apps_st/backup1/201402061512/PEBSFULL_%d-%I-%T-%U';

    allocate channel ch12 device type disc format ' / u02/PEBS/apps_st/backup2/201402061512/PEBSFULL_%d-%I-%T-%U';

    under compressed backupset level incremental backup 0 article size 16g tag database 'DB_TAGE_201402061512 ';

    ARCHIVELOG backup all missed 3 times.

    output channel ch1.

    output channel ch2.

    output channel ch3;

    output channel ch4;

    output channel ch5.

    output channel ch6;

    output channel ch7.

    output channel ch8.

    output channel ch9.

    output channel ch10.

    output channel ch11.

    output channel ch12;

    }

    = To delete RMAN script & backup Controlfile/Spfile =.

    run

    {

    assign the channel c1 type disc format ' / u02/PEBS/apps_st/backup1/201402061512/%d-%I-%T-%U';

    delete noprompt archivelog all backed up 3 times on the TYPE of DEVICE drive;

    remove obsolete redundancy noprompt = 3;

    Save the spfile tag = "SP_TAGE_201402061512";

    backup current controlfile tag = "CT_TAGE_201402061512";

    output channel c1;

    }

    = Configuration of RMAN =.

    RMAN > show all.

    Database with db_unique_name PEBS RMAN configuration parameters are:

    CONFIGURE REDUNDANCY 1 RETENTION STRATEGY;

    CONFIGURE BACKUP OPTIMIZATION # by default

    SET UP DEFAULT DISK DEVICE TYPE; # by default

    CONFIGURE CONTROLFILE AUTOBACKUP ON;

    CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO "%F" # by default

    SET UP THE DEVICE TYPE DISK PARALLELISM 5 TYPE OF BACKUP BACKUPSET.

    CONFIGURE BACKUP OF DATA TO DISK FILE TYPE DEVICE TO 1; # by default

    CONFIGURE BACKUP ARCHIVELOG FOR DEVICE TYPE DISK TO 1; # by default

    CONFIGURE MAXSETSIZE TO 12488 M;

    CONFIGURE ENCRYPTION OF DATABASE # by default

    CONFIGURE THE ENCRYPTION ALGORITHM "AES128"; # by default

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

    CONFIGURE THE NONE ARCHIVELOG DELETION POLICY; # by default

    CONFIGURE SNAPSHOT CONTROLFILE NAME TO ' / u02/PEBS/apps_st/backup1/ctrl_auto_bck/snapcf_PEBS.f';

    Hello

    It sounds like the BUG 16692232 - EXPECT RMAN BACKUP ARCHIVELOG ALL NOT SUSTAINABLE to REMOVE ALL ENTRY DOESNOT WORK AS set out in paragraph 12.1

    I suggest you to increase Service demand and to obtain confirmation on the same.

    Thank you

    Renu

  • Cold DB RMAN backup &amp; restore on the other server: best procedure?

    Hello

    A few days ago I did a cold backup of the GR 2 CARS DB 11 with the following commands:

    srvctl stop database d DBPOC

    RMAN target / < < EOF

    bootable media;

    run

    {

    assign the channel c1 type disc format ' / tmp/dump/coldBkp/%T_%d_DBID%I_s%s_p%p.bkp';

    backup of database TAG 'BKPCOLDDBPOCC' keep until 'sysdate + 1000';

    backup current controlfile TAG 'BKPCOLDDBPOC_CTL' keep until 'sysdate + 1000';

    backup spfile TAG 'BKPCOLDDBPOC_SPF' keep until 'sysdate + 1000';

    output channel c1;

    }

    SHUTDOWN IMMEDIATE;

    quit smoking;

    FO %

    srvctl start database-d DBPOC

    srvctl start service d DBPOC

    Then noticing that I need a copy of controlfile I also did:

    backup current controlfile copy format in ' / opt/dump/oracle/coldBkp/currentctlfile.ctl';

    He made a set of files in the file/tmp/dump/coldBkp system that I copied to another server, resembling:

    20130912_DBPOC_DBID23987234897_s371_p1.BKP... plus my currentctlfile.ctl.

    I copied everything on another machine in/tmp/rest, where the same structure of fs and ASM

    starts existed; then run the following commands to restore this DB on

    This new server:

    1 / set some env variables

    2 / cp initDBPOC.ora /opt/oracle/app/ora11g/product/11.2.0/db_1/dbs

    3 / sqlplus: Startup nomount pfile=/opt/oracle/app/ora11g/product/11.2.0/db_1/dbs/initDBPOC.ora

    4 / rman: restoring controlfile to ' / location/of/coldbackup/files/currentctlfile.ctl';

    5 / rman: sql 'alter database mount;

    6 / rman: catalogue start with "/ location/of/coldbackup/files";

    [Type here YES]

    7 / rman: restore the database;

    8 / sqlplus: recover database using backup controlfile until CANCEL;

    [immediately cancelled the first required archive log]

    9 / sqlplus: alter database open resetlogs;

    The procedure has worked.

    But I'm not happy with this, I thought I could have done with RMAN. However, I discovered

    e.g. a CONTROLFILE RECOVER with the HELP of BACKUP is not possible with RMAN etc etc.

    and I had to swith back to sqlplus, surprisingly.

    Am I missing orders RMAN should I used? Y at - it another way - more simple? -of

    perform this restore/recovery simple thanks to the RMAN utility only? Or is my error in backup

    the first place and I should have used other commands for backup?

    Thank you very much in advance for any advice you can give me...

    Kind regards

    Sébastien

    Hello

    You can use

    RMAN > RECOVER DATABASE;

    and for the time being, you can use

    Set until clause with TIME/SCN/restore point

    HTH

  • RMAN incremental long

    My backups rman production take so long?

    RMAN >
    RMAN > RUN {
    2 > DATABASE INCREMENTAL LEVEL 0 BACKUP;
    3 > crosscheck backup;
    4 > overlap backupset;
    5 > delete noprompt obsolete;
    {6 >}
    7 > EXIT;
    From backup 4 October 12
    using the control file of the target instead of recovery catalog database
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: SID = 508 type device = DISK
    channel ORA_DISK_1: from incremental level 0 datafile backup set
    channel ORA_DISK_1: specifying datafile (s) in the backup set
    Enter a number of file datafile = name=/u02/app/oracle/oradata/orcl/users02.dbf 00021
    Enter a number of file datafile = name=/u02/app/oracle/oradata/orcl/users03.dbf 00022
    Enter a number of file datafile = name=/u02/app/oracle/oradata/orcl/users05.dbf 00030
    Enter a number of file datafile = name=/u02/app/oracle/oradata/orcl/users07.dbf 00033
    Enter a number of file datafile = name=/u02/app/oracle/oradata/orcl/users08.dbf 00034
    Enter a number of file datafile = name=/u02/app/oracle/oradata/orcl/users01.dbf 00004
    Enter a number of file datafile = name=/u02/app/oracle/oradata/orcl/users04.dbf 00029
    Enter a number of file datafile = name=/u02/app/oracle/oradata/orcl/users06.dbf 00032
    Enter a number of file datafile = name=/u02/app/oracle/oradata/orcl/system02.dbf 00020
    Enter a number of file datafile = name=/u02/app/oracle/oradata/orcl/sysaux01.dbf 00002
    Enter a number of file datafile = 00005 name=/u02/app/oracle/oradata/orcl/DEV_DATA01.dbf
    Enter a number of file datafile = name=/u02/app/oracle/oradata/orcl/undotbs01.dbf 00003
    Enter a number of file datafile = name=/u02/app/oracle/oradata/orcl/users10.dbf 00037
    Enter a number of file datafile = name=/u02/app/oracle/oradata/orcl/mmi_prod04.dbf 00031
    Enter a number of file datafile = name=/u02/app/oracle/oradata/orcl/DEV_DATA02.dbf 00016
    Enter a number of file datafile = name=/u02/app/oracle/oradata/orcl/DEV_DATA03.dbf 00017
    Enter a number of file datafile = name=/u02/app/oracle/oradata/orcl/DEV_DATA04.dbf 00018
    Enter a number of file datafile = name=/u02/app/oracle/oradata/orcl/DEV_DATA05.dbf 00019
    Enter a number of file datafile = name=/u02/app/oracle/oradata/orcl/mmi_prod02.dbf 00027
    Enter a number of file datafile = name=/u02/app/oracle/oradata/orcl/mmi_prod03.dbf 00028
    Enter a number of file datafile = name=/u02/app/oracle/oradata/orcl/mmi_prod01.dbf 00026
    Enter a number of file datafile = name=/u02/app/oracle/oradata/orcl/all_idx01.dbf 00024
    Enter a number of file datafile = name=/u02/app/oracle/oradata/orcl/all_idx02.dbf 00025
    Enter a number of file datafile = name=/u02/app/oracle/oradata/orcl/users09.dbf 00035
    Enter a number of file datafile = 00001 name=/u02/app/oracle/oradata/orcl/system01.dbf
    Enter a number of file datafile = name=/u02/app/oracle/oradata/orcl/DEV_INDX01.dbf 00006
    Enter a number of file datafile = name=/u02/app/oracle/oradata/orcl/DEV_INDX02.dbf 00023
    Enter a number of file datafile = name=/u02/app/oracle/oradata/orcl/PATH_TBL01.dbf 00011
    Enter a number of file datafile = name=/u02/app/oracle/oradata/orcl/all_idx03.dbf 00036
    Enter a number of file datafile = name=/u02/app/oracle/oradata/orcl/DEV_TEMP01.dbf 00007
    Enter a number of file datafile = name=/u02/app/oracle/oradata/orcl/KYA_IDX01.dbf 00008
    Enter a number of file datafile = name=/u02/app/oracle/oradata/orcl/LOB_IMAGE01.dbf 00009
    Enter a number of file datafile = name=/u02/app/oracle/oradata/orcl/PATH_IDX01.dbf 00010
    Enter a number of file datafile = name=/u02/app/oracle/oradata/orcl/RIS_DATA01.dbf 00012
    Enter a number of file datafile = name=/u02/app/oracle/oradata/orcl/RIS_INDX01.dbf 00013
    Enter a number of file datafile = name=/u02/app/oracle/oradata/orcl/TS_FREE01.dbf 00014
    Enter a number of file datafile = name=/u02/app/oracle/oradata/orcl/TS_RV11201.dbf 00015
    channel ORA_DISK_1: starting total, 1 to October 4, 12
    RMAN-00571: ===========================================================
    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
    RMAN-00571: ===========================================================
    RMAN-03009: failure of the backup command on the channel ORA_DISK_1 at 04/10/2012 03:59:09
    ORA-19502: error on the file "/ media/disk-1/ora_df795751210_s780_s1" writing, block number 13957633 (block size = 8192)
    ORA-27072: IO file error
    Linux-x86_64 error: 2: no such file or directory
    Additional information: 4
    Additional information: 13957633
    Additional information: 778240

    Complete recovery manager.


    elapsed time: 03:59:09 > > (for the differential level 0)
    and time: 01:42:51 > > (for level 1)

    What can I possibly do to decrease the time
    I checked the block change tracking is not enabled

    Good suggestion will be highly appreciated


    How can use channel assignment & if I take incremental backups compressed will it take more time at the moment

    Published by: Fayn_dba on October 5, 2012 03:50

    Fayn_dba wrote:
    My backups rman production take so long?

    but his failure! "Linux-x86_64 error: 2: no such file or directory".
    >

    elapsed time: 03:59:09 > (for extra strength 0)
    and time: 01:42:51 > (for level 1)

    What can I possibly do to decrease the time
    I checked the block change tracking is not enabled

    You can activate the block change tracking but there also additional generals.
    >

    >

    & How do I use the assignment of channels &

    http://docs.Oracle.com/CD/B28359_01/backup.111/b28273/rcmsynta004.htm

    If I take incremental backups compressed will take more time now

    Yes, and it consumes more CPU since it must compress the backup.
    >

Maybe you are looking for