Can i roll forward cold backup taken using os command

i have cold backup of db which is in archivelog mode ( backup taken using os level cp command )
and arch logs from after backup was taken.
can i restore db and rollforward using the archive logs?

Hi mseberg,
In the first article you point to ( http://www.reachdba.com/showthread.php?532-Oracle-Database-Manual-Backup-and-Recovery]), the author wrote this:
a) when Online redo logs backup is there.,
and after that, he wrote this:
b) when Online redo logs backup is not there.So, I don't understand what is written in that article: it seems to me that it's often mentioned that there should be no redo log backup.
Please, could you clarify about this idea of redo log backup in the first article you pointed to ?

Similar Messages

  • Cold backup downtime using RMAN

    Over the weekend I performed a cold RMAN backup on a 3.6 TB
    database. Because a lot of the database was backed up with
    transportable tablespaces, the net amount being backed up was
    approximately 365 Gb. I took down the database at 11:00 and the
    script finished at 4am, but in reviewing the logs, the database
    actually appears to have been opened at 2am.
    I assumed that the database would be down the entirety of the
    backup. Can anyone help me understand why the database was
    opened so long before the RMAN command completed? Was the
    backup adversely affected in any way by a user obtaining access
    prior to the RMAN process completing.
    Any information greatly appreciated.

    unfortunately i think you misunderstood the original question. i took the database down to do the cold backup. in order to use rman, you have to startup nomount the instance.
    the script run was:
    #!/usr/bin/ksh
    rman msglog '/data2/oracle2/local/log/rman_lvl0.log' <<EOF
    @connect.rman
    run {
    backup incremental level 0 tag full_bkup0 database diskratio=0;
    alter database open;
    exit;
    EOF
    exit
    the "alter database open" tells RMAN to open the database once the backup is completed. i had a process running that checked each 10 seconds to see if the PID for the RMAN process was still running. The process itself appears to have run for an additional 2 hours after the database was opened.
    there is nothing on the system to suggest that the database was opened by anything other than RMAN. was the database opened prematurely? was the additional time spent in the RMAN script doing the sync in the database? did the usage by the user prior to RMAN completing invalidate the backup? (so far the cloning is still running without error).

  • How to get Systemstate Backup size using PowerShell command in Windows 2008 R2

    Hi,
    We using WBSummary command to get completed backup status.
    I need to find how much data is backed upĀ  using powerShell command .
    Is there any way to get the details , i can see the GUI but no in command.
    Please advise
    Regards Gopi K

    Hi,
    You mentioned that you can see the system state backup size in the GUI. Does the backup size mean the amount of date transferred?
    It seems that there is no such a PowerShell to get Systemstate Backup size. You may need to you need a PowerShell scripts to do this work.
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/home?forum=ITCG
    Regards,
    Mandy
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • How can I check the virtual-address up using show command in ACE?

    I want to check the virtual-address using show command.
    however, there are not in ACE. So I used the ping to check virtual-address status in ACE
    I want to know the command what is verify virtual-address status , using show command
    Thank :)

    Try -> show arp
    There you have a Type column and a Status column.
    Look for the entry "VSERVER" in the Type column
    Roble

  • Can I change computer client agent properties using the command line ?

    I need to make a script that will change some settings in several configuration manager 2007.
    The settings I have to change are:
    - policy polling interval
    - mandatory reminders
    Is it possible to use cmdlets or WMI classes to change these settings in configuration manager 2007 ?

    I've personally been unsuccessful in trying to attempt this, but I am also not too command line savvy. There may be a creative workaround out there somewhere though.

  • RMAN Restore using RMAN COLD Backup!!

    Hi All,
    I Need to restore a database using rman cold backup taken a month back.
    Can i use Duplicate database option until time/scn just like we do for hotbackup or is there any other procedure for cloning/refreshing the database using RMAN COLD BACKUP of source.
    Thanks & Regards,
    Pdev

    This may be used to clone db
    connect target sys/sys@<dba>
    connect catalog rman/rman@<dba>
    connect auxiliary sys/sys<new>
    run {
    set newname for datafile 1 to 'e:\oracle\oradata\giri\system01.dbf';
    set newname for datafile 2 to 'e:\oracle\oradata\giri\undotbs01.dbf';
    set newname for datafile 3 to 'e:\oracle\oradata\giri\users01.dbf';
    set newname for datafile 4 to 'e:\oracle\oradata\giri\indx01.dbf';
    set newname for datafile 5 to 'e:\oracle\oradata\giri\example01.dbf';
    allocate auxiliary channel dupdb1 type disk;
    set until sequence 2 thread 1;
    duplicate target database to dupdb
    logfile
    GROUP 1 ('e:\oracle\oradata\giri\redo01.log') SIZE 100k REUSE,
    GROUP 2 ('e:\oracle\oradata\giri\redo02.log') SIZE 100k REUSE;
    Message was edited by:
    Girishh

  • Database cloning using cold backup

    Hello Guys,
    I am doing cloning of a database from cold backup for testing, actully one datafile has been croupted, so my issue is that, can i exclude tht datafile from controlfile when creating the controlfile and is that poosible that controlfile will created sucessfully and database will open sucessfully.
    Please reply.
    Thanks

    @asif, @ckpt
    With humble, how all you know that corrupted datafile is not belonging to system and undo tablespace? If this case, then do you think we can restore that corrupted cold-backup ? Sorry, but this is not the way to just start providing help without asking OP :
    1.Current Oracle Version ?
    2.Where he want to restore i.e. restoring platform info Oracle version OS ?
    3.After cold backup how he came to know that one datafile is corrupted ?
    4.When and how datafile became corrupted ?
    5.How he taken cold backup ? Was db running fine just before shut immediate for cold backing ?
    6.What he has done so far to restore the cold backup ?
    7.What error he is getting right now ?
    Here problem is corrupted datafile. So, first let come problem clear from OP, ask all missing question in one go, and then start helping is the right way... (my personal opinion, may be wrong!).
    Regards
    Girish Sharma

  • Rman cold backup on Standby

    10.2.0.4 + RMAN + catalog + Data Guard
    Hi, I am confused about couple of things here :) Wondering if anyone has faced the same issues.
    1. Documentation states the following about taking backups on standby, rather then on primary:
    Only the backups that have been written to tape are available to the primary database for restoration and recovery.So if I took a backup to disk and then it went to tape (not directly to tape via RMAN), I cannot use this backup to restore my primary? This doesn't make sense.
    2. Oracle recommends to use incrementally-updateable image copy backups as the best practice of backing up standby database. Does anyone have a link to a good explanation of this? Thank you!

    Oracle documentation reads:
    The accessibility of a backup is different from its association. In a Data Guard environment, the recovery catalog considers disk backups as accessible only to the database with which it is associated, whereas tape backups created on one database are accessible to all databases. If a backup file is not associated with any database, then the row describing it in the recovery catalog view shows null for the SITE_KEY column. By default, RMAN associates files whose SITE_KEY is null with the target database.
    http://download.oracle.com/docs/cd/B28359_01/server.111/b28294/rman.htm#BAJFFFFJ
    If I take backups to disk on the standby and they don't go to FRA (due to space limitations there) and I then move those disk backups to tape (outside of RMAN), can I use those backups to restore on primary?
    Oracle documentation further reads (same site):
    When deciding on your backup strategy, Oracle recommends that you take advantage of daily incremental backups. Datafile image copies can be rolled forward with the latest incremental backups, thereby providing up-to-date datafile image copies at all times. RMAN uses the resulting image copy for media recovery just as it would use a full image copy taken at that system change number (SCN), without the overhead of performing a full image copy of the database every day. An additional advantage is that the time-to-recover is reduced because the image copy is updated with the latest block changes and fewer redo logs are required to bring the database back to the current state.
    When you take a backup on standby, you still have to take a control backup on BOTH.
    Edited by: rysalka on Aug 6, 2009 7:47 AM

  • USD OVERRIDES Not Rolling Forward

    We are operating on HFM 9.3.1. When we utilize the USD Override account there is a currency variance which continues in the future months and it does not appear to be rolling over each month automatically. The account in our metadata is not set to Balance Reaccuring but Balance. Can this be changed without creating a problem? How can we insure the overrides only have to be input once.

    user11993454 wrote:
    Hi
    I'm about to use the process defined in note: Steps to perform for Rolling forward a standby database using RMAN incremental backup when primary and standby are in ASM filesystem [ID 836986.1]. I'm on 11.1.0.7.
    However, it does not mention the DataGuard broker.
    Has anyone performed this process when using the broker.
    Does the broker handle it properly?
    Does it matter if the broker is up or down during the physical standby recovery or control file replacement?
    Does the broker configuration need to be recreated?
    Thanks.1) disable the Broker
    2) perform Roll forard SCN.
    3) enable Broker

  • Cold backup Vs Export Full

    Hi all,
    I'm a beginner DBA and I'd like to change my company's backup strategy, which appears to be messy and insufficient...
    First of all RMAN is not used yet, but I'll work on it in the next months.
    Besides I have a few questions :
    - does it make any sense to shutdown/restart a db before making a full export (with consistent=Y), if we consider there is no activity (of almost nothing) on this db at night ?
    - I realized that some db are both dumped and saved with cold backups (stop/copy/restart). Is it interesting to make both a full export and a cold backup ? Can a cold backup be useful when a full export is created ? Are those 2 techniques complementary ?
    Thank you for help and explanations !
    best regards,
    Antoine

    Hi,
    I believe the database is shutdown and started for an export is to avoid a snapshot too old error which could araise when you have consistant=y.Still I do not believe it should be done.
    Ok your second oint I would say is complimentary , because even you have a full export when the whole DB crashes.It would be much faster to restore from a cold backup than to create a new DB and import the data.

  • Backup procedure using RMAN for 11i Instance

    Hi,
    we have 11.5.10.2 instance
    Node 1 = Application Tier ( 11.5.10.2)
    Node 2 = DB Tier ( 9.2.0.7)
    as of now, we are taking daily cold backup of both instances.
    we want to implement RMAN online backup for DB and take cold backup every week end only.
    so, what are the best procedures for implementing RMAN for 11i Database.
    Please share your experience, if you have anybody implemented?
    which one you prefer in RMAN backup ( backupsets or copy option or backupsets with compressed option) interms of performance.. our db size is 60 GB only.
    we apply apps tier patches very rarely . so we want to take RMAN online backup for DB daily and take cold backup for entire apps and db in the week ends.

    Hi,
    This time, i am going to implement for Oracle 11i Database. thats why, i need you guys advice regarding 11i Database.Well, the same is applicable to 11i/R12 databases. You just need to configure RMAN the same way you configure it on any standalone database.
    If you have implemented any where RMAN, can you share, how you are taking RMAN backup? I can share the scripts we use for backup using RMAN. If you are interested, let me know and I shall send it by email.
    if we want to clone, are you cloning the TEST instance with RMAN backup or using cold backup.We use both, depends on the time frame of the cloning task and whether it is possible to use cold backup for cloning or not.
    Please have a look at the following notes, it should be helpful.
    Note: 230672.1 - Cloning Oracle Applications Release 11i with Rapid Clone
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=230672.1
    Note: 760772.1 - Cloning Oracle Application 11i /R12 with Rapid Clone - Database (9i/10g/11g) Using Hot Backup on Open Database
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=760772.1
    Note: 362473.1 - Cloning E-Business Suite Using Hot Backup for Minimal Downtime of Source Environment
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=362473.1
    Regards,
    Hussein

  • Cold backup registration on rman

    5) can we register manual cold backup in rman?

    If you take backup using RMAN, it will automatically register with controlfile,
    What else you are looking for?
    If those are new backup pieces, which are not registered, then you can catalog those backup pieces.
    copy all the backup pieces in folder and give
    catalog start with 'location'it will register all the pieces.
    Thanks

  • Cold backup on New instance

    Hi,
    Our client has provided us with the cold Backup (the file system) of the pre-prod system which runs Oracle 9.2.0.8.0 on HP-Unix.
    We want to restore this backup on Windows machine.
    Can anybody provide help or some document which can guide us through the steps to setup new instance to restore the cold backup ?
    Is this the same as creating standby system ?
    Thanks a lot :)

    >> we are trying to re-create the database to use the available backup. I think this is a somewhat like creating a standby database (without continuous synchronization)
    In that case, you can not utilize your cold backup on Windows machine at all, Until and unless you have the same OS, you can not prepare the standby database.
    Please read the below URL for requirements for deploying Standby.
    http://download.oracle.com/docs/cd/B10501_01/server.920/a96653/considerations.htm#52221
    Regards,
    Sabdar Syed.

  • Partition Restore Cold Backup Different System and Different Version DB

    Is it possible, can we restore the cold backup at different database version and different operating system(but same ENDIAN_FORMAT) ????????
    My original system HP-UX (64-bit) and database version 10.2.0.3.0 i have cold backup and i want to partion restore on Linux Redhot 5.5 (64-bit), database version 10.1.0.4.0 .
    If it is possible. How can i do this.

    My original system HP-UX (64-bit) and database version 10.2.0.3.0 i have cold backup and i want to partion restore on Linux Redhot 5.5 (64-bit), database version 10.1.0.4.0 .1. AFAIK you can not do it i mean wiht cold backup move from HP to linux
    2. You can try to use exp-imp if you want to change db version.
    See below notes:
    Master Note For Oracle Database Upgrades and Migrations [ID 1152016.1]
    Different Upgrade Methods For Upgrading Your Database [ID 419550.1]
    Regard
    Helios

  • Should we backup Archivelogs for ad-hoc Cold backups ?

    B version: 11.2
    OS version : Solaris 5.10
    Below is the script we use for ad-hoc cold backups. Is there a need to take the backup of archivelogs when we do the cold backup ?
    Sometimes archivelog backup piece's size is bigger than the backup piece containing the full backup of the DB itself ! So, too much disk space is wasted.
    The script we use
    run
    allocate channel t1 type disk;
    sql 'alter system archive log current';
    shutdown immediate;
    startup mount;
    backupĀ  full database format='/mypath/ORCL_full_%U_%T.bkp' tag='ORCL_full';
    backup archivelog all tag='arch_bkp' format='/mypath/ORCL_BKP/arch_%U_%T.bkp' delete input;
    release channel t1;
    }

    Hello;
    A cold backup is a consistent state. So you don't have to back them up. No new archived logs generated during the backup either so you are still OK.
    For other types of RMAN backup you ALWAYS want this. This guarantees that datafile backups taken during the command are recoverable to a consistent state.
    Best Regards
    mseberg

Maybe you are looking for

  • Hello, I have IPhone 4. its not working properly,

    Hello My IPhone 4 its blocking a lot of times during day, the problem is when I access to any application works, but when I want to back to the main menu I press a lot times the bottom but its blocking and take a lot time to back to the main menu. I

  • Using Assembler to extract links from a file contained in a package

    Hi everyone, I need help creating a DDX file that would extract links from the second file in a package. Can you point me to some examples somewhere? The file has links to other files in the package. It doesn`t work when I remove it from the package,

  • Why does Aperture 3 suck so much? I'm not a troll...

    I've been using Aperture 3 for 3 months now and I have downloaded the newest firmware update. I'm using a MacBook Pro with 4gb of RAM in it. And when I use Aperture 3 the only application I run alongside it is Safari. It hangs and crashes a lot. Espe

  • Limit call by time range to particular country

    Dear All, Anyone can give me idea how to set up time range on particular countries ? For instant i have 2 dialpeer with have the same destination country like USA and i want set time from 7:00 PM to 11:00 AM match on dial-peer100 voip and 11:01 AM to

  • My message on my iMac won't open

    Had a problem with message on on iMac. Called Apple and fixed it. Now it won't open. Can anyone help?