RMAN, any backup data file.

Dear...

I have a scenario.

Backup RMAN - yesterday.

DataFile added today, and he lost in the evening. How a datafile restore/restore with RMAN, as data file has been saved in the last backup RMAN.

Version: 10.2.0.1.0

Kind regards.

YES, below.

name of the archived log file = C:\ORACLE\FLASH_RECOVERY_AREA\ORCL\ARCHIVELOG\2012_02_21\O1_MF_1_18_7N6MQBWS_. Wire ARC = 1 sequence = 18
The creation data file file number = 7 name = C:\ORACLE\ORADATA\ORCL\USERS03. DBF

RMAN> backup database;

Starting backup at 21-FEB-12
allocated channel: ORA_DISK_1
channel ORA_DISK_1: SID=133 device type=DISK
channel ORA_DISK_1: starting full datafile backup set
channel ORA_DISK_1: specifying datafile(s) in backup set
input datafile file number=00001 name=C:\ORACLE\ORADATA\ORCL\SYSTEM01.DBF
input datafile file number=00002 name=C:\ORACLE\ORADATA\ORCL\SYSAUX01.DBF
input datafile file number=00003 name=C:\ORACLE\ORADATA\ORCL\UNDOTBS01.DBF
input datafile file number=00005 name=C:\ORACLE\ORADATA\ORCL\EXAMPLE01.DBF
input datafile file number=00006 name=C:\ORACLE\ORADATA\ORCL\USERS02.DBF
input datafile file number=00004 name=C:\ORACLE\ORADATA\ORCL\USERS01.DBF
channel ORA_DISK_1: starting piece 1 at 21-FEB-12
channel ORA_DISK_1: finished piece 1 at 21-FEB-12
piece handle=C:\ORACLE\FLASH_RECOVERY_AREA\ORCL\BACKUPSET\2012_02_21\O1_MF_NNNDF_TAG20120221T132643_7N6MKWPX_.BKP tag=TAG20120221T132643 comment=NONE
channel ORA_DISK_1: backup set complete, elapsed time: 00:00:55
Finished backup at 21-FEB-12

Starting Control File and SPFILE Autobackup at 21-FEB-12
piece handle=C:\ORACLE\FLASH_RECOVERY_AREA\ORCL\AUTOBACKUP\2012_02_21\O1_MF_S_775834060_7N6MMO5Q_.BKP comment=NONE
Finished Control File and SPFILE Autobackup at 21-FEB-12

RMAN> exit

SQL> alter tablespace users add datafile 'C:\ORACLE\ORADATA\ORCL\USERS03.dbf' size 10m;

Tablespace altered.

SQL>

SQL> alter system switch logfile;

System altered.

SQL> startup force mount exclusive restrict;
ORACLE instance started.

Total System Global Area  778387456 bytes
Fixed Size                  1374808 bytes
Variable Size             310379944 bytes
Database Buffers          461373440 bytes
Redo Buffers                5259264 bytes
Database mounted.
SQL> drop database;

Database dropped.

Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
SQL>    exit

C:\Users\bn2676>sqlplus / as sysdba

SQL*Plus: Release 11.2.0.1.0 Production on Tue Feb 21 13:51:27 2012

Copyright (c) 1982, 2010, Oracle.  All rights reserved.

Connected to an idle instance.

SQL> startup nomount
ORACLE instance started.

Total System Global Area  778387456 bytes
Fixed Size                  1374808 bytes
Variable Size             310379944 bytes
Database Buffers          461373440 bytes
Redo Buffers                5259264 bytes
SQL> exit
Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options

C:\Users\bn2676>rman target /

Recovery Manager: Release 11.2.0.1.0 - Production on Tue Feb 21 13:51:52 2012

Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved.

connected to target database: ORCL (not mounted)

RMAN> restore controlfile from 'C:\ORACLE\FLASH_RECOVERY_AREA\ORCL\AUTOBACKUP\2012_02_21\O1_MF_S_775834060_7N6MMO5Q_.BKP';

Starting restore at 21-FEB-12
using target database control file instead of recovery catalog
allocated channel: ORA_DISK_1
channel ORA_DISK_1: SID=63 device type=DISK

channel ORA_DISK_1: restoring control file
channel ORA_DISK_1: restore complete, elapsed time: 00:00:03
output file name=C:\ORACLE\ORADATA\ORCL\CONTROL01.CTL
output file name=C:\ORACLE\FLASH_RECOVERY_AREA\ORCL\CONTROL02.CTL
Finished restore at 21-FEB-12

RMAN> sql 'alter database mount';

sql statement: alter database mount
released channel: ORA_DISK_1

RMAN> restore database;

Starting restore at 21-FEB-12
Starting implicit crosscheck backup at 21-FEB-12
allocated channel: ORA_DISK_1
channel ORA_DISK_1: SID=63 device type=DISK
Crosschecked 8 objects
Finished implicit crosscheck backup at 21-FEB-12

Starting implicit crosscheck copy at 21-FEB-12
using channel ORA_DISK_1
Finished implicit crosscheck copy at 21-FEB-12

searching for all files in the recovery area
cataloging files...
cataloging done

List of Cataloged Files
=======================
File Name: C:\ORACLE\FLASH_RECOVERY_AREA\ORCL\ARCHIVELOG\2012_02_21\O1_MF_1_18_7N6MQBWS_.ARC
File Name: C:\ORACLE\FLASH_RECOVERY_AREA\ORCL\ARCHIVELOG\2012_02_21\O1_MF_1_19_7N6NXV4M_.ARC
File Name: C:\ORACLE\FLASH_RECOVERY_AREA\ORCL\AUTOBACKUP\2012_02_21\O1_MF_S_775834060_7N6MMO5Q_.BKP
File Name: C:\ORACLE\FLASH_RECOVERY_AREA\ORCL\AUTOBACKUP\2012_02_21\O1_MF_S_775834547_7N6N2WHN_.BKP

using channel ORA_DISK_1

channel ORA_DISK_1: starting datafile backup set restore
channel ORA_DISK_1: specifying datafile(s) to restore from backup set
channel ORA_DISK_1: restoring datafile 00001 to C:\ORACLE\ORADATA\ORCL\SYSTEM01.DBF
channel ORA_DISK_1: restoring datafile 00002 to C:\ORACLE\ORADATA\ORCL\SYSAUX01.DBF
channel ORA_DISK_1: restoring datafile 00003 to C:\ORACLE\ORADATA\ORCL\UNDOTBS01.DBF
channel ORA_DISK_1: restoring datafile 00004 to C:\ORACLE\ORADATA\ORCL\USERS01.DBF
channel ORA_DISK_1: restoring datafile 00005 to C:\ORACLE\ORADATA\ORCL\EXAMPLE01.DBF
channel ORA_DISK_1: restoring datafile 00006 to C:\ORACLE\ORADATA\ORCL\USERS02.DBF
channel ORA_DISK_1: reading from backup piece C:\ORACLE\FLASH_RECOVERY_AREA\ORCL\BACKUPSET\2012_02_21\O1_MF_NNNDF_TAG20120221T132643_7N6MKWPX_.BKP
channel ORA_DISK_1: piece handle=C:\ORACLE\FLASH_RECOVERY_AREA\ORCL\BACKUPSET\2012_02_21\O1_MF_NNNDF_TAG20120221T132643_7N6MKWPX_.BKP tag=TAG20120221T132643
channel ORA_DISK_1: restored backup piece 1
channel ORA_DISK_1: restore complete, elapsed time: 00:00:56
Finished restore at 21-FEB-12

R recover database;

Starting recover at 21-FEB-12
using channel ORA_DISK_1

starting media recovery

archived log for thread 1 with sequence 18 is already on disk as file C:\ORACLE\FLASH_RECOVERY_AREA\ORCL\ARCHIVELOG\2012_02_21\O1_MF_1_18_7N6MQBWS_.ARC
archived log for thread 1 with sequence 19 is already on disk as file C:\ORACLE\FLASH_RECOVERY_AREA\ORCL\ARCHIVELOG\2012_02_21\O1_MF_1_19_7N6NXV4M_.ARC
archived log file name=C:\ORACLE\FLASH_RECOVERY_AREA\ORCL\ARCHIVELOG\2012_02_21\O1_MF_1_18_7N6MQBWS_.ARC thread=1 sequence=18
creating datafile file number=7 name=C:\ORACLE\ORADATA\ORCL\USERS03.DBF
archived log file name=C:\ORACLE\FLASH_RECOVERY_AREA\ORCL\ARCHIVELOG\2012_02_21\O1_MF_1_18_7N6MQBWS_.ARC thread=1 sequence=18
archived log file name=C:\ORACLE\FLASH_RECOVERY_AREA\ORCL\ARCHIVELOG\2012_02_21\O1_MF_1_19_7N6NXV4M_.ARC thread=1 sequence=19
unable to find archived log
archived log thread=1 sequence=20
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of recover command at 02/21/2012 13:54:04
RMAN-06054: media recovery requesting unknown archived log for thread 1 with sequence 20 and starting SCN of 1226889

RMAN> sql 'alter database open resetlogs';

sql statement: alter database open resetlogs

RMAN> exit

Recovery Manager complete.

C:\Users\bn2676>sqlplus / as sysdba

SQL*Plus: Release 11.2.0.1.0 Production on Tue Feb 21 13:54:42 2012

Copyright (c) 1982, 2010, Oracle.  All rights reserved.

Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options

SQL> select file_name from dba_data_files where tablespace_name='USERS';

FILE_NAME
--------------------------------------------------------------------------------
C:\ORACLE\ORADATA\ORCL\USERS01.DBF
C:\ORACLE\ORADATA\ORCL\USERS02.DBF
C:\ORACLE\ORADATA\ORCL\USERS03.DBF

SQL>

Tags: Database

Similar Questions

  • Why does not define RMAN bkp merge data files and the archivelogs in a single bkp

    version: 11.2.0.3

    Why not RMAN backup data files (fusion) handset and the archivelogs in a single backupset?

    Published by: Y.Ramlet on April 15, 2013 07:15

    Changed the subject line to clarity

    What would be the advantage?

    ArchiveLogs must be independent of the specific database backups. ArchiveLogs can be used for the review (RECOVER) a database to a point in time beyond the backup database. Can I get L0 data backups once a week and backups of databases L1 on a daily basis with the ArchiveLogs daily. The ArchiveLogs should not be bound to the L0, or L1 backups but be useful to RECOVER the database to any point in time.

    Hemant K Collette

  • Backup files Vista - "Windows could not find any backup sets [file path]."

    I have a Vista computer.  The hard drive broke so until I replaced it I backed up all the files on the computer to another computer running Windows 7. I did it in the backup and Restore Center.  I made a backup of files, not a full backup of the system (I've seen the full backup of the system mentioned in other posts, but that was not an option... maybe which is only available on Vista Premium).  In any case, I replaced the hard drive and then try to restore the files, but I get the message "Windows could not find any backup sets [file path]."  Anyone have any ideas?  Thank you.

    Here is an article on the restore procedure:http://www.vista4beginners.com/How-to-restore-files to make sure you do this right.  It's a selective restore of a full or selective backup (not a full restore from a full backup) - but since you did a full backup, it matches your process more closely than would a full restore.

    Here is an article on the advanced use of restoration (during normal restore does not work):http://www.mayankraichura.com/post/2009/08/06/Avdvanced-Restore-via-Windows-Vista-Backup-and-Restore-Center.aspx.

    Restore files from a backup
    http://Windows.Microsoft.com/en-us/Windows-Vista/restore-files-from-a-backup

    Back up and restore: frequently asked questions
    http://Windows.Microsoft.com/en-us/Windows-Vista/back-up-and-restore-frequently-asked-questions

    I also found the following (but don't know if it of true or not):

    1. after the start of "backup and Restore Center."

    2. I chose "Advanced Restore"

    3. I was did not an administrator password... maybe because my account is an administrator account.

    4 choose "files from a backup made on a different computer.

    5. in the dialog box indicating "Select the location of the backup to restore", select "hard drive, CD or DVD...". »

    6. under the drop-down list box, select your drive/partition and continue

    7. If all the backups on your drive, it will show a list of them.

    8. in my case, he showed a backup, but in the backup location, it will show "backup location is not available."

    9. I was frustrated, but then I somehow just select this backup (Yes... even if he said that thebackup location is not available " ")

    10. and you press "next".

    11 guess what... no error!

    12. a window appeared asking me if I wanted to do a full restore, or I want to select specific folders or files.

    13. I selected the folders I wanted to restore and bingo... it their restored smoothly.

    14. so that the next time see a mistake, try to continue with him... ;)

    I don't know if this will help, but it does not provide much information about the process (when it works).  I hope you find any error or discrepancy in your procedure and it will clear up and allow you to restore.

    I hope this helps.

    Good luck!
    Lorien - MCSA/MCSE/network + / has + - if this post solves your problem, please click the 'Mark as answer' or 'Useful' button at the top of this message. Marking a post as answer, or relatively useful, you help others find the answer more quickly.

  • Creating a new controlfile with RMAN backup data files

    Hello

    I use oracle 10g (10.2.0.1) in RHEL5 server. I am trying to restore a RMAN backup from one server to another server again with the new name of the comic. I took on the RMAN backup spfile and created her pfile and edited the file pfile with new dbname and directory structure and launched the db in nomount with new pfile. Today I restored the backup controfile RMAN has tried to put the database in State of Mount. But it failed due to the error below

    RMAN-03002: failure of alter db command at 21:44:56 05/11/2012
    ORA-01103: name "ORADB" in the control of the database file is not 'DEVDB '.

    So I stop the database and started the db in nomount with new pfile and tried to create the controlfile with new db name, but he didn't like it is looking for the data files.

    ORA-01503: CREATE CONTROLFILE failed
    ORA-01565: error in file identification
    ' / u01/app/oracle/oradata/DEVDB/datafile/o1_mf_system_80jq0kfw_.dbf'
    ORA-27037: unable to get file status
    Linux error: 2: no such file or directory
    Additional information: 3

    All my data files in my RMAN backup. How to get the data files of RMAN backup in the above scenario?

    Kind regards
    007

    restaurer restore as ORADB, then rename the database with DBNEWID
    http://docs.Oracle.com/CD/B19306_01/server.102/b14215/dbnewid.htm

    or use duplicate instead of restore

  • extract the rman backup data file

    Hello
    I want to search when logical corruption occurs in my database, so I want to extract my rman backup and test a file with db_verify.
    But I don't want to recover the database. How to extract a file without recovery and destroing database work?

    thnx
    Podkov

    You must perform the RESTORE in an auxiliary instance - preferably on another server.

    Note: If you do it on the same server, make sure that
    a. you do not connect to the same database instance
    b. you set NEWNAME so that the data file is extracted to a different location

  • RMAN & read-only data files

    DB: 10.2.0.4 (just upgraded from 8i)
    Win 2008 64-bit operating system

    This is the first backup of the 10g database after the upgrade & with RMAN.
    I copied all the backup files to another server to test and try to create a new database.

    The backup script was: -.
    run
    {
    backup as compressed backupset database more archivelog delete all entries;
    }

    When I run the BACKUP from the LIST, I can see the data files read-only listed with the rest of the files.

    On the second test server, I mounted the database & run a restore command.
    run
    {
    allocate channel d1 type disk;
    restore the database;
    }

    He restored all the files except those unalterable. So now, I get an error "alter database open resetlogs ' may fail because the RO data files are missing.

    I tried to do the restore using RESTORE DATABASE CHECK READONLY, but now I get an error saying: -.

    RMAN-00571: ===========================================================
    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
    RMAN-00571: ===========================================================
    RMAN-03002: failure of the restore command at 2010-05-21 14:56:30
    RMAN-06026: some targets not found - abandonment of restoration
    RMAN-06023: no backup or copy of datafile 8 found to restore
    RMAN-06023: no backup or copy of 7 found to restore

    But the BACKUP from the LIST is displayed data readonly files in the list.

    How to make this work?

    If you have physical copies of the datafiles made after the Tablespace has been read-only restoring them (using the operating system utilities).

    Hemant K Collette

  • Use of a single tablespace or backup data file

    Hello

    I read the RMAN manual and I'm quite familiar with backup a tablespace or data file, but I can find very little uses for it. Backup upward a tablespace is useful for the TPITR, but since who needs another instance sound very little useful in most production environments. I think that you cannot restore an older version of tablespace in a normal database, except if the tablespace has been done long read-only, in which case RMAN optimizations will do the trick.
    Still less use that I can find for the backup of the data file. I have absolutely no idea of what you can do with a single data file.

    Can you please tell me about the uses of these RMAN features?

    Thank you.

    Hi again!

    OK, you're right. If you are using noarchivelog moden then a partial database backup is no useful. Only the archivelogmode can make a useful partial backup of DB.

    Best regards

    Florian W.

  • IMac WITH TIME MACHINE WE BACKUP DATA FILES (MS Money) VMF

    Anyone know how to make a backup of the files to merge with Time Machine data?  I'm just using a virtual machine, no Boot Camp.  OS is XP running Microsoft Money and wish for these data files will be saved, as they automatically on Time Machine backup.  I tried to reset the backup to the shared folder destination, but then could not find it in the shared folder.

    Thank you

    ANNUAL GENERAL MEETING

    It is stored in the file package VM, with everything else. So I think you're wondering if you can save the snapshot itself, without having to save the rest of the files for this virtual machine. The answer is probably not "easily", although I'm sure that others with more experience can give you a more detailed answer.

    The long and short if this is probably: If all you want to do, on a regular basis, save the files that are inside the virtual machine that have been changed (for example Money files), you must store them outside of the virtual machine (usually on a shared folder). But make sure you back up the virtual machine itself at least once, and probably whenever you install something again. But of course it depends on how paranoid, you will lose your hard drive (and paranoia is not always a bad thing, aty least in this case).

    Dan

  • a backup controlfile and data files but not archive file db 11 g xe

    a backup data files and controlfile but not to redo file db is r2 xe 11g... was trying to backup closed... again missed...

    in any case to restore the back Pb...
    I forgot to backup log file...
    DB has been closed... properly
    much appreciated info.
    see you soon

    Published by: zycoz100 on February 27, 2013 04:42
    I do not have these 2 files newspapers... in the destination mentioned

    Is no question, the create controlfile statement specifies redo filenames - if they do not exist, the Forum could gripe about it, but they will be created at the start of the backup database redo information.

    And if you don't like the names, this problem, which is:

    -- change:
    ... group 1 '\O1_MF_1_80L7C259_.LOG' size ... ,
    group 2 '\O1_MF_2_80L7C375_.LOG' size ...
    -- to
    'C:\oraclexe\app\oracle\oradata\XE\redo\redo01.dbf' size ... ,
    'C:\oraclexe\app\oracle\oradata\XE\redo\redo02.dbf' size ...
    -- if you want three redo files that's fine too- add  group 3 ...
    , group 3 'C:\oraclexe\app\oracle\oradata\XE\redo\redo03.dbf' size ... 
    

    You will have to make the folder "remake", part complete must be a valid directory. The "out of the box" installation program in the tenth place redo files in the flash recovery area. And FRA imposes an arbitrary size limit, 10 GB, I think. Better to point files redo to a different folder, not in the location of the FRA.

    Redo files can also have several members, for extra protection. If at least one member of a group of redo is integrated the database will continue to run. Specify additional members with:

    group 1 ( '\redo01.dbf', '\redo01.dbf' ) size ... ,
    group 2 ( '\redo02.dbf', '\redo02.dbf' ) size ... ,
    group 3 ( '\redo03.dbf', '\redo03.dbf' ) size ... 
    

    I always name the files redo with an extension .dbf, at one point, there was a system administrator I looking a little too aggressive log files that "had to be cleaned up to save space.

    Good for him, he has released a few MB of disk space.

    Bad for me, the instance crashes as soon as he tried to write in a missing file again.

  • Retrieve a data file from a backup on another server

    Hi all

    I usually take backup hot data files to a different like that server because I don't have enough space in the same server. I have

    SQL > alter tablespace XXXX begin backup;
    SCP/bu1/oradaTA/XXXXX/XXXXX host [email protected]: / db1dw/oradata/backup/dec2010/XXXX
    alter tablespace end OPS backup;

    If I want to recover the datafile can I normally do the drop offline from the data file and copy the backup data file that is located in differnet thorugh scp server and check the online data file? and the database is in archivelog mode, but I dislike abt log files. I just need to recover the data file as the last backup.
    or do we have to use all the controls recover datafile? If need to use everything recover datafile command go where it will recover the data file?

    I have not any backup or restore script, I just manually PCs from data files.

    Help please, thanks in advance...

    It is a ' user backups managed by "in the terminology of the Oracle.
    The database does not care how you copy (backup or restore) the data file from a backup location. So, you can use scp to copy the backup to the backup file.
    HOWEVER , you can recover only a datafile to the single point of the backup. Given that the rest of the database (i.e. all the other data files) have advanced further, you must RETRIEVE the DATA file and apply all ArchiveLogs since this backup of data file point to the current point (i.e. recovery would be until it again online that would apply automatically).
    Therefore, if you have had the "transactions" (e.g. deletions) against this tablespace, they will be replayed.

    Hemant K Collette

  • Backup of data files

    What program do you use to backup data files?

    What program do you use to backup data files?

    Hello

    When you post here, you should tell us what operating system you are using.

    If you want to make a complete PC Backup or a backup file only, buy an external hard drive.

    Only Vista professional, comprehensive and company have the opportunity to make complete backups of PC.

    All editions of Vista can do backups of files.

    Here's how to back up and restore your files:

    "How to back up your data.

    http://www.wintuts.com/how-to-backup-your-data

    http://www.home-PC-help.com/windowsvistabackup.html

    "How to restore your files.

    http://www.wintuts.com/how-to-restore-files

    This is how to do a full backup of the computer and how to restore it (for Vista Business, Ultimate and Enterprise only):

    «How to make a backup of the computer in Vista»

    http://www.bleepingcomputer.com/tutorials/how-to-use-Vista-complete-PC-Backup/

    "How to restore a full backup of the computer.

    http://www.bleepingcomputer.com/tutorials/Windows-Vista-complete-PC-Restore/

    FAQ from Microsoft about backup and restore:

    "Back up and restore: frequently asked questions.

    http://Windows.Microsoft.com/en-us/Windows-Vista/back-up-and-restore-frequently-asked-questions

    @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

    This is a very good tutorial about backing up your files in Windows 7.

    The end of it, there is a section for related information that covers about everything that could happen for backups.

    ""The backup of the user and the filesystem in Windows 7 " "

    http://www.SevenForums.com/tutorials/615-backup-user-system-files.html

    @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

    Windows 8.1:

    How to make a backup of files:

    Open the file Explorer in the bar of > go to the file/s you want to put > right-click on > hover over send it to the mouse cursor > select external hard drive or Memory Stick that you plugged them to save.

    _____________________________________________

    "Set up a drive for the file history.

    http://Windows.Microsoft.com/en-us/Windows-8/set-drive-file-history

    "Introducing Windows 8.1: how to back up data with the file history.

    http://www.7tutorials.com/introducing-Windows-8-How-backup-data-file-history

    'Restore the files or folders with the help of the history file'

    http://Windows.Microsoft.com/en-us/Windows-8/how-use-file-history

    @@@@@@@@@@@@@@@@@@@@

    Use the System Image backup

    You can still use System Image backup in Windows 8/8.1.

    "In Windows 8.1 System Image backup.

    https://www.WinHelp.us/system-image-backup-in-Windows-8-1.html

    "Tip windows 8.1: using the System Image backup.

    http://winsupersite.com/Windows-8/Windows-81-tip-use-system-image-backup

    'Restore a System Image in Windows 7 and 8/8.1'

    https://www.WinHelp.us/restore-a-system-image-in-Windows-7.html#reimage

    ______________________________________________

    These are very good programs to use for the backup of the computer and are free:

    "EaseUS Todo Backup free"

    http://www.TODO-backup.com/products/home/free-backup-software.htm

    "Welcome to EaseUS Todo Backup manual"

    http://www.TODO-backup.com/support/help/

    http://www.TODO-backup.com/download/docs/User_Guide.PDF

    ______________________________________________

    "AOMEI Backupper Standard."

    http://www.backup-utility.com/free-backup-software.html

    "Configure and automate of AOMEI Backupper in Windows"

    https://www.WinHelp.us/configure-aomei-backupper-in-Windows.html

    _____________________________________________

    "Macrium Reflect free"

    http://www.Macrium.com/reflectfree.aspx

    «Macrium Reflect Tutorial»

    http://www.Macrium.com/webtutorial/tutorial.asp

    See you soon.

  • With RMAN for backup, but not with the archive logs

    We run a 10.2.0.4 database and the rest 11.2.0.3. All databases are on RHEL 5.7.

    Our backups are via RMAN, with the data files, controlfiles and spfile saved to disk, then each day, it is copied off site to a backup server.

    My question is around logs archiving and RMAN.
    Our current situation is:
    -We do not save the logs to archive via RMAN. for example: backup of the list of the archivelog all; gives "specification does not match backups in the repository.
    -We set the archive_lag_target so archiving logs is produced every 30 minutes.
    -a cron job running on a remote server runs periodically to synchronize data (rsync server) the directory of archives with a remote control.
    -daily archive logs on the server host are bzip. Purge of these newspapers is scheduled for more than 3 days rman 'window of recovery '.

    I'm interested in feedback as to if our strategy around archiving logs is correct or not.

    Should we be backup logs archiving via RMAN? Are there potential problems with our approach?
    We just kept our backups in this way the DBA in the past want to see newspapers archived as opposed to it while a backupset.

    Curious to know what others are doing.

    Hello

    Welcome to OTN!

    Archivelogs with RMAN backup is a better option. When the archives are supported by RMAN, RMAN would be aware of the backup items which are required at the time of the recovery archives. You don't have to do it manually.

    On the disk space, you can delete the archives once they were saved by RMAN.

    RMAN > delete any backup archivelog entry;

    This supports the archivelogs and then remove the archives from the disk.

    If you have a dataguard configured, you can set the deletion policy 'applied on Eve', which removes the archives as and when they are applied to the database ensures there by the management of disk space again.

    RMAN > configure archivelog political of deletion to applied pending;

  • Tungsten T3 - need to DAT file access with address - please help

    I have an old Palm Tungsten T3. The desktop computer with the address information synchronized died and the T3 has lost power (so no more addresses).

    I have a. Backup DAT files with all my addresses. Can someone tell how can I have access to these.

    Palm Desktop 4.1.4e reinstalling did not help because it does not allow me to import. DAT files.

    Can I import this file into any other application or open in Excel etc.?

    Any advice would be much appreciated.

    Thanks in advance.

    You must physically copy the .dat file in the directory of the user on the existing address.dat file.  Find the one with your short hotsync name (i.e. - C:/Program Files/Palm (or PalmOne) / name of your Hotsync/address) and copy the .dat file.

    Make sure that you copy the file and keep another a safe in the case where something goes wrong.  The existing empty address.dat file will be only about 2 k in size.

    Good luck!

    WyreNut

  • Automatically deleted from the storage of the DSO after data files using the command cp ASMCMD... why?

    I installed Oracle database on Linux 6.6, Virtualbox 11.2.0.1.0.

    I used ASM for database storage.

    When I want to perform a backup in offline mode. I stop the database data files and copy to the filesystem as follows (for example).

    ASMCMD [+] > cp +DATA/ora11g/datafile/system.270.883592533/u01/app/oracle

    The files copied with success and also any other data files, logs and controlfiles files. Then, I also rename all the files in editing mode.

    After that, I used the backup files to start the oracle of backup (storage non - ASM with new pfile edited)

    Open successfully from a backup database.

    But when I want to use old spfile to open the database for the storage of the DSO again, a few errors have occurred as no data files in ASM storage.

    I check the contents of the ASM storage with ASMCMD commands. And realize that there only spfile and controlfile located ASM storage and other files: data files and online redo logfiles automatically deleted.

    Why the data files and log files deleted ASM storage? Is this normal? I have no delete all files of the DSO.

    It is actually deleted from the use of the cp command?

    Exactly what we say.  Data in ASM files are OMF (Oracle managed files).  The RENAME translates the DSO by deleting the original file.

    Hemant K Collette

  • Incomplete data file recovery

    Hello

    I use oracle database 10g (10.2.0.10) in RHEL5. I want to make a point in time recovery a backup data file. Through RMAN, I published the following command

    RMAN > run {}
    2 > sql ' alter session set nls_date_format = "dd-mon-yyyy hh24:mi:ss";
    3 > set until that time August 21, 2011 13:04 ';
    4 > restore datafile 4;
    5 > recover datafile 4;
    6 > alter database open resetlogs ;}

    But RMAN made a full recovery. Yet once again, I deleted the data file and restore the backup data file. Now, I wrote the following at the SQL prompt

    SQL > alter session set nls_date_format = 'dd-mon-yyyy hh24:mi:ss ";
    Modified session.
    SQL > recover datafile ' / u01/app/oracle/oradata/ORATESTDB/datafile/o1_mf_users_751h7fmh_.dbf' until August 21, 2011 13:04 ';
    ORA-00274: illegal until recovery option

    It displays the above error. But I am able to perform incomplete recovery of the complete database using RMAN same as above.

    Done datafile point-in-time recovery is not possible? or is there something wrong in my approach?

    Kind regards

    007

    A data file can be recovered to a point in time which is incosistent with the rest of the database.
    (why? Data integrity! A table with several extensions that can cover several data files. You can't have some scopes with data from 12:05 and other extensions into another file of data retrieved using data from 10:05! Even if it's a single datafile tablespace, you will violate referential integrity (whether or not they are applied) If, say, the SALES table has entries until 12:05, but the SALES_LINES table has entries until 10:05!)

    You can make a Tablespace recovery time by using an auxiliary Instance and then copy the tablespace back. You must maintain integrity.

    Hemant K Collette

Maybe you are looking for

  • loss of internet explorer. Now by default Desktop Icons in Windows Media

    I HIT SOMETHING BY MISTAKE AND LOSS OF THE USE OF INTERNET EXPLORER AND WINDOWS MEDIA HAS TAKEN OVER MOST OF MY ICONS ON MY DESKTOPEVERYTHING THAT I TOUCHED WINDOWS MEDIA APPEARS, EVEN BASED ON MICROSOFT. WHAT SHOULD I DO TO GET IT BACK?

  • System Restore error - how to start repair disk Vista?

    I get an unspecified error (no error code) when I tried restoring the system for some time. Now a registry cleaner destroyed havoc with my device, boot sector is very slow and more from programs and safeguarding of this "so-called better sides.regist

  • slate7 more helmet issue

    I have a HP slate7 more and can't use the audio jack with any type of helmet.  It is on an angle and the headset going, I heard an explosion of music and then nothing.  Play with it only give me the same hot flashes to music. Is it because it is on a

  • No Windows disk?

    How do I do not have a Windows disc with my new PC?

  • How is used to find the mac address of my ipod and iPhone which is attached via USB windows 7

    Deployment of several hundred iPods and iPhones and need to conclude the names MAC and device Cisco ACS. Wondering how to find the MAC when the device is connected via USB to a Win 7 box so we can cut and paste the name of MAC and device in the Cisco