Question on the restore database

Hi all

OS OUL5x64
DB 11 GR 1 material

on this rman script
Run {}
until the SNA 5976579411282.
restore the database;
recover the database;
}
If I updated this ANK # 5976579411282
I would get this error: RMAN-20208: UNTIL CHANGE is before the RESETLOGS change



If I put the seq # as below
Run {}
the value until 191 1 seq wire;
restore the database;
recover the database;
}
If I set seq = ora 191 or 192 or 193 194 195 thread 1

I had received this error
RMAN-06023: no backup or copy of datafile 1 found to restore
and much more...


If I do not do anything the backup runs successfully.

Can someone explain please as why I got the above error.

Thanks in advance.




List of newspapers archived on backup worth 280
The next time that THRD Seq YVERT low low time next YVERT
---- ------- ---------- --------- ---------- ---------
1 175 5976574240008 6 JUNE 10 5976574727457 JUNE 7, 10
1 176 5976574727457 7 JUNE 10 5976575030663 JUNE 7, 10
1 177 5976575030663 7 JUNE 10 5976575571063 JUNE 7, 10
1 178 5976575571063 7 JUNE 10 5976576120550 8 JUNE 10


List of newspapers archived in defined backup 281
The next time that THRD Seq YVERT low low time next YVERT
---- ------- ---------- --------- ---------- ---------
2 248 5976578064313 10 JUNE 10 5976578352645 11 JUNE 10
2 249 5976578352645 11 JUNE 10 5976578426932 11 JUNE 10
2 250 5976578426932 11 JUNE 10 5976578501594 11 JUNE 10
2 251 5976578501594 11 JUNE 10 5976578535624 11 JUNE 10

List of newspapers archived in defined backup 282
The next time that THRD Seq YVERT low low time next YVERT
---- ------- ---------- --------- ---------- ---------
1 185 5976577200287 9 JUNE 10 5976577952966 10 JUNE 10
1 186 5976577952966 10 JUNE 10 5976578353285 11 JUNE 10
1 187 5976578353285 11 JUNE 10 5976578535706 11 JUNE 10
1 188 5976578535706 11 JUNE 10 5976578938174 12 JUNE 10
1 189 5976578938174 12 JUNE 10 5976579035471 12 JUNE 10
1 190 5976579035471 12 JUNE 10 5976579362559 JUNE 13, 10

List of newspapers archived in backup set 283
The next time that THRD Seq YVERT low low time next YVERT
---- ------- ---------- --------- ---------- ---------
2 252 5976578535624 11 JUNE 10 5976578545716 11 JUNE 10
2 253 5976578545716 11 JUNE 10 5976578862077 12 JUNE 10
2 254 5976578862077 12 JUNE 10 5976578937664 12 JUNE 10
2 255 5976578937664 12 JUNE 10 5976579012448 12 JUNE 10


List of newspapers archived on backup the value 285
The next time that THRD Seq YVERT low low time next YVERT
---- ------- ---------- --------- ---------- ---------
2 256 5976579012448 12 JUNE 10 5976579032144 12 JUNE 10
2 257 5976579032144 12 JUNE 10 5976579035462 12 JUNE 10
2 258 5976579035462 12 JUNE 10 5976579273400 JUNE 13, 10


List of newspapers archived on backup worth 286
The next time that THRD Seq YVERT low low time next YVERT
---- ------- ---------- --------- ---------- ---------
1 191 5976579362559 13 JUNE 10 5976579411282 JUNE 13, 10
1 192 5976579411282 13 JUNE 10 5976579461754 JUNE 14, 10
1 193 5976579461754 14 JUNE 10 5976579476263 JUNE 14, 10
1 194 5976579476263 14 JUNE 10 5976579479198 JUNE 14, 10
1 195 5976579479198 14 JUNE 10 5976579479206 JUNE 14, 10
2 233 5976574256837 6 JUNE 10 5976575487722 JUNE 7, 10

List of newspapers archived on backup value 287
The next time that THRD Seq YVERT low low time next YVERT
---- ------- ---------- --------- ---------- ---------
2 238 5976576661861 8 JUNE 10 5976576870385 JUNE 9, 10
2 239 5976576870385 9 JUNE 10 5976577070339 JUNE 9, 10
2 240 5976577070339 9 JUNE 10 5976577183290 JUNE 9, 10
2 241 5976577183290 9 JUNE 10 5976577183291 JUNE 9, 10
2 242 5976577183291 9 JUNE 10 5976577183414 JUNE 9, 10
2 243 5976577185310 9 JUNE 10 5976577449693 JUNE 9, 10

List of newspapers archived on backup the value 288
The next time that THRD Seq YVERT low low time next YVERT
---- ------- ---------- --------- ---------- ---------
1 179 5976576120550 8 JUNE 10 5976576870808 JUNE 9, 10
1 180 5976576870808 9 JUNE 10 5976576979493 JUNE 9, 10
1 181 5976576979493 9 JUNE 10 5976577070267 JUNE 9, 10
1 182 5976577070267 9 JUNE 10 5976577183004 JUNE 9, 10
1 183 5976577183288 9 JUNE 10 5976577183434 JUNE 9, 10
1 184 5976577183434 9 JUNE 10 5976577200170 JUNE 9, 10

Looking for errors in the online documentation? Probably not.

Error 1: you opened the database with resetlogs in the past. Open with resetlogs means: wipe the history regarding the redologs.
The SCN of the resetlogs is registered in the database of v$.
The SCN is in your script is in the time before the resetlogs SCN, so RMAN cannot deal with it, or you need to reset the database to a previous incarnation.

Error 2:
RMAN must find a backup complete of the database before logseq. There is no such current backup.
The unformatted output you posted nothing say about RMAN backups is unnecessary.

When you do not issue the
Set until
order
Oracle runs a full recovery and restore the most recent full backup.

-----------------
Sybrand Bakker
Senior Oracle DBA

Tags: Database

Similar Questions

  • Question about the Oracle database resource management

    Good evening
    I have a question about Oracle database Resource Management (DRM) for Oracle Database 10 g. I had an incident which, in a development/UAT environment (different instances, same box, don't ask), a developer wrote a wrong SQL statement that consumed 99% of the CPU. Currently, there is no limit of resources on two cases of db, and the developers don't want limits. However, my manager wants a method to prevent something like this does not happen. If I use the Oracle database resources management, create a consumer group (called "DevEnv") at 40% CPU usage, what will happen if a user of DevEnv runs a bad SQL statement that normally consumes 90% CPU again? Anyone would take a different approach? Thank you.

    Sincerely,
    Sho Fukamachi

    782718 wrote:
    If users in the case of "db_uat" use 60% CPU would be users who belongs to DevEnv pending 'db_test' cannot be used more than 40% CPU, so their queries become slower at their end? I would like to know if this behavior works the same in an environment of multiple instances. Thank you.

    Yes, because the available processor would be 40%, they use more, while.

  • Question about the game database and the UNICODE character

    Hello

    I have to configure a database for an IBM product where is a requirement:
    "Databases must be created using the UNICODE database and National characters as UTF8 games, AL32UTF8 or AL16UTF16 or."

    My current database character is: WE8MSWIN1252. Change the current database character set is not an option, so I have to create a new db for this requirement.

    My question is:
    (1) how to ensure that "databases must be created using the UNICODE database"?

    (2) to take care of character, I'll use in the database creation script:

    "
    create the db1 database...
    ..
    CHARACTER SET US7ASCII
    NATIONAL CHARACTER SET AL16UTF16
    .."
    who will take care of him?

    create the db1 database...
    ..
    UTF8 CHARACTER
    NATIONAL CHARACTER SET AL16UTF16

  • Two questions regarding the restoration of the system.

    If you restore a computer to the factoy setting, it should get rid of any virus or spyware that is on this computer?

    Is it normal that the text and graphics to appear a bit odd during the restoration of the system, it seems that the resolution is not terrible.

    Thanks in advance.

    Hello

    There are some malicious programs that can survive even a format and a facility so if your restoration or
    Recovery has been infected certainly the malware might still be in the game. Did you use a Restore Point
    who she returned to a shortwhile ago, or do a restore to the new factory
    installation? A restoration is most likely still infected only once.

    The video driver may need to be updated.

    This is my generic how updates of appropriate driver:

    This utility, it is easy see which versions are loaded:

    -Free - DriverView utility displays the list of all device drivers currently loaded on your system.
    For each driver in the list, additional useful information is displayed: load address of the driver,
    Description, version, product name, company that created the driver and more.
    http://www.NirSoft.NET/utils/DriverView.html

    For drivers, visit manufacturer of emergency system and of the manufacturer of the device that are the most common.
    Control Panel - device - Graphics Manager - note the brand and complete model
    your video card - double - tab of the driver - write version information. Now, click on update
    Driver (this can do nothing as MS is far behind the certification of drivers) - then right-click.
    Uninstall - REBOOT it will refresh the driver stack.

    Repeat this for network - card (NIC), Wifi network, sound, mouse, and keyboard if 3rd party
    with their own software and drivers and all other main drivers that you have.

    Now in the system manufacturer (Dell, HP, Toshiba as examples) site (in a restaurant), peripheral
    Site of the manufacturer (Realtek, Intel, Nvidia, ATI, for example) and get their latest versions. (Look for
    BIOS, Chipset and software updates on the site of the manufacturer of the system here.)

    Download - SAVE - go to where you put them - right click - RUN AD ADMIN - REBOOT after
    each installation.

    Always check in the Device Manager - drivers tab to be sure the version you actually install
    presents itself. This is because some restore drivers before the most recent is installed (sound card drivers
    in particular that) so to install a driver - reboot - check that it is installed and repeat as
    necessary.

    Repeat to the manufacturers - BTW in the DO NOT RUN THEIR SCANNER device - check
    manually by model.

    Look at the sites of the manufacturer for drivers - and the manufacturer of the device manually.
    http://pcsupport.about.com/od/driverssupport/HT/driverdlmfgr.htm

    How to install a device driver in Vista Device Manager
    http://www.Vistax64.com/tutorials/193584-Device-Manager-install-driver.html

    If you update the drivers manually, then it's a good idea to disable the facilities of driver under Windows
    Updates, that leaves about Windows updates but it will not install the drivers that will be generally
    older and cause problems. If updates offers a new driver and then HIDE it (right click on it), then
    get new manually if you wish.

    How to disable automatic driver Installation in Windows Vista - drivers
    http://www.AddictiveTips.com/Windows-Tips/how-to-disable-automatic-driver-installation-in-Windows-Vista/
    http://TechNet.Microsoft.com/en-us/library/cc730606 (WS.10) .aspx

    ===========================

    If you need to search for malware:

    No one program cannot be used to detect and remove any malware. Added that often easy to
    detect malware is often accompanied by a much more difficult to detect and remove the payload. If its
    better to be too full now than to pay the price much later. Check with these extreme
    Overkill point and then run the cleaning only when you are sure that the system is clean.

    It can be made repeatedly in Mode safe - F8 tap that you start, however, you must also run
    the regular windows when you can.

    Download malwarebytes and scan with it, run MRT and add Prevx to be sure that he is gone. (If Rootkits
    UnHackMe execution)

    Download - SAVE - go to where you put it-right on - click RUN AS ADMIN

    Malwarebytes - free
    http://www.Malwarebytes.org/

    Run the malware removal tool from Microsoft

    Start - type in the search box-> find MRT top - right on - click RUN AS ADMIN.

    You should get this tool and its updates via Windows updates - if necessary, you can download
    It's here.

    Download - SAVE - go to where you put it-right on - click RUN AS ADMIN
    (Then run MRT as shown above.)

    Microsoft Malicious - 32-bit removal tool
    http://www.Microsoft.com/downloads/details.aspx?FamilyId=AD724AE0-E72D-4F54-9AB3-75B8EB148356&displaylang=en

    Microsoft Malicious removal tool - 64 bit
    http://www.Microsoft.com/downloads/details.aspx?FamilyId=585D2BDE-367F-495e-94E7-6349F4EFFC74&displaylang=en

    also install Prevx to be sure that it is all gone.

    Download - SAVE - go to where you put it-right on - click RUN AS ADMIN

    Prevx - Home - free - small, fast, exceptional CLOUD protection, working with other security programs.
    It is a single scanner, VERY EFFICIENT, if it finds something to come back here or use Google to see
    How to remove.
    http://www.prevx.com/   <-->
    http://info.prevx.com/downloadcsi.asp  <-->

    Choice of PCmag editor - Prevx-
    http://www.PCMag.com/Article2/0, 2817,2346862,00.asp

    Try the demo version of Hitman Pro:

    Hitman Pro is a second scanner reviews, designed to save your computer from malicious software (viruses,
    Trojan horses, rootkits, etc.). that has infected your computer despite all security measures that you have
    taken (such as the anti-virus software, firewall, etc.).
    http://www.SurfRight.nl/en/hitmanpro

    --------------------------------------------------------

    If necessary here are some free online scanners to help the

    http://www.eset.com/onlinescan/

    http://OneCare.live.com/site/en-us/default.htm

    http://www.Kaspersky.com/virusscanner

    Other tests free online
    http://www.Google.com/search?hl=en&source=HP&q=antivirus+free+online+scan&AQ=f&OQ=&AQI=G1

    --------------------------------------------------------

    Also do to the General corruption of cleaning and repair/replace damaged/missing system files.

    Run DiskCleanup - start - all programs - Accessories - System Tools - Disk Cleanup

    Start - type this in the search box-> find COMMAND at the top and RIGHT CLICK – RUN AS ADMIN

    Enter this at the command prompt - sfc/scannow

    How to analyze the log file entries that the Microsoft Windows Resource Checker (SFC.exe)
    program generates in Windows Vista cbs.log
    http://support.Microsoft.com/kb/928228

    Run checkdisk - schedule it to run at the next startup, then apply OK then restart your way.

    How to run the check disk at startup in Vista
    http://www.Vistax64.com/tutorials/67612-check-disk-Chkdsk.html

    -----------------------------------------------------------------------

    If we find Rootkits use this thread and other suggestions. (Run UnHackMe)

    http://social.answers.Microsoft.com/forums/en-us/InternetExplorer/thread/a8f665f0-C793-441A-a5b9-54b7e1e7a5a4/

    I hope this helps.

    Rob - bicycle - Mark Twain said it is good.

  • Question on the vCenter database works

    I'm trying to find out what the vCenter database consists of making it grow. Also is there a good way to monitor growth, so you don't need more space if you are using SQL Express?

    I deployed an OVA the other day and he watered vCenter because there was no room so he could do his thing. We were on SQL SERVER 2005 Express with the 4 GB limit and upgraded to SQL Express 2008 R2 with a limit of 10 GB to get going again. We do not want to do it again and I'm getting an idea of how the functions of data base and forcing it to fill up. We do not want to go with an external database at this point either.

    Hello

    Do you have a third party monitoring tool, which keep of querying data from the vCenter server. This can result in significant events. Also utility backup too can generate significant events to develop the database. .

    Concerning

    Mohammed

  • question of the restoration

    Hello

    RAC 3 knots, 11 GR 2 under redhat Linux.

    During an RMAN restore / resume operation. What is the difference between;
    CONFIGURE DEVICE TYPE DISK PARALLELISM 4 BACKUP TYPE TO BACKUPSET;
    and with 4-channel allocation in the RMAN restore block:
    allocate channel d1_disk_backup device type disk;
    allocate channel d2_disk_backup device type disk;
    allocate channel d3_disk_backup device type disk;
    allocate channel d4_disk_backup device type disk;
    Thank you
    Diego

    I guess that's also true for restore commands also not only backups.

    Yes, you are right. Because the docs and you say matches:

    During a restore operation, RMAN affects all automatic channels according to the parallelism setting for each type of device. The default configuration of device type is not relevant. For example, if you configure PARALLELISM to 3 to the default device of the sbt and the PARALLELISM to 2 for the DISK, then RMAN assigns automatically three sbt channels and DRIVE both channels during the restoration.

    http://docs.Oracle.com/CD/B10501_01/server.920/a96566/rcmconc1.htm

    Concerning
    Girish Sharma

  • Question about the duplicate database active on 11 GR 1 matter?

    Hello

    I'm getting following error active creating duplicate data.


    From backup 17 April 11
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: SID = 129 type device = DISK
    channel ORA_DISK_1: from data file copy
    Enter a number of file datafile = 00001 name=+DATA/testdb/system.dbf
    RMAN-03009: failure of the backup command on the channel ORA_DISK_1 at 17/04/2011 17:55:09
    ORA-17629: unable to connect to the remote database server
    ORA-17627: ORA-12154: TNS: could not resolve the connect identifier specified
    ORA-17629: unable to connect to the remote database server
    continue other job steps, not a not working will not re-run
    channel ORA_DISK_1: from data file copy
    Enter a number of file datafile = name=+DATA/testdb/sysaux01.dbf 00003
    RMAN-03009: failure of the backup command on the channel ORA_DISK_1 at 17/04/2011 17:57:22
    ORA-17629: unable to connect to the remote database server
    ORA-17627: ORA-12154: TNS: could not resolve the connect identifier specified
    ORA-17629: unable to connect to the remote database server
    continue other job steps, not a not working will not re-run
    channel ORA_DISK_1: from data file copy
    Enter a number of file datafile = name=+DATA/testdb/undodbs1.dbf 00002
    RMAN-03009: failure of the backup command on the channel ORA_DISK_1 at 17/04/2011 17:59:26
    ORA-17629: unable to connect to the remote database server
    ORA-17627: ORA-12154: TNS: could not resolve the connect identifier specified
    ORA-17629: unable to connect to the remote database server
    continue other job steps, not a not working will not re-run
    channel ORA_DISK_1: from data file copy
    Enter a number of file datafile = name=+DATA/testdb/rman01.dbf 00004
    RMAN-00571: ===========================================================
    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Db in dual at 17/04/2011 18:01:30
    RMAN-03015: an error has occurred in the script stored memory Script
    RMAN-03009: failure of the backup command on the channel ORA_DISK_1 to 17/04/2011 18:01:30
    ORA-17629: unable to connect to the remote database server
    ORA-17627: ORA-12154: TNS: could not resolve the connect identifier specified
    ORA-17629: unable to connect to the remote database server

    Thank you

    Check on MOS:

    Duplicate of Active database error: Ora-17627: Ora-12154: Tns: could not resolve the C [1144273.1 ID]

  • A question about the CREATE DATABASE LINK PUBLIC and ORA-12154 error

    Hi all


    I have a problem on the public database link creation and I would be grateful if you could kindly give me a helping hand. I have the following connection settings in my
    tnsnames.ora file:
    ...
    DGPAPROD.WORLD = 
         (DESCRIPTION = 
           (ADDRESS_LIST = 
            (ADDRESS = (COMMUNITY=tcp.world)
              (PROTOCOL=TCP)(HOST=ORASR001)(PORT=1521)
             ) 
           )
           (CONNECT_DATA = (SID = DGPAPROD))
        )
    ...
    Having the above mentioned parameters, I can connect to this remote database directly in a SQL * more shell:
    $ sqlplus username/[email protected]
    It works pretty well and the connection is established without any problem.

    Now, what I want to do is to create a public database of this remote database link to avoid the user/connection of switch for the visualization of the
    the content of this database. I proceeded in line with the syntax indicated in the Oracle online documentation:

    http://download.Oracle.com/docs/CD/B28359_01/server.111/b28286/statements_5005.htm#SQLRF01205

    This is why I run the following to create a public database link
    CREATE PUBLIC DATABASE LINK SR001_dblink CONNECT TO user IDENTIFIED BY password USING 'DGPAPROD.WORLD';
    Apparently there is no error and the link is created successfully. However, it cannot resolve the remote host and every time I run this query
    (myenterprise is the name of a table in the remote database)
    SELECT *
    FROM myenterprise@SR001_dblink
    
    ERROR at line 1:
    ORA-12154: TNS:could not resolve the connect identifier specified
    What causes this problem?

    Thanks in advance,


    Kind regards
    Dariyoosh

    You must have defined DGPAPROD. WORLD in tnsnames.oar on the server where DB is runnig.

  • A question about the restoration of cold backup (backup of control file is not clear)

    Hello

    I had another question about restoring from backup to cold. My database is in noarchivelog mode and after that take a consistent backup of cold, all I have to do is restore the backup right? -Why I got this question is because: when I save my control to trace file, I see statements like this: -.
    -Orders to recreate the table of the incarnation
    -Under journal names MUST be replaced by names of existing files
    -disc. The log files from each branch can be used for
    -re - create the folders of the incarnation.
    -LOGFILE of REGISTRY ALTER DATABASE ' / uo1/app1/arch1_1_647102958.dbf';
    -Recovery is required if any of the data files are restored backups.
    - or if the last shutdown was not normal or immediate.
    RECOVER THE DATABASE
    -Database can now be opened normally.
    ALTER DATABASE OPEN;
    -----
    My database is in noarchivelog mode now so don't know why these statements (of the registry the logfile) is there in the backup of the control file? so when I restore the cold backup of this database, it will still work OK? (there is no log file I only have the CRD files in cold don't backup - no log file archive.)

    Thank you
    Cedric

    It is a generic message in trace control file. It's not affect you.

  • EliteOne 800: Generic Question to the restoration of the system

    There are several tools installed on a new PC when I get it out of the box. I.e. the Manager of recovery or other pre-installed tools.

    My understanding is as follows:

    If I have at any point in time, I replace the hard drive with the NEW disk hard empty (no partitions), I should be able to re - install all the software, including the pre-installed tools and special partitions with the supplied DVD supplied with the system.

    Is this correct?

    What I see, is that if I re - install a system in this way (AND Driver install OS installation DVD), it seems that in the end, some tools are missing. How comes?

    Additional question:

    I receive with every HP PC several DVD. In this case, I have a "Windows 8.1 Pro DVD operating system" and a "Driver Recovery DVD, Windows 8.1".»

    If I would create the recovery of the DVD of a system of HP running Windows 8.1, I'd get the exact content of the DVD even?

    I ask this question because so far I was not able to create the DVD of recovery since the two systems that I never started (blue screen and restarting loop). So I could never create the recovery DVD.

    DH

    I received 3 systems 800 EliteOne, oll of them with bluescreen and boot with button loop.

    I completely re-installed all systems with the DVD provided by HP.  Macrium does not help in this situation.

    Although the BIOS settings are absolutely identical, and all drives have been wiped and formatted before you reinstall, I'm done with a single system properly program facility and two systems with lack of recovery partitions. On a system, I was not able to activate the SSD as cache, installed all the latest drivers.

    In any case, let's close this thread. Thanks for your help.

    Dan

  • Request for information on the BAM database

    Hello

    I have a few questions about the BAM database:

    1. when the entry is created in the BAM database, it's always an "Add" operation or it can be 'Update' operation also? (A new record is entered each time or sometimes old records are updated?).
    2. What is the difference between rucheDans, origActivityIn and waitActivityIn columns of the BAM_WORKLOAD table? Can someone provide a simple example to make a difference?

    Thanks in advance!

    Jean René

    1. the BAM database receives no updates and inserts. New lines are added when occur snapshots. The inside of the engine there is a setting (usually 24 hours) to the BAM database where the outdated information (lines) are removed from the database.

    2. the "rucheDans" represents the instance number of the current instance in the process.

    The "origActivityIn" column is almost always '1 '. When he is not this, then it means that the work item instance is sitting inside a subflow activity. The number in this column represents the instance number for the work item instance inside the begotten child sub-process.

    Similarly, the "waitActivityIn" is almost always '1 '. I have never seen that everything except "1". It is not documented anywhere I know, but I think that this instance of the child process respresents who number a Message wait activity waits for a notification. This can happen when a child process is created in a parent process asynchrously using process creation activity. The child can then in turn send a notification to the parent using an activity to send the Message.

    Dan

  • Restore database HRCS90 question: until THE TIME which was before the RESETLOGS

    People,


    Hello. On December 2, 2013, I backed up my instance of database with RMAN with Oracle Linux 5 HRCS90. the backup of the database to run correctly. 2 files 'full_0doqhbqc_13_1' and 'full_0eoqhce9_14_1' are saved in the /backup_database_instance_HRCS90 directory.


    Because my HRCS90 database has been damaged, I need to restore the database to HRCS90 until the time 02-Dec_13 when it is saved. I have run the commands below:

    RMAN > RUN {SET until TIME ' to_date (February 12, 2013: 00:04:56 ',' DD-MM-YYYY: HH24:MI:SS') ";} RESTORE THE DATABASE ;}

    Its release: complete the restore to February 11, 14.

    SQL > alter drop database datafile offline 121;

    Its release: alter database.

    SQL > alter database open resetlogs;

    Its release: alter database.

    SQL > shutdown immediate;

    SQL > startup;

    Its release: mounted database. Open database.


    So I can execute select * TableName off HRCS90 the database successfully.

    Because the HRCS90 database is corrupted again, I need to restore it again on December 2, 2013. I have run the commands below:

    In the directory/u01/oradata/HRSC90 /:

    [user@linux HRCS90] $ rm *.dbf

    RMAN > Connect target;
    RMAN > RUN {SET until TIME ' to_date (February 12, 2013: 00:04:56 ',' DD-MM-YYYY: HH24:MI:SS') ";} RESTORE THE DATABASE ;}

    Its output:

    RMAN-03002: failure of the set command
    RMAN-20207: until the RECOVERY WINDOW, which was before the RESETLOGS.

    My questions are:

    Is that mean 'UNTIL TIME' before the RESETLOGS? How to solve the problem to restore the HRCS90 database?


    Thanks in advance.

    you have run this on your system.correct source?

    Try

    (5) name of the element: / home/user/OracleDB_Home/dbs/c-612194578-20131202-00

    Check the included file: cash SNA: cash 1947113 time: 01-DEC-13

    This backup must be available on the local system.

    HTH
    Anuj

  • Using RMAN/Flashback to restore or passage / failover to the backup database

    Hello

    I'm new on the protection of the data.  I read the documentation and have implemented the Data Guard for my database of test called PPRD.  So I PPRD for the primary database and PPRD_DR0 for sleep.

    I've implemented the custody of data with the default, maximum Performance. I'm testing. (That's 11 GR 2.  I also use SQL/RMAN to set everything up.  I can implement Grid Control to administer it.

    What I was asking is - as the case may be, are there times where I'm better NOT do a failover to the standby?  Given that the PPRD is in archivelog mode (of course) and we have full and incremental backups archivelogs all being written to the disc, AND my expectation is mode maximum performance... is there times where there was NO data loss by restoring the database and he recovering from RMAN? Indeed, recovery logs are intact, not if the first line of conduct?

    Now, obviously if there is some sort of disaster and the primary is destroyed we would failover to our expectation. But for most typical failures, wouldn't we want to use RMAN and the backups/archivelogs as a first course, because there MAY be loss of data with the maximum performance mode? Also, I know there are views, that we can use to see how in sync is the day before, but I'm a little unclear on this.  At the time of a database problem, if we do not have an automatic failover enabled and configured, exactly how can we check how to synchronize the standby is with the primary?  (I know that this response is common and there, I don't want to ask the obvious question.)

    Since I was in archivelog and flashback as well on mode the primary... If the primary is still intact (but has a problem) I use RMAN, flashback, etc. before making failover/switching in high school?

    Thank you for any response.

    Hello;

    Yes. For me, a failover is a last resort. Ask yourself a few questions:

    My company requires an availability of 100%?

    How long the principal will be not not available?

    How long and how to recover from failover?

    I can make a move to the place?

    Each year we turn off the room of servers for a weekend. What I do, it is a failover, then a switch after the old primary appears as the day before and catch up.

    Here are my notes of failover test:

    http://www.Visi.com/~mseberg/data_guard/Data_Guard_Failover_Test_using_SQL.PDF

    This may help too:

    Roll a standby forward using an RMAN backup to trouble The Nologging changes incremental (Doc ID 958181.1)

    Best regards

    mseberg

  • The amendments are not expected to be replaced by "restore database; recover the database; » ?

    Hello

    I just have to experience.

    I create a test table and some inserted rows. The I took a full backup of the database more archivelog. Then I insert more than a few lines in the test table. Then the database to stop and he started in the State of EDITING.

    Then RMAN, I made the following two commands after connection to this database as target database:

    RMAN > restore database;

    RMAN > restore database;

    After the success of the recovery operation, I opened the database. Then, I questioned the test table. I expected to see only the rows that have been inserted before the last full backup, but I can see all rows that were inserted into the table of this test. I am little confused - I thought that "restore and recover" a full backup will overwrite the existing State of the database. I expect that the State of data (database) will be exactly the same as it was at the full backup.

    Now I think I got a bad concept, but could someone please clarify this?

    Best regards

    Since you did not specify a point in time recovery Oracle used the rman backup files including archivelogs and redo to roll forward to the top in its last consistent state.

    Do not know what you were doing to the database before you did the recovery, but if you were to try again but to delete all data files, file archivelog and repeat then try recover again you would only see then the first set of rows.

  • Questions concerning the creation of a database of physical intelligence 10 gr 2

    I'll set up a physical standby database in a test environment using both windows 2003 servers. I was wondering if anyone could answer a few questions, on which I do not really understand. I have been through the manual of data protection and as much information I can find online. I may work but wanted to post things that I'm not sure I did quite right.

    My tnsnames.ora files.

    On my primary database server:

    tnsnames.ora # Network Configuration file: F:\oracle\product\10.2.0\db_1\NETWORK\ADMIN\tnsnames.ora
    # Generated by Oracle configuration tools.

    PRIMARY =.
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP) (HOST = SERVER1)(PORT = 1521))
    )
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = PRIMARY. Mydomain.com)
    )
    )

    STANDBY =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP) (HOST = SERVER2)(PORT = 1521))
    )
    (CONNECT_DATA =
    (SERVICE_NAME = STANDBY. Mydomain.com)
    )
    )


    On my physical server to the standby database:

    tnsnames.ora # Network Configuration file: f:\oracle\product\10.2.0\db_1\NETWORK\ADMIN\tnsnames.ora
    # Generated by Oracle configuration tools.

    STANDBY =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP) (HOST = SERVER2)(PORT = 1521))
    )
    (CONNECT_DATA =
    (SERVICE_NAME = STANDBY. Mydomain.com)
    )
    )

    PRIMARY =.
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP) (HOST = SERVER1)(PORT = 1521))
    )
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = PRIMARY. Mydomain.com)
    )
    )

    My Listener.ora files:

    On my primary database server:

    listener.ora # Network Configuration file: F:\oracle\product\10.2.0\db_1\NETWORK\ADMIN\listener.ora
    # Generated by Oracle configuration tools.

    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (GLOBAL_DBNAME = PRIMARY. Mydomain.com)
    (ORACLE_HOME = f:\oracle\product\10.2.0\db_1)
    (SID_NAME = primary)
    )
    )

    LISTENER =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = server1.mydomain.com) (PORT = 1521))
    )

    On my physical server to the standby database:

    listener.ora # Network Configuration file: f:\oracle\product\10.2.0\db_1\NETWORK\ADMIN\listener.ora
    # Generated by Oracle configuration tools.

    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (GLOBAL_DBNAME = standby.mydomain.com)
    (ORACLE_HOME = f:\oracle\product\10.2.0\db_1)
    (SID_NAME = sleep)
    )
    )

    LISTENER =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = sever2.mydomain.com) (PORT = 1521))
    )


    I'm not sure I call after creating the control for use in standby file.

    A primary server that I created using the:

    change the database create controlfile as 'sbcontrol01.ctl ';

    I copied the database pfile primary I had created earlier to the standby server, renames and edited.

    Initially, I left the CONTROL_FILES = parameter pointing to the control01.ctl, the control02.ctl and the control03.ctl that I restored. But I was getting the error ORA-01665: control file is not a standby control file

    So I copied the sbcontrol01.ctl to sbcontrol02 and sbcontrol03.ctl and stressed the CONTROL_FILES = setting at home.

    The error disappeared and the database came. I still need to test it even more, but I wanted to see if I was doing the correct or a stroke of luck.

    Edited by: tjohnson on March 23, 2009 14:26

    This seems correct, you could have also just named Eve controlfiles to control01, as your principal is 02.etc.

Maybe you are looking for

  • How can Qosmio G30-126 - I check the fan speed?

    MODEL: G30 - 126OS: VISTA 32-BIT SP2 How to know the speed of the fan? I have try several programs like "sensor hw monitor" & "fan speed" but it's not watch everything think about the temperature of the CPU just fan speed. Where is the problem and wh

  • HP Deskjet 2050 print in a wireless network?

    Hello world! I watched this videoand follow these steps, but it seemed impossible to print my printer wifi, then what should I need to print in my network. Also, I have 2 desktop computers (1 router to connect to the internet and 1 printer, use wifi)

  • Timer &amp; events system process

    I usually use a "smart" delay dealing with the events, but I wanted to use a thread separate to process system events. Wording of menchar here, I feel that using a timer, it is automatically in a different thread. Is this true?

  • How can I get rid of the returns in my text?

    I'm a writer. I put a lot of text on my word processor. While writing, I pressed the wrong .key and he did all the hard return symbols appear. I know are a very simple process to remove them, but I don't remember the sequence of what to do. Anyone ca

  • I can not delet my wanted United Nations send and return to my other email

    When I go into my email. I can't delet them or my own Junk. I have also two msn more and I can not get it please help. Thank you