Tip about backup command

Hi all,
I need a tip about backup command.
Well, I have th e following script:
replace script sunday_backup
        resync catalog;
        allocate channel c1 type disk;
        setlimit channel c1 kbytes 2097150 maxopenfiles 4;
        allocate channel c2 type disk;
        setlimit channel c2 kbytes 2097150 maxopenfiles 4;
        allocate channel c3 type disk;
        setlimit channel c3 kbytes 2097150 maxopenfiles 4;
        allocate channel c4 type disk;
        setlimit channel c4 kbytes 2097150 maxopenfiles 4;
        set maxcorrupt for datafile 1,2,3,4,5,6 to 0;
        backup
                   incremental level 0 cumulative
                   skip inaccessible
                   tag sunday_level_0
             filesperset=10
                   format '/oracle_4/oradata/devdb/backup/rman/db_%d.%t.%s.%p.%c.bkp'
                   database;
        sql 'alter system archive log current';
        backup
             filesperset=10
                   skip inaccessible
                   format '/oracle_3/oradata/devdb/backup/rman/al_%d.%t.%s.%p.%c.bkp'
                   archivelog all
                   delete input;
        release channel c1;
       release channel c2;
       release channel c3;
       release channel c4;
        delete noprompt obsolete;
}Into this script, I perform a backup that stores backupsets on '/oracle_4/oradata/devdb/backup/rman/db_%d.%t.%s.%p.%c.bkp'.
Is there a way, using only one "backup database", to divide the backupsets along several paths?
This is because all backup sets are stored on only one path.
Thanks!!!!

When you configure your channel just specify different FORMAT clause and configure the device type to enable PARALLEL. Check Configuring Specific Channels for an example.

Similar Messages

  • Tip about backup archivelog

    Hi all,
    so, I need your help again.
    I did the backup by using the following script:
    replace script sunday_backup
            resync catalog;
            set maxcorrupt for datafile 1,2,3,4,5,6 to 0;
            backup
                       incremental level 0 cumulative
                       skip inaccessible
                       tag sunday_level_0
                 filesperset=10
                       database
                 plus archivelog
                 delete input;
            delete noprompt obsolete;
    }The Configuration of RMAN for allocation of channel is:
    CONFIGURE DEVICE TYPE DISK PARALLELISM 4;
    CONFIGURE CHANNEL 1 DEVICE TYPE DISK FORMAT   '/oracle_5/oradata/devdb/backup/rman/db1_%d.%t.%s.%p.%c.bkp';
    CONFIGURE CHANNEL 2 DEVICE TYPE DISK FORMAT   '/oracle_5/oradata/devdb/backup/rman/db2_%d.%t.%s.%p.%c.bkp';
    CONFIGURE CHANNEL 3 DEVICE TYPE DISK FORMAT   '/oracle_2/oradata/devdb/backup/rman/db3_%d.%t.%s.%p.%c.bkp';
    CONFIGURE CHANNEL 4 DEVICE TYPE DISK FORMAT   '/oracle_3/oradata/devdb/backup/rman/db4_%d.%t.%s.%p.%c.bkp';Well, when I list the backups of archivelogs, only one archived log is into backupset:
    RMAN> list backup of archivelog all;
    List of Backup Sets
    ===================
    BS Key  Size       Device Type Elapsed Time Completion Time
    260964  20M        DISK        00:00:15     29-SEP-08
            BP Key: 260965   Status: AVAILABLE   Tag: SUNDAY_LEVEL_0
            Piece Name: /oracle_5/oradata/devdb/backup/rman/db1_DEVDB.666664791.6678.1.1.bkp
      List of Archived Logs in backup set 260964
      Thrd Seq     Low SCN    Low Time  Next SCN   Next Time
      1    173957  1255201315 28-SEP-08 1255251334 29-SEP-08The rman didn't back up the all arrchived logs.
    So, when I see the files on log_archive_dest, all archived logs are in this directory,
    but I need back ups all the archived logs and to use "delete input" to del these files.
    I try:
    run
            sql 'alter system archive log current';
            backup
                 filesperset=10
                       skip inaccessible
                       format '/oracle_3/oradata/devdb/backup/rman/al_%d.%t.%s.%p.%c.bkp'
                       archivelog all
                       delete input;
            delete noprompt obsolete;
    }but all archived logs are in this directory is in log_archive_dest.
    What happens here?
    thanks

    Hi,
    when I perform the crosscheck archivelog all, I got the folllowing:
    specification does not match any archive log in the recovery catalog
    But when I get the archived logs with OS commands, I got the following:
    [oracle@orasrv1 archive]$ ls -ltr
    total 10270624
    -rw-r-----    1 oracle   oinstall  5241344 Jun 11  2007 log165600_1.ARC
    -rw-r-----    1 oracle   oinstall  5234688 Jun 11  2007 log165599_1.ARC
    -rw-r-----    1 oracle   oinstall 536862720 Jul 21 12:14 log173866_1.ARC
    -rw-r-----    1 oracle   oinstall 302501888 Jul 23 14:14 log173867_1.ARC
    -rw-r-----    1 oracle   oinstall 536870400 Jul 23 15:22 log173868_1.ARC
    -rw-r-----    1 oracle   oinstall 536870400 Jul 24 07:12 log173869_1.ARC
    -rw-r-----    1 oracle   oinstall 536870400 Jul 24 11:30 log173870_1.ARC
    -rw-r-----    1 oracle   oinstall 536870400 Jul 24 11:56 log173871_1.ARC
    -rw-r-----    1 oracle   oinstall 536864768 Jul 24 12:34 log173872_1.ARC
    -rw-r-----    1 oracle   oinstall 536869888 Jul 24 13:00 log173873_1.ARC
    -rw-r-----    1 oracle   oinstall 536868352 Jul 24 13:26 log173874_1.ARC
    -rw-r-----    1 oracle   oinstall 536867328 Jul 24 13:51 log173875_1.ARC
    -rw-r-----    1 oracle   oinstall 536866816 Jul 24 14:24 log173876_1.ARC
    -rw-r-----    1 oracle   oinstall 536865280 Jul 24 14:53 log173877_1.ARC
    -rw-r-----    1 oracle   oinstall 536863232 Jul 24 15:23 log173878_1.ARC
    -rw-r-----    1 oracle   oinstall 536868352 Jul 24 16:01 log173879_1.ARC
    -rw-r-----    1 oracle   oinstall 536867840 Jul 24 16:29 log173880_1.ARC
    -rw-r-----    1 oracle   oinstall 536870400 Jul 24 17:00 log173881_1.ARC
    -rw-r-----    1 oracle   oinstall 536863744 Jul 25 17:36 log173882_1.ARC
    -rw-r-----    1 oracle   oinstall 536860672 Jul 28 10:17 log173883_1.ARC
    -rw-r-----    1 oracle   oinstall 536870400 Jul 28 12:33 log173884_1.ARC
    -rw-r-----    1 oracle   oinstall 536857600 Jul 28 15:40 log173885_1.ARCthank you very much!!!! :-)

  • A question about backup

    hello chris:
    I have a question about backup, last time I had done a incremental backup, after a long time, i found the system record the log LSN, and the log can't remove.
    Command> CALL ttLogHolds();
    < 306, 12446304, Backup , /timesten/TimesTen/backup/data >
    < 1082, 7749304, Checkpoint , data.ds0 >
    < 1082, 21337776, Checkpoint , data.ds1 >
    < 1082, 22546632, Replication , DATA >
    how to resolve this problem?? Can TimesTen not record the backup lsn??
    thank you

    Hi,
    In TimesTen, incremental backup is driven off the transaction log files, just like replication and XLA, So, once you have initialised an incremental backup set, logs must be retained until they have been copied away to the incremental backup set. So, to ensure that logs can be purged you need to run an incremental backup frequently, either manually or by scheduling using something like cron. If you do not run an incremental backup then logs will be 'held' and cannot be purged by checkpointing (which is what you are seeing).
    If you no longer require the incremental backup set then you can disable the incremental backup tracking using ttBackup -type incrementalStop and then logs can be purged normally.
    Chris

  • How to use this backup command

    I am learning about solaris backup, I found three useful backup command, I am confusing about them, can not find
    explanation on the man page
    ufsdump 0f - / | ( cd /cop/0 ; ufsrestore -rf - )
    ufsdump 0f - /export/home | ( cd /cop/7 ; ufsrestore -rf - )
    installboot /usr/platform/`uname -i`/lib/fs/ufs/bootblk /dev/rdsk/c0t3d0s0
    I try first two commands, they are works, my questions are,
    1 The hyphen dumps the data to standard output, what is the standard output?
    2 why use the ufsrestore -rf -
    3 when I finish the first command, there is nothing record in the /etc/dumpdates, why?
    4 it seems they are useful to copy from disk to disk, but , when I restore data,
    will I use the command ufsrestore as usual?
    5 currently, in the real world, what kind of backup command do you use in your
    company? Because many books give me command of backuping data to tape,
    are you still using tape nowadays? or do you backup data to hard disk instead of
    tape?
    appreciated for any help, thanks
    Edited by: user8117130 on Jul 2, 2011 9:14 PM

    Where to begin..
    Well, question 1 and 2:
    The commands you found are commands which were used to copy the entire root disk, as well as the partition /export/home to a new disk.
    Apparently the person who first used them had a new harddrive, which he (or she) partitioned and mounted under /cop/ . He (or she) then copied all the data from the / and /export/home partitions to the new disk.
    Hence the use of ufsrestore.
    There are two outputs, standard output (also referred to as - or STDOUT) and standard error.
    Any normal output from any command (such as 'ls') is sent to STDOUT . You can redirect data from STDOUT to a file by using >, i.e:
    ls > /tmp/output.ls
    STDERR is where error messages go.
    Apart from STDOUT and STDERR you also have something called STDIN (or Standard Input), which is used to feed data to a command.
    Just as you can use > to send STDOUT, you can use < to send STDIN, i.e:
    cat < /tmp/output.ls
    In the example you posted with ufsdump/ufsrestore the use read the content of a partition with ufsdump, then send it through a pipe to ufsrestore, which writes it down at a different place. The result is that the user gets a copy of the / disk under /cop/0 .
    As such thats not a backup command, its a way of copying a disk.
    Question 3:
    Because there is no 'u' option, to update /etc/dumpdates you need to use the u argument to ufsdump, in your example:
    ufsdump 0fu - /
    Question 4:
    Well. There are two ways to do a ufsdump to a disk, one way is to do it the way you did it, by piping it to ufsrestore. In that case you can't restore your files using ufsrestore, since they are already copied to the disk.
    The second way to use ufsdump to a disk is to write the entire dump to a file, i.e.:
    ufsdump 0fu /path/to/ufsdump_of_root.dmp /
    Then you can restore a file using ufsrestore, to use an interactive restorer:
    ufsrestore fi /path/to/ufsdump_of_root.dmp
    Question 5:
    Most companies i have worked at uses a mix, some backups are written to disks and some to tape. In particular the short term backups (in the time frame one week to one month) are disk based and everything else (one month to ten years) are tape-based.
    But it really depends on what kind of data it is and what legal requirements you have. If you have to store data for a few years disk backups are not really an option. The benefits of tape backups are that they are quite fast (in particular LTO5), they don't really consume any electricity and you can easily enlarge your archive by buying more tapes.
    I once calculated how many harddrives i would need to store 10 years of backups online. I don't remember how many harddrive i needed (but it was 100TB +), but it would require about 10-15kW of electricity...
    Harddisk backups was popular a while ago, but i think tape is coming back, at least thats my impression.
    .7/M.

  • Error while taking RMAN back up - RMAN-03009: failure of backup command ..

    Hi Experts,
    I am trying to take RMAN back up but at the end I get this error message.. I found a solution at http://www.oracle-base.com/articles/9i/RecoveryManager9i.php
    But this is of oracle 9i. Can I use it on 10g too ?
    So is this Step correct ?
    1) First create a user to hold the recovery catalog:
    a) CONNECT sys/password@w2k1 AS SYSDBA
    b) GRANT connect, resource, recovery_catalog_owner TO rman;
    2) Then create the recovery catalog:
    a) C:>rman catalog=rman/rman@w2k1
    b) RMAN> create catalog tablespace "RMAN";
    c) RMAN> exit
    3) Register Database
    a) C:>rman catalog=rman/rman@w2k1 target=sys/password@w2k2
    b) RMAN> register database;
    c) Existing user-created backups can be added to the catalog using: (*So far no Back up taken so I guess this step can be ignored*)
    i) RMAN> catalog datafilecopy 'C:\Oracle\Oradata\TSH1.dbf';
    ii) RMAN> catalog archivelog 'log1', 'log2', 'log3', ... 'logN';
    4) Full Backup Configuration
    RMAN> configure retention policy to recovery window of 7 days;
    RMAN> configure default device type to disk;
    RMAN> configure controlfile autobackup on;
    RMAN> configure channel device type disk format 'C:\Oracle\Admin\W2K2\Backup%d_DB_%u_%s_%p';
    5) Full back up
    RMAN> run {
    backup database plus archivelog;
    delete noprompt obsolete;
    6) RMAN> resync catalog;
    Starting backup at 15-MAY-10
    using channel ORA_DISK_1
    channel ORA_DISK_1: starting full datafile backupset
    channel ORA_DISK_1: specifying datafile(s) in backupset
    input datafile fno=00006 name=C:\ORACLE\PRODUCT\10.1.0\ORADATA\ZUMA\DM_MENTOR200
    60430230208_DB.DBF
    input datafile fno=00002 name=C:\ORACLE\PRODUCT\10.1.0\ORADATA\ZUMA\UNDOTBS01.DB
    F
    input datafile fno=00007 name=C:\ORACLE\PRODUCT\10.1.0\ORADATA\ZUMA\DM_MENTOR200
    60430230208_IND.DBF
    input datafile fno=00001 name=C:\ORACLE\PRODUCT\10.1.0\ORADATA\ZUMA\SYSTEM01.DBF
    input datafile fno=00003 name=C:\ORACLE\PRODUCT\10.1.0\ORADATA\ZUMA\SYSAUX01.DBF
    input datafile fno=00005 name=C:\ORACLE\PRODUCT\10.1.0\ORADATA\ZUMA\EXAMPLE01.DB
    F
    input datafile fno=00004 name=C:\ORACLE\PRODUCT\10.1.0\ORADATA\ZUMA\USERS01.DBF
    channel ORA_DISK_1: starting piece 1 at 15-MAY-10
    RMAN-03009: failure of backup command on ORA_DISK_1 channel at 05/15/2010 05:11:
    03
    ORA-19809: limit exceeded for recovery files
    ORA-19804: cannot reclaim 52428800 bytes disk space from 2147483648 limit
    continuing other job steps, job failed will not be re-run
    channel ORA_DISK_1: starting full datafile backupset
    channel ORA_DISK_1: specifying datafile(s) in backupset
    including current controlfile in backupset
    channel ORA_DISK_1: starting piece 1 at 15-MAY-10
    channel ORA_DISK_1: finished piece 1 at 15-MAY-10
    piece handle=C:\ORACLE\PRODUCT\10.1.0\FLASH_RECOVERY_AREA\ZUMA\BACKUPSET\2010_05
    _15\O1_MF_NCNNF_TAG20100515T045136_5YX3TTFT_.BKP comment=NONE
    channel ORA_DISK_1: backup set complete, elapsed time: 00:00:17
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of backup plus archivelog command at 05/15/2010 05:11:21
    RMAN-03009: failure of backup command on ORA_DISK_1 channel at 05/15/2010 05:11:
    03
    ORA-19809: limit exceeded for recovery files
    ORA-19804: cannot reclaim 52428800 bytes disk space from 2147483648 limit
    RMAN>
    Thanks & Regards,
    Ranjith John

    Provided you consult the 10g RMAN documentation and the online error documentation: yes.
    But apparently you didn't check documentation, not even the error messages!!!!! Why?
    You are backing up to the Flash Recovery Area, and the error messages mean too much space is occupied.
    How to configure the Flash Recovery Areea is fully documented in the Backup and Recovery manual for 10g at http://tahiti.oracle.com
    READ IT.
    Please do not ask a volunteer to abstract it.
    Sybrand Bakker
    Senior Oracle DBA

  • WbAdmin Delete Backup command not supported in 8.1 Pro x64

    Hello
    I've searched for how to delete specific backups that I've created using the elevated Power Shell command "wbAdmin start backup -backupTarget:E: -include:C: -allCritical -quiet" but I've run into a roadblock.
    The problem is that none
    of the "wbadmin delete xxx" commands are actually supported in Win8.1 Pro 64-bit (6.3, Build 9600). If I type "wbadmin delete /?", I get:
    ---- Commands Supported ----
    DELETE CATALOG                     -- Deletes the backup catalog.
    DELETE SYSTEMSTATEBACKUP  -- Deletes one or more system state backups.
    DELETE BACKUP                       -- Deletes one or more backups.
    However, when I try to use ANY delete command (for example, to delete a specific backup version that was identified using "Wbadmin get versions"), I get this error:
    PS C:\WINDOWS\system32> wbadmin delete backup -version:06/26/2014-07:29
    wbadmin 1.0 - Backup command-line tool
    (C) Copyright 2013 Microsoft Corporation. All rights reserved.
    Warning:  The DELETE BACKUP command is not supported in this version of Windows.
    The operation ended before completion.
    The same thing happens if I use -deleteOldest, with or without the -backupTarget switch.
    Does anyone know why the Delete command is not available on 8.1? Is there a patch, workaround or alternate method of deleting specific backup images?

    Yolanda, thank you for confirming the issue and for pointing me to a solution. I really appreciate it!
    I have looked at the cmdlet reference page tried to use the commands but it appears that they do not work on my system. For example:
    PS C:\WINDOWS\system32> remove-wbcatalog
    remove-wbcatalog : The term 'remove-wbcatalog' is not recognized as the name of a cmdlet, function, script file, or
    operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try
    again.
    At line:1 char:1
    + remove-wbcatalog
    + ~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (remove-wbcatalog:String) [], CommandNotFoundException
        + FullyQualifiedErrorId : CommandNotFoundException
    Also, if I type the help command listed on the reference page, get-help -module windowsserverbackup, the only reponse is a blank command prompt. Do I need to install the windowsserverbackup functionality separately? It does not seem
    to be built-in.

  • Disk backup command in iTunes 10.4 for Windows?

    I've installed iTunes 10.4.0.80 in my Windows XP desktop.
    Iwant to backup my library on DVD, but I cannot retrieve the Disk Backup command.
    On previous ersions it was under File --> Library, where is it now?

    This procedure posted by rodfromnewark on another thread worked for me (thank you rod!):
    For PC users, before reinstalling, try this:
    Start-> Programs -> Accessories -> (Right Click On Command Prompt) ->Run as Administrator
    then type in:
    netsh winsock reset
    hit enter, restart PC, open iTunes. Hopefully fixed.

  • Layers Magazine tips about After Effects

    Layers Magazine has just posted some tips about several applications in Creative Suite 4, including After Effects CS4.

    Without seeing the file and your settings, nobody can say anything about the matter. This could be as trivial as setting the sequence button in the import dialog to issues in the file itself like a smart object that uses a different color profile like the parent document, excessive nesting of groups, some weird belnding tricks with layer styles and whatnot....
    Mylenium

  • HT1766 yesterday i connect my iPhone with iTunes then one MSG displayed on screen about backup i ignore that but same time i have lost all my installed app from my iPhone pls help me.

    yesterday i connect my iPhone with iTunes then one MSG displayed on screen about backup i ignore that but same time i have lost all my installed apps incouled my pics and vids from my iPhone pls help me.

    1) ensure iTunes is authorized for your iTunes store account(s)
    2) connect your device and right-click or control-click it in the iTunes Source list, then choose transfer purchases from the shortcut menu that appears.
    3) sync the device
    iTunes will wipe the iPhone but, since you transferred your purchases in the previous step, your content will be in your library and you can re-populate the iPhone with it.
    above works for purchases from the iTunes store. for everything else, check out this post by Zevoneer.

  • Basic questation about backup SQL database

    Hi I have basic questation about backup database . If I set DPM to backup database and the database have full model and another application truncate log. Detect this dpm and create full backup or create error ?
    Falcon

    Hi,
    If you want another backup process to truncate the logs instead of DPM, you can just configure DPM to synchronize
    just before a recovery point.  That basically tells DPM to just perform express full backups which will not truncate logs.
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. Regards, Mike J. [MSFT]
    This posting is provided "AS IS" with no warranties, and confers no rights.

  • List of "about:config" commands

    I want to be able to really fine tune/customize firefox, but many of the changes I want to make are only available thru "about:config". An example of such a change -- how to force new tabs to open blank -- took quite a bit of searching and knowing what question to ask or how to phrase it. Is there a list of all the "about:config" commands, and if so, where do I find/get them? Is it just a printable list (acceptable, but just...), a basic searchable database (better, but probably still have to know/phrase a question), or best yet, a keyword searchable db with both of the previous options? Also, is this putative list version specific, or is it constantly updated with a mix of old and new commands? I realize the risk of severely damaging the firefox installation, and am prepared to take it, as I think I'm reasonably cautious, and would check out any truly questionable changes before making them.

    hello eviltwin, here is a site which covers many preferences from about:config (however it's neither complete nor always up-to-date): http://kb.mozillazine.org/About:config_entries
    mozilla's own documentation in this regard is rather limited currently: https://developer.mozilla.org/en-US/docs/Mozilla/Preferences/Preference_reference

  • RMAN LIST BACKUP COMMAND

    I am using the following commands.
    RMAN> sql "alter session set nls_date_format=''dd-mon-yyyy HH24:MI:SS''";
    2> report unrecoverable database;
    3> report need backup days 2 database;
    4> list backup;
    5> EXIT;
    BS Key Type LV Size Device Type Elapsed Time Completion Time------- ---- -- ---------- ----------- ------------ ---------------
    6249525 Full 68G SBT_TAPE 01:38:05 *25-OCT-2010*
    BP Key: 6249547 Status: AVAILABLE Tag: TAG20101025T040741
    Even after setting nls_date_format, completion time in list backup command is not returning exact time..it is returning just the date..
    how to get completion time in RMAN LIST BACKUP COMMAND with hour,minute and second details...please let me know
    I am using catalog database...target database version 9i and catalog db version is 10g.
    Thanks,
    db

    NLS_DATE_FORMAT at OS level
    I tied this export NLS_DATE_FORMAT=DD-MON-YYYY HH24:MI:SS is throwing error
    NLS_DATE_FORMAT=DD-MON-YYYY: is not an identifier, please tell me what i am missing?

  • About control commands in scripts

    hi abapers
    can u plz tell about control commands in scripts uses of control commands

    Hi,
    Control Command Purpose:
    The purpose of these is to allow control of the output formatting. These commands are not interpreted by the SAPscript editor, but are passed through to the SAPscript Composer for processing. The Composer is the program that converts text from the form displayed in the editor to the form used for printing. This includes, for example, line and page formatting, the replacement of symbols with their current values and the formatting of text according to the paragraph and character formats specified.
    The SAPscript control commands are described in the following sections.
    <b>Syntax of Control Commands</b>
    Explicit Page Break: NEW-PAGE
    Preventing Page Breaks: PROTECT
    Next Main Window: NEW-WINDOW
    Assigning a Value to a Text Symbol: DEFINE
    Formatting Date Fields: SET DATE MASK
    Formatting Time Fields: SET TIME MASK
    Country-Dependent Formatting: SET COUNTRY
    Position of the Leading Sign: SET SIGN
    Initializing Numbered Paragraphs: RESET
    Including Other Texts: INCLUDE
    Changing the Style: STYLE
    Formatting Addresses: ADDRESS
    Setting a Header Text in the Main Window: TOP
    Setting a Footer Text in the Main Window: BOTTOM
    Conditional Text: IF
    Finding a Match: CASE
    Calling ABAP Subroutines: PERFORM
    Inserting Print Controls: PRINT-CONTROL
    Boxes, Lines, Shading: BOX, POSITION, SIZE
    Hexadecimal Data: HEX, ENDHEX
    Summing a Program Symbol: SUMMING
    Br,
    Laxmi

  • Failure of backup command, please help

    hi,
    My last backup to give mi error :(
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of backup command at 01/19/2010 07:31:50
    ORA-19506: failed to create sequential file, name="software_inc0_T20100119_t708679906_s6348_p1", parms=""
    ORA-27028: skgfqcre: sbtbackup returned error
    ORA-19511: Error received from media manager layer, error text:
    nwora_open_backup: unable to start save session with server
    localhost: system error

    user487449 wrote:
    $ pwd
    /d01/orabackup/oradata/mydb
    $ ls -ltrc
    total 2
    2 drwxrwxrwx 2 orarman dba 2048 Aug 30 08:43 archThis shows permissions for arch directory inside mydb folder and you are creating files in mydb directory.
    Do this:
    $ cd /d01/orabackup/oradata/
    $ ls -lartd mydbThis will show us the permissions set on mydb directory. You need to make sure that the OS user who is running RMAN script has write permissions on the mydb folder.
    If you wish to grant 777 permissions on my db folder, do this:
    chmod -R 0777 /d01/orabackup/oradata/mydb

  • CSS equivalent of Local Director backup command

    I am migrating applications from the LD to the CSS. One of the apps is using the LD function backup. The situation is:
    Currently the LD uses the backup command for some servers. In simple
    terms:
    Web1 is backed up by Web3
    Web2 is backed up by Web4
    In normal operational mode, Web1 and Web2 load balance. If Web1 goes down Web3 becomes active and load balances with Web 2. Similarly for Web2 and Web4.
    The reason for this configuration is because of the prohibitively expensive
    software licensing. Thus, we pay for 2 licenses and share across 4
    servers. All servers are in the same subnet.
    regards
    Tony Barnett

    the closest thing that the CSS has to offer is the command "primary sorry-server" or "secondary sorry server" . Seen here in the command reference:
    http://www.cisco.com/univercd/cc/td/doc/product/webscale/css/css_510/cmdrefgd/cmdowcnt.htm#xtocid40
    The "Primary sorry server" will only become active if all other servers are dead in the content rule. It will become inactive when one or more servers become available again. I hope this helps!

Maybe you are looking for

  • Result Desplaying as "X" in Bex Analyzer

    Hello Experts I have 2 KF's in Column in the Bex Query One is "Closing Stock Qty" and another one is "Average Sales Qty" I have created one Formula in Column which is the "Closing Stock Qty/Average Sales Qty" the result of this is appearing as "X" (

  • Sync pictures to iphone???

    When I sync my picture folders to iphone, they come out distorted.....Do I need to resize the pictures or something??? HP   Windows Vista  

  • TOTAL Play Count... possible?

    This might be a strange question, but I am just curious. I know that when I plug my iPod into my computer and open iTunes, the play count comes up for each song. I was wondering if it is possible to get the total play count from my iPod... just a sin

  • Free Text Qualification

    Hi Gurus, We have a requirement that a manager can insert a new qualification for its subordinate, but he don't have to add it to the qualification catalog. I know that this is not recommended but we actually need it. So is there anyway that a manage

  • OS 5 download error 3259

    Trying to download OS 5 (without installing) but keep getting error 3259. It happens right at the end when it shows all of the 740+Mb has been downloaded (ie download has already finished), saying the network has timed out. I have unticked 'protect m