Restore and recover a single file of data/Tablespace to reclaim space

Oracle 11 G R2 with node 2 RAC, ASM and Data Guard

11.2 Solaris

I have a Bigfile Tablespace TB 5 on Production which has a very large table containing LOB data. Most of the LOBs have been deleted so now the space used is only 200G.

I need to recover the space (to 4.8) below the high water mark (HWM). We tried all the usual methods (shrink, move, reorg online), but due to the enormous size of the space, they are all would require to take my Production database down for many hours. Also, I have limited disk space to work with.

In 11 G RMAN skips data file blocks that do not contain at present no data when you save to disk for a backupset.

I came with a possible alternative to reclaim space with RMAN below:

1. turn the offending offline data file

ALTER DATABASE DATAFILE OFFLINE 3.

2 restore and recover the offending using data file:

RUN {}

SET NEWNAME for DATAFILE 3 on NEW;

RESTORE THE 3 DATA FILE;

DATAFILE 3 SWITCH;

RECOVER DATA 3 FILE;

}

3. place the new file data online

ALTER DATABASE DATAFILE 3 ONLINE;

First: Will this work?

Second: When I restore this data file, it will ignore the HWM on original table space and restore just the 200 GB of data, or he will restore the 5 TB of blocks used or not?

Thank you.

RMAN ignores empty blocks during the backup, but restoration will create the same file size as it has been earlier and restore data later. So you will get no benefit from it.

Tags: Database

Similar Questions

  • The vi below opens a new data file every time new data of the visa arrived. I only want a single file of data for registration period!

    The vi below opens a new data file every time new data of the visa arrived. I only want a single file of data for registration period!

    Can someone bring me (Labview is new to me) in the right direction?

    John

    See attached the amendment. I made a change to my suggestions and possess the top-level VI for the null refnum. See if it makes sense.

  • Restore and recover Tablspace point in time

    Hello

    DB: 9.2.0.8
    OPERATING SYSTEM: AIX 5.3

    I want to restore and recover a tablespace to old date(18-Jun-2012).

    IM I right by following the steps below.

    1. in nomount mode

    until June 18, 2012 time ';
    Restore controlfile to '<>';

    2 editing mode

    until June 18, 2012 time ';
    undo < necessary Tablespace > tablespace system restore ';

    3 editing mode

    until June 18, 2012 time ';
    undo < necessary Tablespace > tablespace system restore ';

    4. alter database open resetlogs;



    What will happen to remaining in the same PB storage.? How the NPC will be defined with other tablespaces and newly recovered tablespace point-in-time?

    If I'm missing something, please suggest me...

    Thank you

    This will help you

    http://docs.Oracle.com/CD/B19306_01/backup.102/b14191/rcmtspit.htm

  • How can I restore and recover the database to a different server using RMAN?

    Hello Friend:

    How can I restore and recover the database to a different server using RMAN? I want to implement an enviroument which has a different enviroument and different directories.

    That's the two servers. different stored different on each server and a single link, a table library where backup set.

    I can only restore and recover the database of the Rman command. Could you give me a demo?

    Thank you

    How can I restore and recover the database to a different server using RMAN? I want to implement an enviroument which has a different enviroument and different directories.

    That's the two servers. different stored different on each server and a single link, a table library where backup set.

    I can only restore and recover the database of the Rman command. Could you give me a demo?

    Check this box
    * How to restore Rman backups on a different node when the Directory Structures are different [ID 419137.1] *.

  • I ran a restore and lost all my files. I can get back them some how

    Original title: files lost

    I ran a restore and lost all my files (more importantly photos).  I can get back them some how

    Hello

    Log in as ADMIN

    Your photos and other files should still be there under C:\Users\Your user Name\

    Sounds like your account became corrupted or affected by malware?

    You can try to fix it with Safe Mode - repeatedly press F8 as you bootup. The ADMIN account in trunk
    Mode has no default password (unless someone has changed the password so it should be available).

    How to enable or disable the real built-in Administrator account in Vista
    http://www.Vistax64.com/tutorials/67567-administrator-account.html

    Use the Admin account hidden to lower your user account APPLY / OK then wear again to
    ADMIN. This allows clear of corruption. Do the same for other accounts if necessary after the
    above message.

    You can use the hidden - administrator account to make another account as an ADMINISTRATOR with your same
    password (or two with the same password) use a test or difficulty to another.

    You can run the command Admin account hidden from the prompt here if
    necessary.

    This tells you how to access the System Recovery Options and/or a Vista DVD
    http://windowshelp.Microsoft.com/Windows/en-us/help/326b756b-1601-435e-99D0-1585439470351033.mspx

    What are the system recovery options in Windows Vista?
    http://Windows.Microsoft.com/en-us/Windows-Vista/what-are-the-system-recovery-options-in-Windows-Vista

    How to create a Vista - free methods recovery disk
    http://www.Vistax64.com/tutorials/141820-create-recovery-disc.html

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

    If you cannot access your old account, you can still use an Admin to migrate to another (don't forget
    always leave to an Admin who is not used except for testing and difficulty account).

    Difficulty of a corrupted user profile
    http://windowshelp.Microsoft.com/Windows/en-AU/help/769495bf-035C-4764-A538-c9b05c22001e1033.mspx

    I hope this helps and happy holidays!

    Rob Brown - Microsoft MVP<- profile="" -="" windows="" expert="" -="" consumer="" :="" bicycle="" -="" mark="" twain="" said="" it="">

  • Can send Adobe deliver and follow a single file sent to 1000 recipients + (mass email)?

    Can send Adobe deliver and follow a single file sent to 1000 recipients + (mass email)?

    You can send a file to up to 200 recipients in each "transaction". Hope that answers your question.

  • Recovery of the space in a file of data/tablespace in 10g

    We have a tablespace of 30 GB, made up of 15 data files of 2 GB each. However, there are only 5 GB of data in the tables within this space of tables.

    This occurred because the database kept growing (so the new data files have been added) until it was discovered that a single journal table occupied almost all the space. When this table was truncated, he left more space free, but "fragmented" across all 15 files given.

    I'm trying to reclaim the space in the data files to be able to go back to the OS (there is no reason to keep more than 7-8GB to this tablespace).

    From what I've read, the "alter table xxx move" command must relocate the tables to new segments to the 'before' of storage space, and then we should be able to delete the empty data in the end.

    However, when I run this command on a test table, nothing appears to change everything.

    I am running:

    ALTER table AAFDTCRC move;
    ALTER index RM. Regeneration of the PKAAFDTCRC;
    exec dbms_stats.gather_table_stats (ownname = > 'RM', tabname = > 'AAFDTCRC', estimate_percent = > null, method_opt = > 'for all THE COLUMNS of SIZE AUTO', degree = > 6);

    However, when I ask the dba_extents table, is to show the table always distributed in different data files. I use the "alter table" command incorrectly, or is the table dba_extents not up to date with new information?

    Any help would be appreciated. Thank you!

    user11198894 wrote:
    Measure sizes might be a problem. Looks like that the previous data files use a size smaller than those created after measure. And I have naven can't able to find much information about what "alter table... move" when a tablespace has more than one data file. Maybe it does work in this situation?

    You will not be able to reduce the number of files in a tablespace; so if that's your goal, you will need to create a new tablespace and move objects inside. In addition, you will not be able to avoid a performance impact, unless you use the dbms_redefinition package to move tables because the MOVE command makes the unavailable table and requires you to rebuild indexes.

    There is a note that I wrote some time back - with a pointer to a helpfuil script - which gives you a few ideas of how Oracle behaves with management space with multiple files when you move objects: http://jonathanlewis.wordpress.com/2010/02/06/shrink-tablespace/

    If you want to keep the same tablespace you can try something roughly like this:


    Run my script to report on the current use of space
    Reduce as much as possible all the files
    Move objects more big are reaching the end of the files
    Repeat as necessary to step 1

    Concerning
    Jonathan Lewis

  • degree of parallelism and the number of files in the tablespace

    Hello

    I'm trying to find the relationship between the number of files in a tablespace and the degree of parallelism. because of the number of files in a tablespace effect dop in parallel query. because if several files are in the tablespace/o of the system has increased and the system became more feverable for a query parallel.

    But I looked in the dop formulas I can't find any settings that specify how the file is there in a tablespace. Please give me the formula for calculting dop in oracle.


    concerning
    Nick

    Hi Nick,

    It is not easy to determine the optimum degree of parallelism for the tasks of the Oracle.

    Oracle says that the best degree of parallelism for a query is based on several factors. These factors are presented in order of importance:

    -The number of processors on the server.

    -The number of physical disks located in the tables.

    -For parallelization of the partition, the number of partitions that will be available, based on the size of partition (if any).

    I can't find any settings that specify how the file is there in a tablespace.

    This is the number of physical spindles that matters, is not at the level of the tablespace.

    If I have diploma = 8, cpu_count = 8 and data are on 8 discs, there is no pretense.

    It's one of the problems with big great drives today, too few concurrency...

    I hope this helps...

    Donald K. Burleson
    Oracle Press author
    Author of "Oracle Tuning: the definitive reference".
    http://www.rampant-books.com/book_2005_1_awr_proactive_tuning.htm

  • Lenovo IdeaPad K1 and recommended to send files of data from the pc to the internal storage K1.

    What is the recommended method to transfer data files from my pc to my Lenovo IdeaPad K1 internal storage space?

    Did not seem to matter that I try a file transfer, there has never been a problem (and I speak not only of this device, but to other Android devices as well).

  • XY graph, initialize multiple groups of data and update a single set of data

    Hello

    I have developed a VI to control the coordinates XY of a platform using two engines. A version a little kwicks xy plotter.

    The detail that I could use help in is the following:

    1. I have 469 (or 400 ~ ish, there are two modes) of the discrete points to be initialized/connected to a XY graph such that a cursor on the XY graph can break discrete points. It's well done.

    2. I have to keep track of the current position of XY. It's also well done

    3. I have to keep track of the former x - y positions, where I was able to extract the data correctly. This is done by a switch.

    4. almost all VI has an a giant loop, although sequenced by 0 of the past a structure of case to another until you reach the final "global dummy.

    Now, signals which are processed to the engine through a USB digital signal generator, I think not that the specifications are necessary. Essentially I needed bitmask each individual movement, so the 'engine of movement' part is embedded in the giant of while loop. This means that whenever I have add a new feature to my VI, engine movements slow down, each time that the operating system on the computer decides to run an automatic update, drivers slow down. I do not have the luxury of multi-threading or a microcontroller immediately.

    At this point, my engines are terribly slowly, and I'll try to find a way to make them run faster. I am sure that the bottleneck is actually treatment for my data XY graph.

    My XY graph manages 3 sets of data,

    a. 469 discrete points (table 2 x 469) or 400 ~ ish discrete points (2 x 400 ~ table)

    position current c. (x, y)

    d. "rescued/captured" (2xincreasing up to table 469) positions

    everything has, b, c are inside the while loop. A switch determines the 'a' is used.

    the berries are grouped and then sent in the graph xy inside the while loop. I need the graph to be interactive to the cursor and data.

    Now, is that I wish to run things.

    1. selection from either a or b is responsible to the xy chart (by a switch).

    2 c is updated constantly.

    3 d is updated whenever the data was captured (by a switch).

    Basically, I need a and or b to run only ONCE at initialization of the (and when I decide to swtich from one to the other) and remains constant. In the same way D updates only when a switch has been pressed.

    I failed to find resources too tracing data to the xygraph, and drawing a live data on top selectively.

    I have attached an outdated version of my front as reference. I would like suggestions. Thank you in advance.

    -JLS


  • Question on create Redo log after restoring files and recover

    Log files to rebuild RMAN backup? Below the blog describes the steps to restore and recover a RMAN backup in a new host.
    http://blog.CSDN.NET/sweethouse1128/article/details/6948273


    RMAN seems to have backed up and restored the redo log files


    After the resumption, blogger issues
    select * from v$logfile;
    and the result obtained some log files. The rows returned are restored files redo log. right? Redo of RMAN backup and restore log files?

    Redo of RMAN backup and restore log files?

    N ° never. Even when you do a 'coherent' backup (i.e. with the database MOUNT but the mode is not OPEN).

    When you restore a full RMAN on a new server backup, RMAN restore REDO LOG files in the respective directories

    Does not apply because RMAN does not save logs in restoration online.

    Isn't better to manually create redo log files after restoration

    When you perform incomplete recovery, you must issue an ALTER DATABASE OPEN RESETLOGS.
    The RESETLOGS creates log files remake it, if they are not present OR reset them if they are present.
    In a scenario of complete restoration, the online redo log files are already present on the drive (i.e. they are not lost or destroyed and they are not restored a backup).

    Hemant K Collette

  • I deleted a single file from my Windows Media Player 11 library and now I want it in my library - how should I do this?

    Am running Windows XP and removed a single file of the library only (and not from the library and my computer) and can see the file in the folder, it can play in Windows Media Player by clicking on it in the folder, but can't find a way to 'restore' the file so I can see it again in my WMP library.  Any way to do this without rebuilding the entire library?

    Hi JohnEvergreen,

    Follow these steps:

    (a) open Windows Media Player (WMP).

    (b) access to the "library". Click the menu "file" at the top of WMP. Select "Add to library" and wait for the dialog box labeled in order to pop open.

    (c) restore files. Click on the 'Advanced Options' button in the dialog 'Add to library'. In the column "watched folders" make sure that the folder that contains your original music is selected, which is indicated in the column "Type" as "Rip folder. Look under the section "watched folders" and ensure that a tick is filled to "Add files previously deleted from the library." Click on the 'OK' button and wait for the dialog box "Add to library by searching computer" to open it.

    (d) in the look in dialog box "Add to library by searching computer" at the 'progress' bar, indicated by a green line moving from left to right; also, below, monitor the "found files" and "added files" account.

  • How to skip unwanted tablespaces restoration and recovery

    DB version: 11.2.0.1.0
    Version of the OS: AIX 6.1

    I have a full backup (level 0, level 1, archives, controlfile, spfile) for a database. Now, I have to restore and recover the database on another server. I know that some storage spaces that are not necessary. This means, the tablespace are just for the backup of tables etc. and storage spaces are not recovered & restored then also it very well. My main idea is to save time by not restore & recovery of unwanted files. Here is the output of outline report.
    RMAN> report schema;
    
    Report of database schema for database with db_unique_name CORE
    
    List of Permanent Datafiles
    ===========================
    File Size(MB) Tablespace           RB segs Datafile Name
    ---- -------- -------------------- ------- ------------------------
    1    2048     SYSTEM               YES     /u04/oradata/CORE/system01.dbf
    2    1024     SYSAUX               NO      /u04/oradata/CORE/sysaux01.dbf
    3    1024     UNDOTBS              YES     /u04/oradata/CORE/undots01.dbf
    4    1046     USERS                NO      /u04/oradata/CORE/users01.dbf
    5    1024     TEST_TAB             NO      /u04/oradata/CORE/test_tab01.dbf
    
    List of Temporary Files
    =======================
    File Size(MB) Tablespace           Maxsize(MB) Tempfile Name
    ---- -------- -------------------- ----------- --------------------
    1    1024     TEMP                 1024        /u04/oradata/CORE/temp01.dbf
    I used "RMAN > sql ' alter database datafile offline to drop 4"; "take one data file for users of tablespaces in offline mode. Here are the complete logs.
    Recovery Manager: Release 11.2.0.1.0 - Production on Fri Feb 1 13:27:34 2013
    
    Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved.
    
    connected to target database (not started)
    connected to recovery catalog database
    
    RMAN> startup nomount
    
    Oracle instance started
    
    Total System Global Area    4275781632 bytes
    
    Fixed Size                     2213632 bytes
    Variable Size                822085888 bytes
    Database Buffers            3439329280 bytes
    Redo Buffers                  12152832 bytes
    
    RMAN> restore controlfile from autobackup;
    
    Starting restore at 01-FEB-13
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: SID=65 device type=DISK
    allocated channel: ORA_DISK_2
    channel ORA_DISK_2: SID=127 device type=DISK
    
    channel ORA_DISK_1: looking for AUTOBACKUP on day: 20130201
    channel ORA_DISK_1: AUTOBACKUP found: /oraclebackup/CORE/CTL_c-912678878-20130201-02
    channel ORA_DISK_2: looking for AUTOBACKUP on day: 20130201
    channel ORA_DISK_2: skipped, AUTOBACKUP already found
    channel ORA_DISK_1: restoring control file from AUTOBACKUP /oraclebackup/CORE/CTL_c-912678878-20130201-02
    channel ORA_DISK_1: control file restore from AUTOBACKUP complete
    output file name=/u01/oradata/CORE/control01.ctl
    output file name=/u02/oradata/CORE/control02.ctl
    output file name=/u03/oradata/CORE/control03.ctl
    Finished restore at 01-FEB-13
    
    RMAN> alter database mount;
    
    database mounted
    released channel: ORA_DISK_1
    released channel: ORA_DISK_2
    
    RMAN> sql 'alter database datafile 4 offline for drop';
    
    sql statement: alter database datafile 4 offline for drop
    
    RMAN> restore database;
    
    Starting restore at 01-FEB-13
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: SID=96 device type=DISK
    allocated channel: ORA_DISK_2
    channel ORA_DISK_2: SID=127 device type=DISK
    
    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 00002 to /u04/oradata/CORE/sysaux01.dbf
    channel ORA_DISK_1: restoring datafile 00004 to /u04/oradata/CORE/users01.dbf
    channel ORA_DISK_1: restoring datafile 00005 to /u04/oradata/CORE/test_tab01.dbf
    channel ORA_DISK_1: reading from backup piece /oraclebackup/CORE/DF_L0_CORE_01022013_2no0slbn_87_1
    channel ORA_DISK_2: starting datafile backup set restore
    channel ORA_DISK_2: specifying datafile(s) to restore from backup set
    channel ORA_DISK_2: restoring datafile 00001 to /u04/oradata/CORE/system01.dbf
    channel ORA_DISK_2: restoring datafile 00003 to /u04/oradata/CORE/undots01.dbf
    channel ORA_DISK_2: reading from backup piece /oraclebackup/CORE/DF_L0_CORE_01022013_2oo0slbn_88_1
    channel ORA_DISK_2: piece handle=/oraclebackup/CORE/DF_L0_CORE_01022013_2oo0slbn_88_1 tag=LEVEL0
    channel ORA_DISK_2: restored backup piece 1
    channel ORA_DISK_2: restore complete, elapsed time: 00:04:06
    channel ORA_DISK_1: piece handle=/oraclebackup/CORE/DF_L0_CORE_01022013_2no0slbn_87_1 tag=LEVEL0
    channel ORA_DISK_1: restored backup piece 1
    channel ORA_DISK_1: restore complete, elapsed time: 00:04:16
    Finished restore at 01-FEB-13
    
    RMAN> recover database;
    
    Starting recover at 01-FEB-13
    using channel ORA_DISK_1
    using channel ORA_DISK_2
    
    starting media recovery
    
    archived log for thread 1 with sequence 1 is already on disk as file /u05/oradata/CORE/CORE_11806244987.ARC
    archived log for thread 1 with sequence 2 is already on disk as file /u05/oradata/CORE/CORE_21806244987.ARC
    archived log file name=/u05/oradata/CORE/CORE_11806244987.ARC thread=1 sequence=1
    archived log file name=/u05/oradata/CORE/CORE_21806244987.ARC thread=1 sequence=2
    unable to find archived log
    archived log thread=1 sequence=3
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of recover command at 02/01/2013 13:37:07
    RMAN-06054: media recovery requesting unknown archived log for thread 1 with sequence 3 and starting SCN of 365298
    
    RMAN> alter database open resetlogs;
    
    database opened
    new incarnation of database registered in recovery catalog
    starting full resync of recovery catalog
    full resync complete
    But in the newspapers, I don't see that datafile 4 is always restored which means that I spend more time on the restoration of files that I need. Is it possible to do that?

    Hello;

    You can make a leap like this:

    RMAN > RECOVER DATABASE SKIP users TABLESPACE; (for multiples use the comma between)

    Temp history, RESTORE DATABASE SKIP TABLESPACE;

    You will need to provide the Tablespace names in single quotes.

    Your RESTORE command must also include SKIP TABLESPACE tablespacename or SKIP FOREVER TABLESPACE tablespacename to exclude the specific tablespace.

    http://www.di.unipi.it/~GHELLI/didattica/bdldoc/B19306_01/backup.102/b14192/recov004.htm (6.4.3.2 Performing Media Recovery of restored database, Tablespace or Datafile)

    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.

  • [HELP] Problem with the restoration and recovery in the new host

    Hi, guys!

    I have tried for two days, but still can't make it work.
    I took a hot (online) full backup archive as well as the control file logs with the SPFILE and then copy the backup to the new host with the same directory structure and parameters. Finally, I tried to restore and recover the database on the new host, but failed during the restore process.

    The original host and the new host have the same subject Oracle installed until the patch level. I couldn't understand the solution to this problem based on my knowledge on Oracle DB.

    Could someone help me out here? Any advice would be appreciated!

    -----
    RMAN > restore the database up to the wire of the sequence 10 1;

    From restoration to November 8, 11
    using channel ORA_DISK_1

    channel ORA_DISK_1: from datafile backupset restoration
    channel ORA_DISK_1: specifying datafile (s) to restore from backup set
    restoring datafile 00001 to D:\DBDATA\PRODDB\SYSTEM01. DBF
    restoring datafile 00002 to D:\DBDATA\PRODDB\UNDOTBS01. DBF
    restoring datafile 00003 to D:\DBDATA\PRODDB\SYSAUX01. DBF
    restoring datafile 00004 to D:\DBDATA\PRODDB\USERS01. DBF
    restoring datafile 00005 to D:\ORA_DATADATA01. DBF
    restoring datafile 00006 to D:\ORA_DATA\DATA02. DBF
    restoring datafile 00007 to D:\ORA_DATA\INDX01. DBF
    restoring datafile 00008 to D:\ORA_DATA\INDX02. DBF
    channel ORA_DISK_1: backup C:\ORACLE\PRODUCT\10.2.0\FLASH_REC piece reading
    OVERY_AREA\PRODDB\BACKUPSET\2011_11_07\O1_MF_NNNDF_TAG20111107T175037_7CH6YYVJ_. BK
    P

    switch to the previous backup

    RMAN-00571: ===========================================================
    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
    RMAN-00571: ===========================================================
    RMAN-03002: failure of the restore command at 11/08/2011 11:41:33
    RMAN-06026: some targets not found - abandonment of restoration
    RMAN-06023: no backup or copy of the file 4 found to restore
    RMAN-06023: no backup or copy of datafile 3 found to restore
    RMAN-06023: no backup or copy of datafile 2 found to restore
    RMAN-06023: no backup or copy of datafile 1 found to restore
    -----

    Here is some additional information you might want to know about:

    -----
    RMAN > list incarnation;


    List of Incarnations of the database
    DB key Inc key STATE ID DB name DB reset reset time SNA
    ------- ------- -------- ---------------- --- ---------- ----------
    1 1 PRODDB 3774691295 PARENT 1 17 APRIL 07
    2 2 3774691295 PRODDB PARENT 521803 6 OCTOBER 11
    3 3 3774691295 PRODDB PARENT 1595143 20 OCTOBER 11
    4 4 3774691295 PRODDB PARENT 1600974 20 OCTOBER 11
    5 5 3774691295 PRODDB PARENT 1952053 27 OCTOBER 11
    6 6 PRODDB 3774691295 CURRENT 2146951 7 NOVEMBER 11

    RMAN > backup recoverable list;


    List of backup sets
    ===================

    Time of accomplishment BS key Type LV size device Type elapsed time
    ------- ---- -- ---------- ----------- ------------ ---------------
    37 full 822,34 M DISK 00:29:47 7 November 11
    BP key: 37 status: AVAILABLE Tablet: NO Tag: TAG20111107T175037
    Part name: C:\ORACLE\PRODUCT\10.2.0\FLASH_RECOVERY_AREA\PRODDB\BACKUPSET\
    2011_11_07\O1_MF_NNNDF_TAG20111107T175037_7CH6YYVJ_. BKP
    List of files to backup data value 37
    Name of file LV Type cash SNA cash time
    ---- -- ---- ---------- --------- ----
    2149673 full 1 7 November 11 D:\DBDATA\PRODDB\SYSTEM01. DBF
    2 full 2149673 D:\DBDATA\PRODDB\UNDOTBS01 7 November 11. DBF
    3 full 2149673 D:\DBDATA\PRODDB\SYSAUX01 7 November 11. DBF
    4 integer 2149673 D:\DBDATA\PRODDB\USERS01 7 November 11. DBF
    5 integer 2149673 D:\ORA_DATA\DATA01 7 November 11. DBF
    full 2149673 D:\ORA_DATA\DATA02 6 7 November 11. DBF
    7 full 2149673 D:\ORA_DATA\INDX01 7 November 11. DBF
    8 whole 2149673 D:\ORA_DATA\INDX02 7 November 11. DBF

    Time of accomplishment BS key Type LV size device Type elapsed time
    ------- ---- -- ---------- ----------- ------------ ---------------
    38 full 6.95 M DISK 00:00:03 7 November 11
    BP key: 38 status: AVAILABLE Tablet: NO Tag: TAG20111107T182034
    Part name: C:\ORACLE\PRODUCT\10.2.0\FLASH_RECOVERY_AREA\PRODDB\AUTOBACKUP
    \2011_11_07\O1_MF_S_766606834_7CH8Q439_. BKP
    Control file included: cash SNA: 2151141 cash time: 7 November 11
    SPFILE included: Modification Date: 7 November 11

    Time of accomplishment time BS key size Device Type
    ------- ---------- ----------- ------------ ---------------
    18,46 39 M DISK 00:00:05 8 NOVEMBER 11
    BP key: 39 status: AVAILABLE Tablet: NO Tag: TAG20111108T093359
    Part name: C:\ORACLE\PRODUCT\10.2.0\FLASH_RECOVERY_AREA\PRODDB\BACKUPSET\
    2011_11_08\O1_MF_ANNNN_TAG20111108T093359_7CJY7TG1_. BKP

    List of newspapers archived on backup value 39
    The next time that THRD Seq YVERT low low time next YVERT
    ---- ------- ---------- --------- ---------- ---------
    1 1 2146951 7 NOVEMBER 11 2149493 NOVEMBER 7, 11
    1 2 2149493 7 NOVEMBER 11 2149519 NOVEMBER 7, 11
    1 3 2149519 7 NOVEMBER 11 2149565 NOVEMBER 7, 11
    1 4 2149565 7 NOVEMBER 11 2149641 NOVEMBER 7, 11
    1 5 2149641 7 NOVEMBER 11 2172859 NOVEMBER 7, 11
    1 6 2172859 7 NOVEMBER 11 2197851 NOVEMBER 7, 11
    1 7 2197851 7 NOVEMBER 11 2220349 NOVEMBER 8, 11
    1 8 2220349 8 NOVEMBER 11 2222621 NOVEMBER 8, 11
    1 9 2222621 8 NOVEMBER 11 2222729 NOVEMBER 8, 11
    1-10 2222729 8 NOVEMBER 11 2223088 NOVEMBER 8, 11

    Time of accomplishment BS key Type LV size device Type elapsed time
    ------- ---- -- ---------- ----------- ------------ ---------------
    40 full 6.95 M DISK 00:00:00 November 8, 11
    BP key: 40 status: AVAILABLE Tablet: NO Tag: TAG20111108T093411
    Part name: C:\ORACLE\PRODUCT\10.2.0\FLASH_RECOVERY_AREA\PRODDB\AUTOBACKUP
    \2011_11_08\O1_MF_S_766661651_7CJY84LK_. BKP
    Control file included: cash SNA: 2223097 cash time: November 8, 11
    SPFILE included: Modification Date: 8 November 11
    -----

    Thanks in advance!

    Jay

    In short, the RCS of the controlfile will be generally higher than corresponding SCN of the data in the event of hot backup (online) file; However, the two SNA will be the same in the case of cold (off-line) backup. Am I entitled?

    Yes, it's true. In a backup cold (assuming that the CLOSURE was not a SURRENDER but was NORMAL, TRANSACTIONAL, or IMMEDIATE) all files in the database (data files, redo log and controlfiles files) are 'compatible' - at the same point in time, to the same SCN. In a hot backup, the files are updated. RMAN is not necessarily take all the data files at the same time - for example when you have several data files, RMAN would backup the files in batches of 4 or 8 - data files are therefore controlled at different points in time. Similarly, the controlfile is saved last.

    Hemant K Collette

Maybe you are looking for

  • all my apps are missing?

    All my apps/extensions are gone! I got ADblocker plus, a bunch of charge help, "don't follow me", a bunch of other things and they are all gone. That's happened? The only extension I have is Realdownloader 1.3.3. I have not changed anything or downlo

  • Desktop computer HP Pavilion p6-2032it: update Bios

    HelloI just bought gtx950 for my HP Pavilion p6-2032it(H-CUPERTINO2-H61-uA TX), and I can't seem to make it work.Is there a way to update my BIOS? If this is the case, I find no updates. Any help please?

  • Lettering of controls of white labels?

    Recently, when I put some controls on a front panel label had white lettering on gray background and is difficult to read.  How can we change the labels in black letters. Nothing I've tried works. Attached, is an example of controls with white labels

  • Using the API Teststand to get the dependencies of files to a workspace

    Hi all I have a very difficult time with the Teststand API to do what I want. I need to automate the deployment of the space in our system of Labview, I need to get the path of all the dependencies used in a workspace to create a label in Perforce (S

  • Envy TouchSmart Sleekbook: touchscreen which model do I have

    I cracked my screen. I am out of warranty. I don't remember entered touch model with my DESIRE - FHD or just the HD. How do I know if I can order the right pair? I would rather that she goes once I use the screen now My # is E0K41UA #ABA product Mode