Removing disk backups after implementing Veritas tape backups

I was using RMAN with a catalog to backup to disk. Now we implemented RMAN backups using Veritas tape backup using the same catalog and I want to remove the old disk backups.
When I "crosscheck backup" and "crosscheck archivelog all" then "delete obsolete" it errored with the following:
==================================================================
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of delete command at 08/29/2005 13:53:39
RMAN-06091: no channel allocated for maintenance (of an appropriate type)
================================================================
I assume it is seeing one of the tape backups and wants to detete it.
How can I clearout these unnecessary disk backup sets without causing any problems?
Thank You,
.....Kevin

I found the solution:
RMAN> crosscheck backup;
RMAN> crosscheck archivelog all;
RMAN> delete obsolete device type disk;
-- Assuming redundency was 1 only one set is left in the disk directory...
RMAN> list backup;
-- Find the backup set key which lists the DISK backups.
-- List all the BSKeys
RMAN> delete backupset key1, key2, ..., keyn;
-- The files are gone...

Similar Messages

  • Hard disk crashed, restored data from tape backup, Firefox not showing bookmarks. What is the location of bookmarks & favourites to ensure I have restored the correct file?

    Hard disk crashed (XP), restored files from tape backup using Retrospect onto new Windows 7 laptop. Started up Mozilla after restore but bookmarks and favourites are missing.
    I still have access to the backup tape and files. I was wondering whether the bookmarks are kept anywhere special other than the Mozilla program file that I restored.

    http://support.mozilla.com/en-US/kb/Recovering+important+data+from+an+old+profile

  • I am unable to backup after months of successful backups.  Receive "iPhone could not backup the iPhone because the backup was corrupt or not compatible with the iPhone.

    I am unable to backup my iPhone4 (4.3.4) after months of successful backups.  Receive "iPhone could not backup the iPhone because the backup was corrupt or not compatible with the iPhone.  Followed advise on user forum to delete the old backup... did not help.  Need to do a backup.  Is there a cure?

    The only thing that resolved it for me was to COMPLETELY remove all Apple components per http://support.apple.com/kb/ht1925.  I also downgraded to iTunes 10.3 since my issue didn't start until after the 10.4 update.  May not be related but oh well....You will have to restore your old iTunes Library file (*.itl) if you downgrade.

  • How can I restore my 4S to an earlier backup after I transferred the backup file from my old computer to a new one

    My case is a little bit complicated:
    I had an iPhone, which was backed up with a Windows XP computer.
    Then I bought a MacBook Pro, and I transferred the iPhone backup file to the MacBook Pro's corresponding location.
    Then I bought a new iPhone, and I plugged the new phone into the MCBK pro.
    But iTunes does not tell me how I can restore the new iPhone 4S with the old backup file.
    What can I do?
    Thank you!

    If the backup is not listed is Settings>iCloud>Storage and Backup>Manage Storage then no other backups exist.

  • How to remove Disk Group after deinstall of Grid Infrastructure

    Hello,
    I deinstalled an Oracle Grid Infrastructure for a standalone server. I made the mistake of telling OUI not to drop the Disks/Disk Group. Now when I try to do a new install it shows the disks as members of a Disk Group already on the page 'Create Disk Groups'. How can I get those disks out of the disk group? I tried oracleasm but it does not see any Disk Groups.

    OS is CentOS 5.6
    I am using formatted (ext3) logical volumes. Let me explain a bit why I am doing this. This is a system I lease for my own personal use. I am leasing it so that I can learn Oracle High Availability. Unfortunately due to how each VM is provisioned only a single virtual disk (raw disk) is allocated per instance. I have not leased a dedicated server due to the cost and so do not have/cannot get multiple raw disks. The logical volumes aren’t setup with any RAID on my virtual machine as there are just additional LVM’s assign internally to my server. The underlying host server uses RAID-10.
    When I set up the Disk Group "DATA" for ASM I used the following:
    [root@remarkable:/dev/mapper]pwd
    /dev/mapper
    [root@remarkable:/dev/mapper]ls -l
    total 0
    crw-rw-rw- 1 root root 10, 63 Jul 2 12:55 control
    brw-rw-rw- 1 root disk 253, 0 Jul 2 12:55 VolGroup00-LogVol00
    brw-rw-rw- 1 root disk 253, 2 Aug 10 18:07 VolGroup00-LogVol001
    brw-rw-rw- 1 root disk 253, 3 Aug 10 18:07 VolGroup00-LogVol002
    brw-rw-rw- 1 root disk 253, 4 Aug 10 18:07 VolGroup00-LogVol003
    brw-rw-rw- 1 root disk 253, 1 Jul 2 12:55 VolGroup00-LogVol01
    That worked fine when I set it up initially. But then I realized the groups were not set correctly for the oracle user or the ASM home after I did the install. So I uninstalled the ASM and then set the groups correctly for the Oracle user. However, when I uninstalled the ASM I mistakenly chose not to blow away the disk group. So now when I try to install the Grid Infrastructure using OUI it shows the 3 disks I want to use as already being members of a Disk Group and I don't know how to change that. I tried the oracleasm deletedisk command but oracleasm does not think any disk groups exist.
    [root@remarkable:/dev/mapper]oracleasm listdisks
    [root@remarkable:/dev/mapper]oracleasm deletedisk Disk1
    Disk "DISK1" does not exist or is not instantiated
    So I am not sure where to go from here.

  • FRA´s datafile directory and tape backups

    Hi again,
    I have tried to find relevant information for my question, but instead of finding answers (again) which may or may not be helpful I hope someone can explain me.
    We are running 10Gr2 databases with FRA´s enabled, currently backupping all using Oracle´s suggested backup to Disk devices.
    Since we have copies of the datafiles in the FRA which takes up quite some (productional) storage space we are asked to stop the Disk backups, and backup things up to the tape device, which underwater is a TSM library.
    How would this affect the occupance of the FRA? Will the datafile directory in the FRA be moved to the "tape" device if we implement (solely) tape backups; or is it only the backupsets and autobackups which would then be moved to tape?
    I have tried several setups for which I wanted to set the datafile, backupset and autobackup directory out of the FRA, but I have not found a (working) way yet to set the datafile directory apart from it.
    Advice or help are greatly appreciated.
    Robin

    Changing the backup location from FRA to an external device will only effect backups (backupsets or image copies of datafiles,controlfiles,spfile,archivelogs). Possible (but not mandatory) components of FRA are archivelogs,backup pieces,controlfiles,online logs,image copies and flashback logs.
    For performance reasons it's better to continue using the FRA as first backup device. Extend your backup strategy by backing the FRA itself to tape in regular intervals.
    'BACKUP RECOVERY AREA' backs up recovery files created in the current and all previous flash recovery area destinations. Recovery files are full and incremental backup sets, control file autobackups, archived logs, and datafile copies. Flashback logs, the current control file, and online redo logs are not backed up.
    The backup must go to a tape device, so RMAN issues an error if no sbt channels are allocated or configured.
    Or use
    'BACKUP RECOVERY FILES'. It backs up all recovery files on disk, whether they are stored in the flash recovery area or another locations on disk. Recovery files include full and incremental backup sets, control file autobackups, archived logs, and datafile copies.
    Werner

  • Recovery window for tape backups

    Hope someone can answer to my questions.
    With RMAN you can maintain the number of tape backups that are needed for recovery purpose through the “delete obsolete recovery window” command. E.g. the command below ensures tape backups be kept for recovery within 31 days:
    delete noprompt obsolete recovery window of 31 days device type 'SBT_TAPE';
    Q:
    1)     If I use a disk area as pseudo tape area in my backups (through ORACLE.DISKSBT library parameter), I guess the above "delete noprompt obsolete recovery window" command would work on the pseudo tape area as well?
    2)     At my site the pseudo tape area is backed up to tape nightly through the system backup job, and the tape backups are kept for about 1 month by the tape system. To save space in the pseudo tape area on disk can I just set a small recovery window in the above DELETE command (say 1 day) , and relies on the actual tape system retention policy for oracle backups? How would this affect oracle’s ability to do recovery?
    Thanks

    1) I would never use a 'faked' tape as a permanent solution - only to test tape backup scripts - , as it slows down the backup/recovery process. From RMAN's point of view a pseudo tape works like a real tape, so all valid commands apply.
    2) When you delete a backup, RMAN forgets it. RMAN is not aware of still available backups in the tape system, you have to recatalog the backups. That means overhead in manual maintenance and a source for possible errors.
    Werner

  • Backing up .mdf's and .ldf's using hard drive backup utility deleting SQL Server backup devices...

    I am a software developer using Windows 8.1, Visual Studio 2013, and SQL Server 2014. I have a number (30+) of SQL Server databases that I use in my development and support activities.
    Every time I run a backup (full or incremental) all of the backup devices in my instance of SQL Server 2014 are being deleted. I can add them all back in (a time-consuming and irritating process after about the 5th time), and the very next time I run either
    the Acronis Backup and Paragon Hard Drive Backup against the volume (D:) that contains all of the .mdf and .ldf files, all of the backup devices are again deleted.
    I hope someone can give me some idea of how to get around this problem or how to eliminate it completely.  Should I not be using these types of backup utilities to copy the .mdf's and .ldf's?  I've just never seen backup devices be deleted from SQL
    Server.  I have dumped the contents of the backup devices data within SQL Server and the rows are definitely gone after the either of the backups run.
    Thanks in advance for any light you can shed on this problem. It is very time-consuming and seems pretty silly to me -- but it's happening nonetheless.

    The last backup location you use is never stored in sys.backup_devices.  That's an instance-wide table for registering shared backup locations, mosly for tape backups in the old days.
    Per-database backup history is stored in msdb, and AFAIK the database backup dialog in SSMS is pre-populated with a location from msdb.  It looks like it runs this query
    exec sp_executesql N'SELECT
    bkpmf.media_family_id AS [ID],
    bkpmf.family_sequence_number AS [FamilySequenceNumber],
    bkpmf.media_count AS [MediaCount],
    bkpmf.logical_device_name AS [LogicalDeviceName],
    bkpmf.physical_device_name AS [PhysicalDeviceName],
    CASE WHEN bkpmf.device_type > 100 THEN bkpmf.device_type - 100 ELSE bkpmf.device_type END AS [BackupDeviceType],
    CAST(CASE WHEN bkpmf.device_type > 100 THEN 1 ELSE 0 END AS bit) AS [IsBackupDevicePermanent],
    bkpmf.physical_block_size AS [PhysicalBlockSize]
    FROM
    msdb.dbo.backupmediaset bkpms
    INNER JOIN msdb.dbo.backupmediafamily bkpmf ON bkpmf.media_set_id=bkpms.media_set_id
    WHERE
    (bkpms.media_set_id=@_msparam_0)',N'@_msparam_0 nvarchar(4000)',@_msparam_0=N'3'
    So it's possible that your backup software is purging that table, eg by runningmsdb.dbo.sp_delete_database_backuphistory. 
    Or perhaps more likely, your backup software is adding data to the SQL Server backup history that prevents SSMS from pre-populating the backup dialog with your last TSQL backup location.
    In any case, you don't need to manually take the bakcups through SSMS every day.  You can just save a script of your backup commands (by hitting the Script button on the backup dialog) and run that.  Or create a SQL agent job to run the script
    or use a database maintence plan.
    David
    David http://blogs.msdn.com/b/dbrowne/

  • How Backup on DISK for Standby when Device "Tape" is alredy configured

    hello Dba's
    For 3 Weeks I've this issue and I start don't get
    usualy this database ws backup on Disk but last month we decided to setup the DLL fro Netbackup on TAPE
    and I've configured the RMAN for tape and it works fine.
    Now I need to Backup on DISK to create my Standby Database, because the Secondary Server doesn't have the DLL/License for TAPE
    So i decided to proceed as a backup on Disk but when I try it alyway gpo into TAPE !!!!!
    Any help is welcome.
    txs
    RMAN configuration parameters are:
    CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 30 DAYS;
    CONFIGURE BACKUP OPTIMIZATION ON;
    CONFIGURE DEFAULT DEVICE TYPE TO 'SBT_TAPE';
    CONFIGURE CONTROLFILE AUTOBACKUP ON;
    CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '/backup/export/cf_%F_$ORACLE_SID';
    CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE 'SBT_TAPE' TO '%F';
    CONFIGURE DEVICE TYPE SBT_TAPE PARALLELISM 1; # default
    CONFIGURE DEVICE TYPE DISK PARALLELISM 1; # default
    CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE SBT_TAPE TO 1; # default
    CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
    CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE SBT_TAPE TO 1; # default
    CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
    CONFIGURE CHANNEL DEVICE TYPE DISK FORMAT '/backup/export/%d_%D%M%T_full_%U';
    CONFIGURE CHANNEL DEVICE TYPE 'SBT_TAPE' FORMAT '%d_%D%M%T_full_%U';
    CONFIGURE MAXSETSIZE TO UNLIMITED;
    CONFIGURE SNAPSHOT CONTROLFILE NAME TO '/u01/app/oracle/product/9.2/dbs/snapcf_SIEB.scf';
    RMAN> allocate channel for maintenance device type 'DISK'
    2> ;
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of allocate command on ORA_MAINT_DISK_1 channel at 06/29/2010 15:14:44
    ORA-19554: error allocating device, device type: DISK, device name:
    ORA-27001: unsupported device type
    Additional information: 1
    RMAN> allocate channel for maintenance device type DISK;
    allocated channel: ORA_MAINT_DISK_2
    channel ORA_MAINT_DISK_2: sid=236 devtype=DISK
    RMAN> run
    2> 3> sql "Alter System Switch logfile";
    4> sql "Alter System Archive Log Current";
    5> Backup database plus archivelog format '/backup/%d_%D%M%T_full_%U';
    6> sql "Alter System Switch logfile";
    7> Backup current controlfile for standby format '/backup/%U_$ORACLE_SID';
    8> sql "Alter System Switch logfile";
    9> Backup filesperset 10 ArchiveLog all;
    10> }
    sql statement: Alter System Switch logfile
    sql statement: Alter System Archive Log Current
    Starting backup at 29-JUN-10
    current log archived
    allocated channel: ORA_SBT_TAPE_1
    channel ORA_SBT_TAPE_1: sid=118 devtype=SBT_TAPE
    channel ORA_SBT_TAPE_1: Veritas NetBackup for Oracle - Release 7.0 (2010010419)
    channel ORA_SBT_TAPE_1: starting archive log backupset
    channel ORA_SBT_TAPE_1: specifying archive log(s) in backup set
    input archive log thread=1 sequence=2879 recid=688 stamp=722953267
    input archive log thread=1 sequence=2880 recid=689 stamp=722960690
    input archive log thread=1 sequence=2881 recid=691 stamp=722963294
    input archive log thread=1 sequence=2882 recid=690 stamp=722963293
    input archive log thread=1 sequence=2883 recid=692 stamp=722963296
    input archive log thread=1 sequence=2884 recid=693 stamp=722963703
    input archive log thread=1 sequence=2885 recid=694 stamp=722963703
    input archive log thread=1 sequence=2886 recid=695 stamp=722963705
    channel ORA_SBT_TAPE_1: starting piece 1 at 29-JUN-10
    channel ORA_SBT_TAPE_1: finished piece 1 at 29-JUN-10
    piece handle=/backup/SIEB_290620100629_full_qelhf37t_1_1 comment=API Version 2.0,MMS Version 5.0.0.0
    channel ORA_SBT_TAPE_1: backup set complete, elapsed time: 00:00:56
    Finished backup at 29-JUN-10
    Starting backup at 29-JUN-10
    using channel ORA_SBT_TAPE_1
    channel ORA_SBT_TAPE_1: starting full datafile backupset
    channel ORA_SBT_TAPE_1: specifying datafile(s) in backupset
    input datafile fno=00020 name=/u01/oradata/SIEB/data/tbs_siebel_data_01.dbf
    input datafile fno=00002 name=/u02/oradata/SIEB/system/undotbs02_02.dbf
    input datafile fno=00001 name=/u02/oradata/SIEB/system/system01.dbf
    input datafile fno=00011 name=/u01/oradata/SIEB/data/tbs_siebview_01.dbf
    input datafile fno=00025 name=/u01/oradata/SIEB/data/undotbs02_01.dbf
    input datafile fno=00018 name=/u01/oradata/SIEB/data/tbs_siebel_empty.dbf
    input datafile fno=00022 name=/u01/oradata/SIEB/data/users_01.dbf
    input datafile fno=00019 name=/u01/oradata/SIEB/data/invoice_app_data01.dbf
    input datafile fno=00015 name=/u01/oradata/SIEB/data/tbs_dwhview_01.dbf
    input datafile fno=00010 name=/u01/oradata/SIEB/data/dm_casebase_docbase_01.dbf
    input datafile fno=00014 name=/u01/oradata/SIEB/data/tbs_siebdw_data_01.dbf
    input datafile fno=00016 name=/u01/oradata/SIEB/data/tbs_igd_01.dbf
    input datafile fno=00017 name=/u01/oradata/SIEB/data/igd_eim_01.dbf
    input datafile fno=00013 name=/u01/oradata/SIEB/data/dm_imdoc_docbase_01.dbf
    input datafile fno=00023 name=/u01/oradata/SIEB/data/perfstat_01.dbf
    input datafile fno=00012 name=/u01/oradata/SIEB/data/dm_imdoc_audit_01.dbf
    input datafile fno=00021 name=/u01/oradata/SIEB/data/tools_01.dbf
    input datafile fno=00009 name=/u01/oradata/SIEB/data/dm_casebase_audit_01.dbf
    channel ORA_SBT_TAPE_1: starting piece 1 at 29-JUN-10
    channel ORA_SBT_TAPE_1: finished piece 1 at 29-JUN-10
    piece handle=SIEB_290620100629_full_qflhf39l_1_1 comment=API Version 2.0,MMS Version 5.0.0.0
    channel ORA_SBT_TAPE_1: backup set complete, elapsed time: 00:12:36
    channel ORA_SBT_TAPE_1: starting full datafile backupset
    channel ORA_SBT_TAPE_1: specifying datafile(s) in backupset
    input datafile fno=00006 name=/u03/oradata/SIEB/index/tbs_siebbig_index01.dbf
    input datafile fno=00024 name=/u03/oradata/SIEB/index/tbs_siebel_index_01.dbf
    input datafile fno=00004 name=/u03/oradata/SIEB/index/tbs_siebdw_index_01.dbf
    input datafile fno=00005 name=/u03/oradata/SIEB/index/tbs_igd_index01.dbf
    input datafile fno=00007 name=/u03/oradata/SIEB/index/dm_casebase_index_01.dbf
    input datafile fno=00008 name=/u03/oradata/SIEB/index/dm_imdoc_index_01.dbf
    input datafile fno=00003 name=/u03/oradata/SIEB/index/tbs_invoice_index01.dbf
    channel ORA_SBT_TAPE_1: starting piece 1 at 29-JUN-10
    channel ORA_SBT_TAPE_1: finished piece 1 at 29-JUN-10
    piece handle=SIEB_290620100629_full_qglhf419_1_1 comment=API Version 2.0,MMS Version 5.0.0.0
    channel ORA_SBT_TAPE_1: backup set complete, elapsed time: 00:07:15
    Finished backup at 29-JUN-10
    Starting backup at 29-JUN-10
    current log archived
    using channel ORA_SBT_TAPE_1
    channel ORA_SBT_TAPE_1: starting archive log backupset
    channel ORA_SBT_TAPE_1: specifying archive log(s) in backup set
    input archive log thread=1 sequence=2887 recid=696 stamp=722964956
    channel ORA_SBT_TAPE_1: starting piece 1 at 29-JUN-10
    channel ORA_SBT_TAPE_1: finished piece 1 at 29-JUN-10
    piece handle=/backup/SIEB_290620100629_full_qhlhf4es_1_1 comment=API Version 2.0,MMS Version 5.0.0.0
    channel ORA_SBT_TAPE_1: backup set complete, elapsed time: 00:00:57
    Finished backup at 29-JUN-10
    Starting Control File and SPFILE Autobackup at 29-JUN-10
    piece handle=c-1097630847-20100629-04 comment=API Version 2.0,MMS Version 5.0.0.0
    Finished Control File and SPFILE Autobackup at 29-JUN-10
    sql statement: Alter System Switch logfile
    Starting backup at 29-JUN-10
    using channel ORA_SBT_TAPE_1
    channel ORA_SBT_TAPE_1: starting full datafile backupset
    channel ORA_SBT_TAPE_1: specifying datafile(s) in backupset
    including standby controlfile in backupset
    channel ORA_SBT_TAPE_1: starting piece 1 at 29-JUN-10

    Thxs for Reply
    But When I type Allocate Channel as you suggested I get Error
    ORA-19502: write error on file "qslhf5sr_1_1", blockno 1 (blocksize=8192)
    RMAN> run
    2> {
    3> allocate channel c1 type disk;
    4> sql "Alter System Switch logfile";
    5> sql "Alter System Archive Log Current";
    6> Backup database plus archivelog format '/backup/%d_%D%M%T_full_%U';
    7> sql "Alter System Switch logfile";
    8> Backup current controlfile for standby format '/backup/%U_$ORACLE_SID';
    9> sql "Alter System Switch logfile";
    10> Backup filesperset 10 ArchiveLog all;
    11> }
    starting full resync of recovery catalog
    full resync complete
    released channel: ORA_SBT_TAPE_1
    allocated channel: c1
    channel c1: sid=12 devtype=DISK
    sql statement: Alter System Switch logfile
    sql statement: Alter System Archive Log Current
    Starting backup at 29-JUN-10
    current log archived
    skipping archive log file /u03/archive/SIEB/1_2879.dbf; already backed up 1 time(s)
    skipping archive log file /u03/archive/SIEB/1_2880.dbf; already backed up 1 time(s)
    skipping archive log file /u03/archive/SIEB/1_2881.dbf; already backed up 1 time(s)
    skipping archive log file /u03/archive/SIEB/1_2882.dbf; already backed up 1 time(s)
    skipping archive log file /u03/archive/SIEB/1_2883.dbf; already backed up 1 time(s)
    skipping archive log file /u03/archive/SIEB/1_2884.dbf; already backed up 1 time(s)
    skipping archive log file /u03/archive/SIEB/1_2885.dbf; already backed up 1 time(s)
    skipping archive log file /u03/archive/SIEB/1_2886.dbf; already backed up 1 time(s)
    skipping archive log file /u03/archive/SIEB/1_2887.dbf; already backed up 1 time(s)
    skipping archive log file /u03/archive/SIEB/1_2888.dbf; already backed up 1 time(s)
    skipping archive log file /u03/archive/SIEB/1_2889.dbf; already backed up 1 time(s)
    skipping archive log file /u03/archive/SIEB/1_2890.dbf; already backed up 1 time(s)
    skipping archive log file /u03/archive/SIEB/1_2891.dbf; already backed up 1 time(s)
    skipping archive log file /u03/archive/SIEB/1_2892.dbf; already backed up 1 time(s)
    skipping archive log file /u03/archive/SIEB/1_2893.dbf; already backed up 1 time(s)
    channel c1: starting piece 1 at 29-JUN-10
    channel c1: finished piece 1 at 29-JUN-10
    piece handle=/backup/SIEB_290620100629_full_qrlhf5on_1_1 comment=NONE
    channel c1: backup set complete, elapsed time: 00:02:12
    Finished backup at 29-JUN-10
    Starting backup at 29-JUN-10
    channel c1: starting full datafile backupset
    channel c1: specifying datafile(s) in backupset
    input datafile fno=00020 name=/u01/oradata/SIEB/data/tbs_siebel_data_01.dbf
    input datafile fno=00002 name=/u02/oradata/SIEB/system/undotbs02_02.dbf
    input datafile fno=00001 name=/u02/oradata/SIEB/system/system01.dbf
    input datafile fno=00011 name=/u01/oradata/SIEB/data/tbs_siebview_01.dbf
    input datafile fno=00025 name=/u01/oradata/SIEB/data/undotbs02_01.dbf
    input datafile fno=00018 name=/u01/oradata/SIEB/data/tbs_siebel_empty.dbf
    input datafile fno=00022 name=/u01/oradata/SIEB/data/users_01.dbf
    input datafile fno=00019 name=/u01/oradata/SIEB/data/invoice_app_data01.dbf
    input datafile fno=00015 name=/u01/oradata/SIEB/data/tbs_dwhview_01.dbf
    input datafile fno=00010 name=/u01/oradata/SIEB/data/dm_casebase_docbase_01.dbf
    input datafile fno=00014 name=/u01/oradata/SIEB/data/tbs_siebdw_data_01.dbf
    input datafile fno=00016 name=/u01/oradata/SIEB/data/tbs_igd_01.dbf
    input datafile fno=00017 name=/u01/oradata/SIEB/data/igd_eim_01.dbf
    input datafile fno=00013 name=/u01/oradata/SIEB/data/dm_imdoc_docbase_01.dbf
    input datafile fno=00023 name=/u01/oradata/SIEB/data/perfstat_01.dbf
    input datafile fno=00012 name=/u01/oradata/SIEB/data/dm_imdoc_audit_01.dbf
    input datafile fno=00021 name=/u01/oradata/SIEB/data/tools_01.dbf
    input datafile fno=00009 name=/u01/oradata/SIEB/data/dm_casebase_audit_01.dbf
    channel c1: starting piece 1 at 29-JUN-10
    released channel: c1
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of backup command at 06/29/2010 16:00:34
    ORA-19502: write error on file "qslhf5sr_1_1", blockno 1 (blocksize=8192)
    ORA-27072: skgfdisp: I/O error
    Linux-x86_64 Error: 2: No such file or directory
    RMAN>

  • Is anybody using RDX Removable Disk Backup System

    I´m sorry, this a new post about an old discussion but I would like to start a fresh dialogue for today; 2011.
    Is anybody using RDX Removable Disk Backup System (with or without T.Machine).
    An affordable alternative to LTO tape? Proved compatibility with Mac OS?
    Is it possible to insert a RDX drive as a second optic unit inside a Mac Pro?
    Any happy RDX+mac user, so far?
    Thanks.

    I'm not using RDX on a Mac, but I do have one client I'm using RDX for a Windows server.  While RDX is somewhat cost effective over LTO/Ultrium, IMHO it probably wouldnt' be the best for Time Machine.  Time Machine expects the previous backup to be online and if you switch cartridges, TM would have to create a new backup from scratch.  Then if you switch back the cartridges, your TM bundles are out of sync.  I'm not saying it's not possible, but that this is not the "normal" way TM works.  So you need to understand what you need to do if you were planning to switch cartridges.  (If you weren't planning to switch cartridges, then a "normal" external or internal hard drive is more cost effective than RDX.)
    RDX cartridges are basically 2.5" SATA hard drives.  The RDX "drive" is, for the most part, just a SATA to USB converter.  (Or SATA to eSATA or whatever interface you get.)  On the PC the advantage is that you don't have to "safely remove hardware" and you don't lose the drive letter.  On the Mac, a "normal" external hard drive is almost as convinient as RDX, since there's no drive letter to worry about.  The RDX's advantage on the Mac would be not having to plug/unplug a USB cable on the external units.  I suppose you could get an internal eSATA RDX to put into a Mac.  I don't know of anyone doing that.
    I did use my client's USB RDX drive on his Macbook, just to see what we could do with it.  While it worked, we didn't do extensive testing so I can't comment on long term satisfaction with OSX.  But so far it's been reliable with Windows for almost two years.  (Windows Server 2008 with Backup Exec 2010.)  However since RDX is basically just a hard drive, I've gotten the client to realize that in a year or two, we'll probably have to start replacing cartridges, assuming his data size doesn't grow beyond the RDX capacity.  This is based on the assumption that the RDX cartridges would have similar longevity to laptop hard drives, which have 3-5 year warranties.  We probably will get more lifespan than that, but better to have the client plan in the budget now, rather than have backups fail.

  • RDX removable disk cartridges usable for backup?

    Hello:
    Has anyone had any experience using RDX removable disk cartridges for Time Machine or EMC retrospect? It's a new storage platform to me. My VXA-2 tape drive went and I was looking at this removable disk system. It seems like an alternative to tapes.
    Anyone with any thoughts on using this with Retrospect or Time Machine.
    Thanks,
    Rick

    I'm not familiar with them, but from what I see on the web site, yes, it might be a good alternative to tape (didn't know anybody still used tape!)
    It doesn't look like this would be compatible with Time Machine, though, since it's a network device. If it can't be attached directly to a Mac via FireWire or USB (or a Time Capsule via USB), it's probably not going to work with TIme Machine: http://docs.info.apple.com/article.html?path=Mac/10.6/en/15139.html
    Even if you could get TM to back up to it, the removable feature is at cross-purposes to Time Machine: one of Time Machine's big advantages is the quick hourly backups, always easily available for recovering a previous version of something changed or deleted in error.
    While you could back up and take the disk(s) offsite, it would likely be much cheaper to get a pair of portable external HDs: use one for a week or so, then take it off-site and swap with the other; or do Time Machine backups to a desktop external, and periodic bootable "clones" or other image-type backups to a portable you can take offsite.

  • I want to be format my hard disk, but want to take a backup copy of information from the Firefox and passwords and book marks so retrieved after formatThank you

    I want to be format my hard disk, but want to take a backup copy of information from the Firefox and passwords and book marks so retrieved after format
    Thank you

    For backing up bookmarks, see [[Backing up and restoring bookmarks]]
    If you want to back up passwords, you need to use an extension such as Password Exporter. This is located at https://addons.mozilla.org/en-US/firefox/addon/2848/ .

  • RMAN backup to write on tape and disk in the same time

    Hi all,
    I want to take backup using RMAN and to have the backup file in a tape and a disk, i know i can allocate channel for tape, or disk. My question is can i use the both disk and tape in an rman backup one time. I mean i want to have rman writing backup file in a local disk and a tape in the same time to have redoundant backup at a tape and local disk.
    If some scripts is there, it will be welcome.
    Thanks
    Raitsarevo

    See Duplexing backup sets.

  • Disk/Tape backup?

    Hi, All:
    We have a new system installed Oracle 8.1.6. Now we are considering the method of Backup/Recovery.
    In our system 2 disks and 1 tape device can be used for backup. And I think there are 2 ways to use them:
    1). 1 disk : archive log;
    1 disk : backup using by RMAN;
    1 tape : backup's backup
    2). 1 disk : archive log;
    1 disk : the copy of the archive log;
    1 tape : backup using by RMAN;
    I don't know which is better? which is common?(The data size is about 20GB)
    Can anybody give me some advices?
    Thanks.
    null

    All you need to do is take the backup file from FRA to tape.
    HTH--

  • Backup set in the tape. copied into disk. how to recover using RMAN

    I have backup set in the tape. copied into disk. how to recover using RMAN
    any link and steps please

    It should be something like the following, but really you should read and understand the rman documentation first ...
    1. restore the controlfile
    sqlplus / as sysdba
    startup nomount
    exit
    rman
    connect target /
    restore controlfile from '/path to the controlfile backup piece';
    exit
    sqlplus / as sysdba
    alter database mount
    exit
    2. catalog the backup pieces
    rman
    connect target /
    catalog start with '/path to backup pieces';
    3. restore the database
    rman
    connect target /
    restore database
    4. recover the database
    rman
    connect target /
    recover database
    5. open the database
    sqlplus / as sysdba
    alter database open resetlogs;

Maybe you are looking for

  • Urgent Help Needed in I/O

    Hai Friends I am having content of a file as byte array.Now i have to create a File Object from the bytes,but should not write the bytes to a file in local, i have to create the File object n the fly without storing the bytes to any local disk

  • Screen painter button image

    Hello Can anyone tell me if it possible to put an image on a button in the screen painter? I would like buttons like in "Tax Report - Selection Criteria" form (i.e. an up- and a down-button), but I don't succeed in putting such an image on the button

  • Open Hub Destination-Third Party Tool

    dear all, can any one guide me as to how data(master data in particular) from bw can be transferred to oracle data base using open hub destiantion.is rfc connection between bw and third part tool enough,do we have to maintain the same structure in th

  • Re: Help in Oracle DB 11gR2 & Oracle 11gR2 Forms & reports Installation

    i just want Help in Oracle Database 11gR2 & Oracle 11gR2 Forms & reports Installation iam unable to install 11g Database & Forms_Reports Developer in the Windows XP. Kindly Help me regards venugopal

  • Hello World in SAP NW Developer Studio

    Hi, Was wondering if someone could provide me (or guide me) to a step-by-step guide on creating a "Hello World" application within SAP Portal using the SAP NetWeaver Developer Studio. Thanks very much.