Manually check the rman backup output

Can anybody guide me how to manually check the rman backup output,
There are like 300+ DBs and we are using recovery catalog .....
Plz send me some example to do that....like i have to check list, report or rman logs?

1) set environment variable
$ export NLS_DATE_FORMAT='DD-MON-YYYY HH24:MI:SS'
RMAN> connect target * connect catalog *
RMAN> list backup summary;
RMAN> list backup of database completed between "to_date('2007-12-20 03:00:00','YYYY-MM-DD HH24:MI:
SS')" and "to_date('2007-12-20 06:00:00','YYYY-MM-DD HH24:MI:SS')";
My manager ask me to check rman backup report manually & this is what i am forwarding him that i will check , let me know if its not right........

Similar Messages

  • Duplicate RMAN backup output to multiple destinations

    Hi
    We run Oracle 10.2, we have a requirment to duplicate the rman backup to three destinations at the same time, given that FRA is defined, following is the backup script:
    rman
    connect target /
    backup as compressed backupset database plus archivelog delete imput;
    Of course this will backup to FRA only.
    The requirment is to duplicate the rman backup output to FRA , /orabackup1 and /orabackup2 in the same one command, i.e, without running the backupo three times.
    What change would be needed in the script syntax?

    See Re: RMAN backup to two locations

  • How to ensure the rman backup is successful?

    Hi,
    we have scheduled rman backup jobs.
    1. But how do we ensure all the rman backups are successful?
    2. if the rman writes directly to tape, how do we ensure all tape backups are successful?
    thanks
    andrew

    But what is incremental merge, couldn't find in the 10g manual?check it out on http://download.oracle.com/docs/cd/B28359_01/backup.111/b28270/rcmquick.htm#BRADV89354
    do you use image backup in real production environment?Of course. We have a standard to to use image copies that way.
    what do you suggest to do with rman normal way of backup or go for image backup?Depends on your specific situation. Like anything else, I prefer to provide some rationale on the recommendation.
    Image Copies with Incremental Merge
    Pros:
    (1) one one full backup taken ever; no need to take another full backup
    (2) the restore time is the same, regardless of the day of the week the db failed
    (3) every day the incremental merge's success means the backup was good - an automatic validation
    (4) it allows you to quickly switch to copy, rather than restore
    Cons:
    (1) Space requirement is more (since it's a bit to bit copy)
    (2) can't do a point in time recovery from the disk alone
    (3) can't go to the tape directly; must be a disk based backup.
    Backupsets with Incremental Backup
    Pros:
    (1) space requirement is lower (since only never-used blocks are not copied)
    (2) point in time recovery is possible
    (3) direct backup to tape possible (no need for disk backup)
    Cons:
    (1) restore time varies depending on the day of the week the db failed
    (2) you have to take a full backup regularly, perhaps once a week
    (3) no validation unless you use validate backupset (takes resources)
    So, as you can see, there are pros and cons to each approach. You have to decide for yourself which one weighs more (or less) to come to a conclusion.
    Hope this helps.
    Arup Nanda

  • Configure backup agent to take the RMAN backup

    Hi,
    We have a Sun Storagetek SL48 tape library with us. we want to take the backup to tape using Rman.
    In order to take the RMAN backup, we need a backup agent needs to be installed on the database server.
    1. My doubt is If we have Sun Storagetek SL48 tape library, what backup agent needs to be installed on the server?
    2. If we know agent name, Could you please share the document to install the agent?
    Thanks for your help.
    R.Sundaravel

    These softwares support the SL48 and they have an agent for RMAN : Symantec NetBackup, Legato Networker.
    For Symantec, please check this URL : http://www.symantec.com/business/support/index?page=content&id=HOWTO44847#v15496705
    For Legato, this one : https://store.emc.com/Product-Family/DATA-DOMAIN-PRODUCTS/EMC-NetWorker/p/EMC-NetWorker

  • Is it possible to check the previous backups on a certain backup file for the iPhone.

    Is it possible to check the previous backups on a certain backup file for the iPhone. I need to backup and restore the files which were used in the second week of January, but now I am only able to see the latest iteration of the backup. I am assuming that the iPhone backup rewrites on the same set of files. I may be mistaken. Is there any work around to see the old backups? Any kind of help would be seriously appreciated.

    You can use zoom: Settings>General>Accessibility.
    " A simple double-tap with three fingers instantly zooms in 200 percent, and you can adjust the magnification between 100 and 500 percent."

  • Need help in the RMAN backup

    Hi everybody
    What are the steps needed if move the RMAN backup to other location in the OS level
    (ie) every week i have to move the backup to other location

    There are not problem for example:
    Microsoft Windows XP [Version 5.1.2600]
    (C) Copyright 1985-2001 Microsoft Corp.
    C:\Documents and Settings\comp>set ORACLE_SID=W
    C:\Documents and Settings\comp>sqlplus "/as sysdba"
    SQL*Plus: Release 10.2.0.2.0 - Production on Mon Apr 26 14:53:08 2010
    Copyright (c) 1982, 2005, Oracle. All Rights Reserved.
    ERROR:
    ORA-01031: insufficient privileges
    Enter user-name:
    C:\Documents and Settings\comp>sqlplus "sys/sm as sysdba"
    SQL*Plus: Release 10.2.0.2.0 - Production on Mon Apr 26 14:53:15 2010
    Copyright (c) 1982, 2005, Oracle. All Rights Reserved.
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.2.0 - Production
    With the Partitioning, OLAP and Data Mining options
    SQL> archive log list;
    Database log mode No Archive Mode
    Automatic archival Disabled
    Archive destination USE_DB_RECOVERY_FILE_DEST
    Oldest online log sequence 12
    Current log sequence 14
    SQL> shutdown immediate;
    Database closed.
    Database dismounted.
    ORACLE instance shut down.
    SQL> startup mount
    ORACLE instance started.
    Total System Global Area 125829120 bytes
    Fixed Size 1288100 bytes
    Variable Size 71305308 bytes
    Database Buffers 46137344 bytes
    Redo Buffers 7098368 bytes
    Database mounted.
    SQL> alter database archivelog;
    Database altered.
    SQL> alter databaseop;
    alter databaseop
    ERROR at line 1:
    ORA-00940: invalid ALTER command
    SQL> alter database open;
    Database altered.
    SQL> exit
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.2.0 - Pr
    oduction
    With the Partitioning, OLAP and Data Mining options
    C:\Documents and Settings\comp>rman target sys/sm
    Recovery Manager: Release 10.2.0.2.0 - Production on Mon Apr 26 14:55:58 2010
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    connected to target database: W (DBID=754336873)
    RMAN> backup database;
    Starting backup at 26-APR-10
    using target database control file instead of recovery catalog
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid=144 devtype=DISK
    channel ORA_DISK_1: starting full datafile backupset
    channel ORA_DISK_1: specifying datafile(s) in backupset
    input datafile fno=00001 name=D:\ORACLE\PRODUCT\10.2.0\ORADATA\W\SYSTEM01.DBF
    input datafile fno=00003 name=D:\ORACLE\PRODUCT\10.2.0\ORADATA\W\SYSAUX01.DBF
    input datafile fno=00005 name=D:\ORACLE\PRODUCT\10.2.0\ORADATA\W\EXAMPLE01.DBF
    input datafile fno=00002 name=D:\ORACLE\PRODUCT\10.2.0\ORADATA\W\UNDOTBS01.DBF
    input datafile fno=00004 name=D:\ORACLE\PRODUCT\10.2.0\ORADATA\W\USERS01.DBF
    channel ORA_DISK_1: starting piece 1 at 26-APR-10
    channel ORA_DISK_1: finished piece 1 at 26-APR-10
    piece handle=D:\ORACLE\PRODUCT\10.2.0\FLASH_RECOVERY_AREA\W\BACKUPSET\2010_04_26
    \O1_MF_NNNDF_TAG20100426T145611_5XBRSX1M_.BKP tag=TAG20100426T145611 comment=NON
    E
    channel ORA_DISK_1: backup set complete, elapsed time: 00:01:34
    channel ORA_DISK_1: starting full datafile backupset
    channel ORA_DISK_1: specifying datafile(s) in backupset
    including current control file in backupset
    including current SPFILE in backupset
    channel ORA_DISK_1: starting piece 1 at 26-APR-10
    channel ORA_DISK_1: finished piece 1 at 26-APR-10
    piece handle=D:\ORACLE\PRODUCT\10.2.0\FLASH_RECOVERY_AREA\W\BACKUPSET\2010_04_26
    \O1_MF_NCSNF_TAG20100426T145611_5XBRWXG2_.BKP tag=TAG20100426T145611 comment=NON
    E
    channel ORA_DISK_1: backup set complete, elapsed time: 00:00:05
    Finished backup at 26-APR-10
    RMAN> crossckeck backupset;
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-00558: error encountered while parsing input commands
    RMAN-01009: syntax error: found "identifier": expecting one of: "allocate, alter
    , backup, beginline, blockrecover, catalog, change, connect, copy, convert, crea
    te, crosscheck, configure, duplicate, debug, delete, drop, exit, endinline, flas
    hback, host, {, library, list, mount, open, print, quit, recover, register, rele
    ase, replace, report, renormalize, reset, restore, resync, rman, run, rpctest, s
    et, setlimit, sql, switch, spool, startup, shutdown, send, show, test, transport
    , upgrade, unregister, validate"
    RMAN-01008: the bad identifier was: crossckeck
    RMAN-01007: at line 1 column 1 file: standard input
    RMAN> crosscheck backupset;
    using channel ORA_DISK_1
    crosschecked backup piece: found to be 'EXPIRED'
    backup piece handle=D:\ORACLE\PRODUCT\10.2.0\FLASH_RECOVERY_AREA\W\BACKUPSET\201
    0_04_26\O1_MF_NNNDF_TAG20100426T145611_5XBRSX1M_.BKP recid=1 stamp=717346573
    crosschecked backup piece: found to be 'EXPIRED'
    backup piece handle=D:\ORACLE\PRODUCT\10.2.0\FLASH_RECOVERY_AREA\W\BACKUPSET\201
    0_04_26\O1_MF_NCSNF_TAG20100426T145611_5XBRWXG2_.BKP recid=2 stamp=717346669
    Crosschecked 2 objects
    RMAN> delete expired backupset
    2> ;
    using channel ORA_DISK_1
    List of Backup Pieces
    BP Key BS Key Pc# Cp# Status Device Type Piece Name
    1 1 1 1 EXPIRED DISK D:\ORACLE\PRODUCT\10.2.0\FLASH_R
    ECOVERY_AREA\W\BACKUPSET\2010_04_26\O1_MF_NNNDF_TAG20100426T145611_5XBRSX1M_.BKP
    2 2 1 1 EXPIRED DISK D:\ORACLE\PRODUCT\10.2.0\FLASH_R
    ECOVERY_AREA\W\BACKUPSET\2010_04_26\O1_MF_NCSNF_TAG20100426T145611_5XBRWXG2_.BKP
    Do you really want to delete the above objects (enter YES or NO)? y
    deleted backup piece
    backup piece handle=D:\ORACLE\PRODUCT\10.2.0\FLASH_RECOVERY_AREA\W\BACKUPSET\201
    0_04_26\O1_MF_NNNDF_TAG20100426T145611_5XBRSX1M_.BKP recid=1 stamp=717346573
    deleted backup piece
    backup piece handle=D:\ORACLE\PRODUCT\10.2.0\FLASH_RECOVERY_AREA\W\BACKUPSET\201
    0_04_26\O1_MF_NCSNF_TAG20100426T145611_5XBRWXG2_.BKP recid=2 stamp=717346669
    Deleted 2 EXPIRED objects
    now i copy all backup to c:\db
    then
    RMAN> catalog start with 'c:\db';
    searching for all files that match the pattern c:\db
    List of Files Unknown to the Database
    =====================================
    File Name: C:\db\O1_MF_NCSNF_TAG20100426T145611_5XBRWXG2_.BKP
    File Name: C:\db\O1_MF_NNNDF_TAG20100426T145611_5XBRSX1M_.BKP
    Do you really want to catalog the above files (enter YES or NO)? y
    cataloging files...
    cataloging done
    List of Cataloged Files
    =======================
    File Name: C:\db\O1_MF_NCSNF_TAG20100426T145611_5XBRWXG2_.BKP
    File Name: C:\db\O1_MF_NNNDF_TAG20100426T145611_5XBRSX1M_.BKP
    RMAN> list backupset;
    List of Backup Sets
    ===================
    BS Key Type LV Size Device Type Elapsed Time Completion Time
    1 Full 592.76M DISK 00:01:26 26-APR-10
    BP Key: 4 Status: AVAILABLE Compressed: NO Tag: TAG20100426T145611
    Piece Name: C:\DB\O1_MF_NNNDF_TAG20100426T145611_5XBRSX1M_.BKP
    List of Datafiles in backup set 1
    File LV Type Ckp SCN Ckp Time Name
    1 Full 947689 26-APR-10 D:\ORACLE\PRODUCT\10.2.0\ORADATA\W\SYSTEM01.
    DBF
    2 Full 947689 26-APR-10 D:\ORACLE\PRODUCT\10.2.0\ORADATA\W\UNDOTBS01
    .DBF
    3 Full 947689 26-APR-10 D:\ORACLE\PRODUCT\10.2.0\ORADATA\W\SYSAUX01.
    DBF
    4 Full 947689 26-APR-10 D:\ORACLE\PRODUCT\10.2.0\ORADATA\W\USERS01.D
    BF
    5 Full 947689 26-APR-10 D:\ORACLE\PRODUCT\10.2.0\ORADATA\W\EXAMPLE01
    .DBF
    BS Key Type LV Size Device Type Elapsed Time Completion Time
    2 Full 6.80M DISK 00:00:04 26-APR-10
    BP Key: 3 Status: AVAILABLE Compressed: NO Tag: TAG20100426T145611
    Piece Name: C:\DB\O1_MF_NCSNF_TAG20100426T145611_5XBRWXG2_.BKP
    Control File Included: Ckp SCN: 947720 Ckp time: 26-APR-10
    SPFILE Included: Modification time: 26-APR-10
    RMAN>

  • HT201250 I've just used an external drive to back up my Mac with Time Machine. I have Lion, but didn't click and check the "Encrypt Backup Disc". What should I do? Can I delete the external drive and start again, or can I encrypt later?

    I've just used an external drive to back up my Mac with Time Machine. I have Lion, but didn't click and check the "Encrypt Backup Disc". What should I do? Can I delete the external drive and start again, or can I encrypt later?

    I guess if stolen or lost it would protect my "stuff", and if I'm travelling would protect my privacy.
    You must understand the purpose and implications of encryption before deciding whether to use it.
    Encryption locks your data with a password. If you forget that password, the data is lost beyond any chance of recovery. Neither Apple nor anyone else will be able to help you recover that data if you don't know the password.
    By the same token, the password must be strong enough to provide the security you want. For example, if you're the potential target of industrial espionage by a government or large corporation, you need the strongest possible password. To create and manage such a password safely is a task in itself, not to be undertaken lightly.
    If you're only concerned about casual snooping by someone with no special skill, a weak, easily-remembered password is appropriate.
    But regardless of the strength of the password, if you lose it, the data is gone forever.
    Another point to remember is that if you encrypt your data on one storage device, you must also encrypt it on all other storage devices that would be accessible to the same attacker. Otherwise the data isn't protected. For example, if you keep your computer and your backup drive in the same room, and the internal drive of the computer is not encrypted, then there's no point in encrypting the backup drive.

  • How to set the Rman backup parameter.

    Hi,
    Can U guide me how to set the Rman backup path,control file auto backup & others parameter.

    Hi,
    Go through this,
    Show all configurable settings:
    RMAN>SHOW ALL;
    Write disk backups to the /rmanback directory: (%U will be replaced with unique filenames)
    RMAN> CONFIGURE CHANNEL DEVICE TYPE DISK FORMAT '/rmanback/%U';
    Backup using a flash recovery area rather than disk
    RMAN> CONFIGURE CHANNEL DEVICE TYPE DISK FORMAT CLEAR;
    Configure RMAN to back up the control file after each backup
    RMAN> CONFIGURE CONTROLFILE AUTOBACKUP ON;
    By default, RMAN automatically names control file backups and stores them in the flashrecovery area.
    To configure RMAN to write control file backups to the /backup directory:( %F will generate a unique filename)
    RMAN> CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '/backup/controlfile%F';
    Ensure that RMAN retains all backups needed to recover the database to any point in time in the last 7 days:
    RMAN> CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 7 DAYS;
    Retain three backups of each datafile:
    RMAN> CONFIGURE RETENTION POLICY TO REDUNDANCY 3;
    Delete backups no longer required by the retention policy:
    RMAN> DELETE OBSOLETE;
    To override the configured retention policy for individual backups - use BACKUP.. KEEP (or CHANGE.. KEEP)
    Configure backups to run in parallel by assigning two sbt channels:
    RMAN> CONFIGURE DEVICE TYPE sbt PARALLELISM 2;
    Reset any CONFIGURE setting to its default by running the command with the CLEAR option
    RMAN> CONFIGURE CHANNEL DEVICE TYPE sbt CLEAR;
    RMAN> CONFIGURE RETENTION POLICY CLEAR;
    Regards,
    oraclekt
    Edited by: oraclekt on Sep 1, 2010 9:58 PM

  • Syntax for revert the rman backup process

    Hi
    I am using oracle 10g. I have created one test database and try to restore the rman backup from another database, I have successful restoring but when i did recovery I have some error. Then I have try to up my another database it shows this error i don't know what to do and even don't know how it affect this database. Can anyone tell me how to revert the recover process.
    ORA-01152: file 3 was not restored from a sufficiently old backup
    ORA-01110: data file 3: 'D:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\SYSAUX01.DBF'

    Now i am currently getting this error.
    archive log thread 1 sequence 6298 is already on disk as file D:\ORACLE\PRODUCT\
    10.2.0\ORADATA\ORCL\REDO03.LOG
    archive log thread 1 sequence 6299 is already on disk as file D:\ORACLE\PRODUCT\
    10.2.0\FLASH_RECOVERY_AREA\ORCL\ARCHIVELOG\2011_09_04\O1_MF_1_6299_766GO873_.ARC
    archive log thread 1 sequence 6300 is already on disk as file D:\ORACLE\PRODUCT\
    10.2.0\ORADATA\ORCL\REDO02.LOG
    Oracle Error:
    ORA-01547: warning: RECOVER succeeded but OPEN RESETLOGS would get error below
    ORA-01152: file 3 was not restored from a sufficiently old backup
    ORA-01110: data file 3: 'D:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\SYSAUX01.DBF'
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of recover command at 09/05/2011 12:14:44
    RMAN-06053: unable to perform media recovery because of missing log
    RMAN-06025: no backup of log thread 1 seq 6297 lowscn 120952845 found to restore
    RMAN-06025: no backup of log thread 1 seq 6296 lowscn 120928921 found to restore
    RMAN-06025: no backup of log thread 1 seq 6295 lowscn 120928889 found to restore

  • Check whether rman backup can be used for restoration

    Hi,
    RMAN-08044: channel eprprod_t1: finished piece 1 at 10-oct-2008_05:42:20
    RMAN-08044: channel eprprod_t2: finished piece 1 at 10-oct-2008_05:44:46
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of backup command on eprprod_t1 channel at 10/10/2008 06:23:01
    ORA-00447: fatal error in background process
    Out here it says that the backup completed, but probably the post backup steps of rman didnt happen due to the error.
    I need to know if this backup is usable.
    would a crosscheck BACKUP DEVICE TYPE sbt COMPLETED BETWEEN .. AND ..; serve my purpose?
    Thanks
    Michelle

    HI,
    use backup validate database..
    regards,
    deepak..

  • Recreate instance from the RMAN backup

    Gentlemen, following ... I'm simulating a recovery for a client.
    The environment is Windows 2003 64-bit VMWare which is a backup of the VM production was to start the network with a different IP and Host.
    I uninstalled all the binary Oracle (11g) and installed it again.
    I need to restore a recent backup (made with RMAN) and return the body to normal.
    Already created the password file:
    orapwd file =% ORACLE_HOME% \ dbs \ PWD% ORACLE_SID% PASSWORD = password entries = 5
    Already created the tnsnames:
    SAP =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP) (HOST = 10.9.140.30) (PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = SAP)
    LISTENER has already created the static:
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (GLOBAL_DBNAME = BMKSAP)
    (ORACLE_HOME = E: \ Oracle_Bin \ product \ 11.1.0 \ db_1)
    (SID_NAME = SAP)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP) (HOST = 10.9.140.30) (PORT = 1521))
    (ADDRESS = (PROTOCOL = IPC) (KEY = EXTPROC1521))
    But when it comes time to start SQLPLUS to give NOMOUNT with STARTUP PFILE:
    C: \> set ORACLE_SID = sap
    C: \> set local = sap
    C: \> sqlplus "/ as sysdba"
    SQL * Plus: Release 11.1.0.7.0 - Production on Tue Jul 8 16:35:49 2010
    Copyright © 1982, 2008, Oracle. All rights reserved.
    ERROR:
    ORA-12518: TNS: listener nπo can distribute client connection
    Have uninstalled and installed the Oracle about 3 times, I tried to change the host and tnsnames LISTENER for the Hostname of the machine, I tried the LISTENER dynamic but ... nothing works.
    anyone have any revenue to climb it?

    There is only the processes parameter in PFILE.
    Processes = 150
    I configured the listener like this:
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (GLOBAL_DBNAME = sap)
    (ORACLE_HOME = E:\Oracle_Bin\product\11.1.0\db_1)
    (SID_NAME = sap)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 10.9.140.30)(PORT = 1521)(DIRECT_HANDOFF_TTC_LISTENER = OFF))
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
    But ... I keep getting:
    C:\>set oracle_sid=sap
    C:\>set local=sap
    C:\>sqlplus "/ as sysdba"
    SQL*Plus: Release 11.1.0.7.0 - Production on Seg Jul 12 23:35:14 2010
    Copyright (c) 1982, 2008, Oracle. All rights reserved.
    ERROR:
    ORA-12518: TNS:listener could not hand off client connection
    Edited by: André Oliveira on Jul 12, 2010 7:25 PM
    Edited by: André Oliveira on Jul 12, 2010 7:44 PM

  • Need the rman backup sequence in taking the backup

    Hi,
    I just need the sequence in taking the backup of full database through rman.
    Current method
    1. Datafiles
    2. Archivelog files
    3. Control file.
    But I am noticing missing of some archive log when i am doing the recovery files. So, i just want to change my nightly backup to the below procedure
    1. datafiles
    2. control files
    3. archivelog files.
    Correct me, the suitable procedure for scheduling.
    Thanks,
    Ramesh G
    Edited by: user13095767 on Sep 7, 2012 9:02 PM

    Let me explain my question once again..
    I didn't get my requirements..
    Recently, faced a scenario while recovery my database...
    I am having nightly scheduled backup in the below manner...
    1. database backup.
    2. archive log files backup
    3. control file backup.
    My archive log files backup completed by 22:10. and my control file backup completed by 22:29. In between there was an archive generated at around 22:15.
    i want to restore and recover the database with this backup. Followed the below scenario
    1. restored the controlfile
    2. restore database
    3. recover database
    Finally, it is asking for the archive generated at 22:15 and at 22:49.
    So, by this i came to know that my database backed up with missing of archives. if i go with the below scenario of taking the backup
    1. datafiles
    2. control files
    3. archive log files
    Thinking that the archive log files backup pieces infomation will not be available in the controlfile..
    Which one will be the best option in scheduling our backups.
    Taking controlfile backup before archivelog or taking archivelog backup and then the controlfile.
    Thanks,
    Ramesh G

  • Restoring 20/25 % from the RMAN Backup

    Hello Guys,
    I have a production environment with size of TBytes, and I would like to create a new test environment but with a smaller amount of data, so i need to take a hot full backup from the database then restore only 20% to 25% from the original data to a new fresh database.
    The question, is this scenario Doable ?, do we have particular way to do this approach ?
    Thanks for your help !
    Mahmoud Darwish .

    Madarwish wrote:
    Hello Paul,
    You mean that if i have some constraints, it will be difficult to take the backup using the expdp ?, now we are deciding to use the expdp/impdp to take the backup from the production database and restore it in a new fresh database, please consider that we will use the SAMPLE to take around 20% to 25% from the original data.
    Do we have have any restrictions for this scenario ?
    Thanks for your help.
    Mahmoud Darwish.The problem is that the SAMPLE (or nothing else inherent in expdp) is going to know about cross-table relationships. So it samples 20% of your invoice_detail table. What's to tell it which rows from invoice_header are needed to match those specific invoice_detail rows?

  • My iPhone a few days ago started asking me the password whenevr I manually start the iCloud backup.

    What's the problem? It happens to someone else? Thank you all for your attention.

    settings - general - reset - erase all contents and settings - after it is done, you will have the option to restore from icloud - choose that.  NOTE: This will bring back data from the last time you backup at the Apple store.  So if you had any current data - you won't be able to get it back.

  • Sql to check RMAN backup size

    Hi All
    Kinldy tell me how i can check the RMAN Backup size from sql command. I am taking Full,Incrimental,Cumulative and Archive log backup.
    Thanks
    Krishna

    try this,
    SQL> select ctime "Date"
      2       , decode(backup_type, 'L', 'Archive Log', 'D', 'Full', 'Incremental') backup_type
      3       , bsize "Size MB"
      4  from (select trunc(bp.completion_time) ctime
      5            , backup_type
      6            , round(sum(bp.bytes/1024/1024),2) bsize
      7     from v$backup_set bs, v$backup_piece bp
      8     where bs.set_stamp = bp.set_stamp
      9     and bs.set_count  = bp.set_count
    10     and bp.status = 'A'
    11     group by trunc(bp.completion_time), backup_type)
    12  order by 1, 2;
    Date      BACKUP_TYPE    Size MB
    03-JUL-10 Archive Log       7.31
    03-JUL-10 Full             29.81
    03-JUL-10 Incremental    2853.85
    04-JUL-10 Archive Log       3.59
    04-JUL-10 Full              7.45
    04-JUL-10 Incremental       3.05

Maybe you are looking for

  • What buffer do the "non-record enabled" tracks play at in Logic?

    Hey Guys, So, we all know the genius of Logic is that it only uses the user-chosen buffer for tracks that are recording or armed, and it runs the playback tracks at a much higher buffer to free up processing power for the real-time tracks... Out of i

  • New users are not updated in Outlook address book (Offline)

    Hi All, We are having an Exchange 2010 environment. from few weeks we are experiencing this issue. When we create new user or change the name of a existing user, it is not updated in outlook address book. Can anyone help me to sort this issue?. Regs,

  • Problem in call transaction using FD33 t code

    Hi all i'm developing a report in that in that i'm calling a tcode FD33. I want to skip the initial screen.For that i need to pass Customer , Credit control area and status from my program to that tcode. But my problem is that how to pass the value t

  • Audio doesn't work when wifi is turned on

    Hi, I have an HP Envy 15. For some reason, when I turn the wireless button on (shows a white light) the audio won't play through the speakers or headphones. When I turn the wireless button back off (shows a red light) the audio works correctly.

  • My photosmart 5510 says online but won't print-message says unable to communicate with printer

    My  printer says it's connected wirelessly, my computer says the printer is connected, all tests say it's connected wirelessly but when I go to print it says Unable to communicate with printer -  printer unavailable or not connected.... might need to