2 data files and objects

Hi all. Suppose I have a tablespace 'users' wich consists of 2 data files on different disks. How do I manage objects to improve performance, how to define this table must be in the first data file and table B in the second file? How to do such a thing? (B-)

Published by: Junior sysdba on October 6, 2008 22:27

Hello
When we create an object in any tablespace, Oracle server itself selects the data file in the tablespace randomly and we cannot specify the data file for a particular object as a table. But it is when the object was created. Actually the server looks in the first available memory contiguous tfor storage.
But we can actually manage the insertion of data in the object as table as data for a specific table should go to any particular data file. To do this follow these steps.
1. before inserting data to estimate the size of data to insert.
2. depending on the size use statement "Alter table allocate extended (datafile...)" to manually allocate scopes in advance.
3 insert the data.

This will ensure that the data are inserted in the extents allocated to a particular data file.

Kind regards
Navneet

Tags: Database

Similar Questions

  • Get the former locations of the data files and Redo logs

    Version: 11.2
    Platform: Solaris 10

    When we manage hundreds of DBs, we do not know the locations of all DB files these allows DBs. say a DB goes down and you have all the required RMAN backups.

    When you restore the DB in a new location in the path of the new server, you must run the commands for the data files and ORLs below. But how do we know

    The former location of the data files.

    B. the old location of redo online stores that I can run

    run
    alter database rename file 'oldPath_of_OnlineRedoLogs' to 'newPath_of_OnlineRedoLogs' ;  --- Without this command , the restored control file will still reflect the old control file location
    run {
    set newname for datafile 1 to '/u04/oradata/lmnprod/lmnprod_system01.dbf' ;
    set newname for datafile 2 to '/u04/oradata/lmnprod/lmnprod_sysaux01.dbf' ;
    set newname for datafile 3 to '/u04/oradata/lmnprod/lmnprod_undotbs101.dbf' ;
    set newname for datafile 4 to '/u04/oradata/lmnprod/lmnprod_audit_ts01.dbf' ;
    set newname for datafile 5 to '/u04/oradata/lmnprod/lmnprod_quest_ts01.dbf' ;
    set newname for datafile 6 to '/u04/oradata/lmnprod/lmnprod_yelxr_ts01.dbf' ;
    .
    .
    .
    .
    .
    }

    Hello

    With the help of Oracle 11.2, you can use feature 'set newname for database' using OMF.

    SET NEWNAME FOR DATABASE TO '/oradata/%U';
    RESTORE DATABASE;
    SWITCH DATAFILE ALL;
    SWITCH TEMPFILE ALL;
    RECOVER DATABASE;
    

    After the restore and recover databases (i.e. before resetlog open) you can do to rename redolog. Just a query column member from v$ logfile and deliver ' alter database rename file 'oldPath_of_OnlineRedoLogs' to 'newPath_of_OnlineRedoLogs ';

    When we use the DSO is much easier to use OMF because Oracle automatically creates the directory structure.
    But when we use the file system that the OMF does not serve due DBA dislikes system generated on file system names.

    If you don't like OMF file system, you can use the script on thread below to help restore you using readable for datafile names, tempfile, and redo.

    {message: id = 9866752}

    Kind regards
    Levi Pereira

  • Prepare disks for ASM (data files and FRA)

    I intend to place data files on a disc 1 (sd1) and disk2 (PSD) when the backup of files (FRA) on disk3 (SDC). Here's how I'd do:

    For data files
    Disk1 is divided into a single primary partition (with native Linux what ID 83 not formatted system)
    Disk2 is also divided into a single primary partition (with native Linux ID 83 system not formatted)

    oracleasm createdisk vol1/dev/sda1
    oracleasm createdisk vol2/dev/sdb1

    CREATE DISKGROUP DATA EXTERNAL vol1, vol2 REDUNDANCY;


    For backup FRA

    Disk3 is partitioned into four primary partitions: / Boot (ext3), / (ext3), swap (swap) and /u01 (ext3)

    The FRA will be put under the/U01 and then attend the ASM:

    oracleasm vol3/dev/sdc4 createdisk
    CREATE DISKGROUP DATA EXTERNAL vol3 REDUNDANCY;

    Now, the problem. (1) the/U01 has already be formatted in ext3; (2) Oracle (DBMS) software will also be place under/U01

    It will be a problem?


    Otherwise, I can put FRA on the same drive as the data files, i.e. on disk1 and disk2. In this case, I need to partition the disk 1 in two primary parititions sda1 and sda2 (native Linux system ID 83 not formatted), one for data files and another for FRA (do the same for disk2). The downside is that the data file and the file recovery will be on the same hard drive.


    Please offer some suggestions.


    Thank you

    Scott

    PS: in the environment of production, all the disc 1, 2 and 3 will be on hardware RAID 1.

    RAID 1 will protect you only a device failure. It won't protect you partition, the file damage system or user errors; It will be in the image of the errors and problems like any other data.

    So what happens if you delete by mistake / U01 or some other accident happens and you loose that partition? With your current setup, you will lose everything and will not be able to restore or recover the database. Put tablespaces FRA and DB on the same physical device is certainly a very bad idea, whether or not it is a RAID.

    ASM is not a software RAID 1 mirror. It ensures redundancy of data based on file extensions and knows about files of Oracle database, which is a very good thing. You probably do not want to specify 'external redundancy.

    In a production system, you'll certainly want to mux the critical data and to store the DB controlfiles, redo logs and finally archivelogs on media separate physically in order to avoid the single point of failures wherever possible. You can use partitions and volumes in ASM, but they should be separate physical drives, otherwise you will bypass the ASM data redundancy. You must also have a solid strategy for RMAN backup. The FRA is supposed to store backupsets RMAN, copies of the image, the important archivelogs and multiplexes of the copies of the database files and should therefore always on a separate physical disk.

    Unless you simply play, I strongly suggest that review you your current configuration.

    Published by: Dude on June 29, 2012 04:55

  • CAN I RECOVER DELETED DATA FILE AND ITS TABLESPACE BY USING FLASHBACK DATABASE

    Hello!

    I CREATED THE TABLESPACE WITH ITS DATA FILE.

    SQL > create tablespace usmantbs datafile 'E:\oracle\product\10.2.0\oradata\orcl\usman.dbf' recording petit_fichier the size of 10 M extent management local segment space management auto;

    THEN, I CREATED A USER AND HIM ENTRUST THIS TABLESPACE.

    SQL > create default profil_utilisateur identified by Neil Leal Microsoft account unlock default tablespace usmantbs;
    SQL > grant connect, resources for Neil;

    I CONNECTED WITH Neil as USER AND CREATED a TABLE.

    SQL > conn Leal/Leal
    SQL > create table baseball (id number (9));

    SQL > select current_scn from v$ database;

    CURRENT_SCN
    ---------------------
    545863

    Then I deleted the tablespace including contents and data files...

    SQL > drop tablespace usmantbs including content and data files;

    I have no backup of this data file, but my database is in archive log...

    So I can... .flashback database to the SNA 545863 as it was before the fall... to get back my along its tablespace data file
    Wil I get my datafile back or not? Help, please...

    You can test it by yourself easily :) You will not be able to open your database
    After getting the error, just rename this data file and flashback again. Then open your database

    C:\Documents and Settings\Administrator>sqlplus "/as sysdba"
    
    SQL*Plus: Release 10.2.0.1.0 - Production on Sat Aug 1 14:20:34 2009
    
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    
    SQL> shutdown immediate
    Database closed.
    Database dismounted.
    ORACLE instance shut down.
    SQL> startup mount
    ORACLE instance started.
    
    Total System Global Area  293601280 bytes
    Fixed Size                  1248624 bytes
    Variable Size              96469648 bytes
    Database Buffers          192937984 bytes
    Redo Buffers                2945024 bytes
    Database mounted.
    
    SQL> alter database archivelog;
    
    Database altered.
    
    SQL> alter database flashback on;
    
    Database altered.
    
    SQL> alter database open;
    
    Database altered.
    
    SQL> create tablespace tb datafile 'c:\tb.df' size 1m;
    
    Tablespace created.
    
    SQL> create user tb identified by tb;
    
    User created.
    
    SQL> grant dba to tb;
    
    Grant succeeded.
    
    SQL> alter user tb default tablespace tb;
    
    User altered.
    
    SQL> create table tb (id number);
    
    Table created.
    
    SQL> select current_scn from v$database;
    
    CURRENT_SCN
    -----------
         547292
    
    SQL> drop tablespace tb including contents and datafiles;
    
    Tablespace dropped.
    
    SQL> shutdown immediate
    Database closed.
    Database dismounted.
    ORACLE instance shut down.
    SQL> startup mount
    ORACLE instance started.
    
    Total System Global Area  293601280 bytes
    Fixed Size                  1248624 bytes
    Variable Size              96469648 bytes
    Database Buffers          192937984 bytes
    Redo Buffers                2945024 bytes
    Database mounted.
    
    SQL> flashback database to scn 547292;
    flashback database to scn 547292
    *
    ERROR at line 1:
    ORA-38795: warning: FLASHBACK succeeded but OPEN RESETLOGS would get error
    below
    ORA-01245: offline file 5 will be lost if RESETLOGS is done
    ORA-01111: name for data file 5 is unknown - rename to correct file
    ORA-01110: data file 5: 'C:\ORACLE\PRODUCT\10.2.0\DB_1\DATABASE\UNNAMED00005'
    
    SQL> alter database open resetlogs;
    alter database open resetlogs
    *
    ERROR at line 1:
    ORA-01245: offline file 5 will be lost if RESETLOGS is done
    ORA-01111: name for data file 5 is unknown - rename to correct file
    ORA-01110: data file 5: 'C:\ORACLE\PRODUCT\10.2.0\DB_1\DATABASE\UNNAMED00005'
    
    SQL> select name from v$datafile;
    
    NAME
    --------------------------------------------------------------------------------
    
    C:\ORACLE\PRODUCT\10.2.0\ORADATA\TEST1\SYSTEM01.DBF
    C:\ORACLE\PRODUCT\10.2.0\ORADATA\TEST1\UNDOTBS01.DBF
    C:\ORACLE\PRODUCT\10.2.0\ORADATA\TEST1\SYSAUX01.DBF
    C:\ORACLE\PRODUCT\10.2.0\ORADATA\TEST1\USERS01.DBF
    C:\ORACLE\PRODUCT\10.2.0\DB_1\DATABASE\UNNAMED00005
    
    SQL> alter database create datafile 'C:\ORACLE\PRODUCT\10.2.0\DB_1\DATABASE\UNNAMED00005' as 'c:\tb.dbf';
    
    Database altered.
    
    SQL> flashback database to scn 547292;
    
    Flashback complete.
    
    SQL> alter database open resetlogs;
    
    Database altered.
    
    SQL>
    
    SQL> select * from tb;
    
    no rows selected
    
    SQL> select name from v$datafile;
    
    NAME
    --------------------------------------------------------------------------------
    
    C:\ORACLE\PRODUCT\10.2.0\ORADATA\TEST1\SYSTEM01.DBF
    C:\ORACLE\PRODUCT\10.2.0\ORADATA\TEST1\UNDOTBS01.DBF
    C:\ORACLE\PRODUCT\10.2.0\ORADATA\TEST1\SYSAUX01.DBF
    C:\ORACLE\PRODUCT\10.2.0\ORADATA\TEST1\USERS01.DBF
    C:\TB.DBF
    
    SQL> select name from v$tablespace;
    
    NAME
    ------------------------------
    SYSTEM
    UNDOTBS1
    SYSAUX
    USERS
    TEMP
    TB
    
    6 rows selected.
    
    SQL>
    

    - - - - - - - - - - - - - - - - - - - - -
    Kamran Agayev a. (10g OCP)
    http://kamranagayev.WordPress.com
    [Step by step installation Oracle Linux and automate the installation by using Shell Script | http://kamranagayev.wordpress.com/2009/05/01/step-by-step-installing-oracle-database-10g-release-2-on-linux-centos-and-automate-the-installation-using-linux-shell-script/]

    Published by: Kamran Agayev, a., July 27, 2009 14:38

  • receive a winmail.dat file and cannot open it with Windows Vista or Adobe. What do I need to open it

    I tried to download Adobe and still failed to open the file.  Cannot open the file with everything that has been suggested by people of Staples and my place of the computer didn't load good software

    The winmail.dat file does not contain something useful. It's people who use Microsoft Outlook to send e-mail messages. They can prevent to appear by sending messages to plain text. For more details, see the article Microsoft Support Winmail.dat attachments are included in the e-mail messages received in Outlook

  • Dat.Files and NTuser.dat Journal

    I'm having problems of performance and troubleshooting, found that in C:/users of my computer

    There is my ntuserdat PC. newspapers and dat files.

    In addition, public user - same ntuser files

    By default - same ntuser files

    and the user: me has a data.local app file that has only 2 more files that

    me-pc user that has the same data files accurate local app at least two files of hp.

    I also seem to have 2 keyboards, moniters, winstock, memory addresses and others. The performace is bad! I think it's all these user accounts. Weird, as I am the only user and I have only 1 account - I. How can I fix it? I tried the defrag, disk Cleanup, health reports and see what is in my system. Please someone help me. It is a Pavilion hp 32-bit, windows vista sp2

    Hello

    I would backup several times using different methods like a couple of backups in the
    external and backup of important data on a DVD - safety in numbers. Then re-install Windows
    as he came on the system. The upgrade would be unwise and may not work with a system
    who has problems.

    Your system as it is now may be fixable without reinstalling by technical support
    However, a new installation should also address these issues.

    Rob - bicycle - Mark Twain said it is good.

  • Transfer all of the data files and program from old computer (Vista) to new computer (Windows 7)

    I've been using a Dell xps 420, 32-bit Vista since 2008. I just bought a new Dell xps-8700, 64-bit with windows 7 preinstalled. I would like to transfer all THE DATA, SETTINGS AND PROGRAMS from my old computer to the new computer. I bought a cable easy transfer of Dell for windows, xp, vista, windows 7 and 8. I read somewhere that the method of cable will transfer all my installed programs. Is this true?

    Can someone give me the better, easier and faster method available. At least give me a step by step procedure for this task.

    I am 81 years old and not too computer savvy. Any help you can give will BE appreciated.   bobnancy

    From Internet Explorer

    Original title: Transfer all data and program files from old computer to the new computer

    I've been using a Dell xps 420, 32-bit Vista since 2008. I just bought a new Dell xps-8700, 64-bit with windows 7 preinstalled. I would like to transfer all THE DATA, SETTINGS AND PROGRAMS from my old computer to the new computer. I bought a cable easy transfer of Dell for windows, xp, vista, windows 7 and 8. I read somewhere that the method of cable will transfer all my installed programs. Is this true?

    No, it won't, it will transfer personal files and settings. You will have to reinstall your applications from the original installation files or install CDs and DVDs.

    Can someone give me the better, easier and faster method available. At least give me a step by step procedure for this task.

    If you really want to move your applications to the Vista computer, you will need to buy a commercial programs such as Laplink PC Mover that will allow you to move your programs:

    Laplink PCmover® | Laplink.com

    I am 81 years old and not too computer savvy. Any help you can give will BE appreciated.   bobnancy

    From Internet Explorer

    Original title: Transfer all data and program files from old computer to the new computer

  • How can I transfer InDesign files and objects in Muse?

    I was given an InDesign file of many pages that I want to use in the creation of Web pages in Muse. I'm not a user of InDesign, and I'm learning tutorials for Muse. I have trouble finding a way to carry the drawings and objects in InDesign to Muse.

    Does anyone know how to do this or direct me to a tutorial?

    Thank you

    Gustavo

    Hi Gustavo,

    Although Muse and InDesign share some common ground, it is not possible to directly import the desings in Muse. You will need to have access to the original assets and establish the pages again.

    I hope this helps.

    David

    http://creativemuse.co

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

    version: 11.2.0.3

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

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

    Changed the subject line to clarity

    What would be the advantage?

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

    Hemant K Collette

  • data file and size

    I have potentially 400 GB of data to be stored. There are two options that I can think of:

    (1) use several small data files;

    create tablespace TEST
    DataFile ' / oradata/test.dbf ' size 2048M
    Local extended management

    (2) use bigfile tablespace unique.


    PRO for 1) is easy to backup and restore; CON is too many files. For the size of 400 GB, I need about 200 files of data with 2 GB each (?)

    PRO for 2) is the only data file to use. CON, is that the size will be very large. It will make it difficult to backup and restore.

    You please provide a few suggestions or advice?

    Thank you


    Scott

    I understand that with the 8K block by default, can I have a data file as large as 32 G. For the small tablespace with multiple data option files, should I keep the size< 2g="" or=""><>

    Small corrections necessary.

    The maximum size of the single data file or tempfile is 128 tera-bytes (to) for a storage space with blocks of 32 KB and 32 TB for a tablespace with 8 K blocks.

    http://docs.Oracle.com/CD/B19306_01/server.102/b14237/limits002.htm#sthref2833

    As Tom (in the same link) and Mark above say "but over time, things change. Today, in 2006, I wouldn't have a problem with a file more 2 Giga - tools have all taken up to the fact that the files can and receive more. »

    So, just start by petit_fichier tablespace and add data files if necessary. And yet one thing, there is no relationship of big/small file performance given tablespace, because storage space is a logical term of database Oracle. E/s are related with datafile and OS not tablespace.

    If someone is looking for listening to I/O then I think it is doing a scientific approach to the problem rather than seeking performance vs tablespace problems. I'm not finding a link where Sir Thomas kyte said that the same, something like that, same docs are wrong on this issue.

    Concerning
    Girish Sharma

  • A loop of several data files and save in respect of each

    Here's what I'm trying to do, I have a file, Indesign CS5.5 basis, which we'll call the master file.  I have several data files of text delimited by tabs that contain a column engines and ReplaceWith.  I have the script so that I can take 1 text file and it goes through the InDesign file and made all the changes based on the text file.  What I need for the script to be able to do, is instead of asking the 1 text file:

    1. it prompts for a folder that contains all my text files

    2 begins by the first text file and not the FindReplace I already work based out of the main file in Indesign.

    3. Once finished the first text file, make a backup - from the Indesign file updated with any changes.

    4 file Indesign Master returns to the original state, less the changes is ready for the next text file.

    5. move the following text file and bounce the find/replace on the original master Indesign file.

    And then basically the steps 3-5 in loop until all text files have been processed.

    As I said, I did the process for one file at a time, I just need to make sure it can browse a lot of them without someone needing to keep this.

    Thank you!

    Something to help you get started:

    var inputFolderPath = "/path/to/folder",
        outputFolderPath = "/path/to/other/folder",
        templatePath = "/path/to/template.indd",
        inputFolder = new Folder(folderPath),
        outputFolder = new Folder(outputFolderPath),
        template = new File(tempatePath),
        files = inputFolder.getFiles(),
        file, fileString, doc, idName, i, l;
    
    outputFolder.create();
    for (i = 0, l = files.length; i < l; i++) {
        file = file.open('r');
        idName = file.displayName.replace(/\.[^\/.]+$/, '') + ".indd";
        fileString = file.read();
        file.close();
        doc = app.open(template);
        doYourStuff(doc, fileString);
        doc.save(outputFolder + "/" + idName);
        doc.close();
    }
    

    It would be files InDesign versioned the same name as the input text file but with the extension ".indd". You may need to consider to filter files in the getFiles() call, if you have files in your input file types, you do not want to deal with. It is clearer to all re - open the file of model on the disk, rather than come back and which is the same.

    Jeff

  • Need data files and rules file to create and load data for sample.basi

    I need emergency data files to build dimensions dynamically and also the rule files for loading data to the application Sample.Basic for Essbase 9. Kindly let me know if anyone can provide them. Otherwise any link frm where I can get it?

    Thanks in advance.

    Outline and all the data (calcdat.txt) are included in the zip, so you don't need to rebuild something with the loading rules

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • create a tablespace without specifying the path to the data file and the name

    Hello

    Is it possible to create a tablespace without specifying the name and the path of the data file.

    For example: just specify the name of the tablespace and the size of the data file, the data file must be created in a default location with the default name? Is this possible?

    user13364377 wrote:
    Hello

    Is it possible to create a tablespace without specifying the name and the path of the data file.

    For example: just specify the name of the tablespace and the size of the data file, the data file must be created in a default location with the default name? Is this possible?

    The use of the files managed by Oracle
    Internally, Oracle uses standard file system interfaces to create and delete files if necessary for the following data structures:

    * Tablespaces
    * Online redo logs
    * Control of files

    Through initialization parameters, you specify the directory of file system to use for a particular file type.
    EXAMPLE:
    The following parameters are included in the initialization parameter file:

    DB_CREATE_FILE_DEST = ' / u01/oradata/sample.
    DB_CREATE_ONLINE_LOG_DEST_1 = "/ u02/oradata/sample.
    DB_CREATE_ONLINE_LOG_DEST_2 = ' / u03/oradata/sample.

    The following statement is issued at the SQL prompt:

    SQL > CREATE a DATABASE sample.
    SQL > CREATE TABLESPACE tbs_2 DATAFILE SIZE 400 M;
    SQL > CREATE UNDO TABLESPACE undotbs_1;

    check the link for more information:
    http://download.Oracle.com/docs/CD/B10500_01/server.920/a96521/OMF.htm

  • How to delete a DATA FILE and rename the other DATA of FILE Batch scripts

    DELETE or DROP d:\NDM\Data\StampFiles\STAMPLOADBKUP.csv

    RANAME d:\NDM\Data\StampFiles\STAMPLOAD_cwoo.csv data file for d:\NDM\Data\StampFiles\STAMPLOADBKUP. CSV

    what works for use in support of scripting batch above and need exact syntax please. I am poor in the batch script.

    Concerning
    Soma

    ================
    D:

    CD d:\NDM\Data\StampFiles

    del STAMPLOADBKUP.csv

    Ren STAMPLOAD_cwoo.csv STAMPLOADBKUP. CSV

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

    That should do it for you!

  • restore the data files and redo

    Jin
    in a scenario of recovery

    I have lost data and redo logs files but still have controlfile and spfile
    H:\>rman target /
    
    Recovery Manager: Release 10.2.0.4.0 - Production on Thu May 21 11:16:08 2009
    
    Copyright (c) 1982, 2007, Oracle.  All rights reserved.
    
    connected to target database: ORCL (DBID=1215151677, not open)
    
    RMAN> startup nomount
    
    database is already started
    
    RMAN> restore database;
    
    Starting restore at 21-MAY-09
    using target database control file instead of recovery catalog
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid=155 devtype=DISK
    
    channel ORA_DISK_1: starting datafile backupset restore
    channel ORA_DISK_1: specifying datafile(s) to restore from backup set
    restoring datafile 00001 to C:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\SYSTEM01.DBF
    restoring datafile 00002 to C:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\UNDOTBS01.DBF
    restoring datafile 00003 to C:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\SYSAUX01.DBF
    restoring datafile 00004 to C:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\USERS01.DBF
    channel ORA_DISK_1: reading from backup piece C:\ORACLE\PRODUCT\10.2.0\FLASH_REC
    OVERY_AREA\ORCL\BACKUPSET\2009_05_21\O1_MF_NNNDF_TAG20090521T111219_51BB84N3_.BK
    P
    channel ORA_DISK_1: restored backup piece 1
    piece handle=C:\ORACLE\PRODUCT\10.2.0\FLASH_RECOVERY_AREA\ORCL\BACKUPSET\2009_05
    _21\O1_MF_NNNDF_TAG20090521T111219_51BB84N3_.BKP tag=TAG20090521T111219
    channel ORA_DISK_1: restore complete, elapsed time: 00:00:55
    Finished restore at 21-MAY-09
    
    RMAN> recover database;
    
    Starting recover at 21-MAY-09
    using channel ORA_DISK_1
    
    starting media recovery
    media recovery failed
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of recover command at 05/21/2009 11:17:38
    ORA-00283: recovery session canceled due to errors
    RMAN-11003: failure during parse/execution of SQL statement: alter database reco
    ver if needed
     start
    ORA-00283: recovery session canceled due to errors
    ORA-00313: open failed for members of log group 3 of thread 1
    ORA-00312: online log 3 thread 1: 'C:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\REDO03.
    LOG'
    ORA-27041: unable to open file
    OSD-04002: unable to open file
    O/S-Error: (OS 2) The system cannot find the file specified.
    
    RMAN>
    It seems that RMAN has not saved the redo logs? is that correct?

    How could recover from this situation?

    concerning

    There is an associated bug (it can still affect 10.2.0.4) with CAMILLE using current controlfile with until the TIME.

    Try the process with the SEQUENCE up to THAT, instead of until the TIME.

Maybe you are looking for

  • Can I use my Apple TV box in Barbados

    HHave just bought a new Apple TV box and need to know if it will work in Barbados please.

  • Stop recording at random. Video is damaged.

    I used my camera to record myself riding a motorcycle. Whenever I stopped my bike to check the camera, I noticed that the camera turns off automatically. I kept pushing the record button but got the same result throughout the day. I went home in the

  • cooldown mode after effects on razr hd

    Recently, my phone is entered mode to recharge during the execution of a music player application that has been suspended. Phone overheating because she was in full sun. Since this happened, music player applications will not recognize the new MP3 fi

  • I get the error message the codec installed not on movie maker when I try to add music to my project.

    The file as e:\track01. CDA cannot be imported because the codec required to play the file is not installed on your computer. If you have already tried to download and install the codec, close and restart Windows Movie Maker, and then try to re-impor

  • HP PSC 1500

    Hola mi more HP PSC 1500 hacía rato not the antrs y the conecto has the case in Quebec are used (hace some months ago) he y me pide addition of material y no the instalar than I can so that can do me no urge using the more y nomas no puedo of photos