V 8.05 - file corrupted tablespace for schema - unable to open the database

Group,

Sun 450 companies running Solaris 6. No failure of equipment or problems.

I have a database that does not open and here is the info I think you will need:
Several diagrams, each in its own tablespace. A single schema, the production is necessary, and it is fine. The test schema 'tst' got its tablespace files, replaced by one of our admins. I DO NOT need any data in any diagram but production, and its files are OK.

When I try to open the database so that it abandons the tablespace and the content, I get:
Logged in as oracle owner
svrmgrl
OPEN > connect internal
OPEN > start
Message of the SGA
Buffermessages
Mounted database.
ORA-01122: database file 5 failed verification check
ORA-01110: data file 5: ' / oracle01/max/tst01.dbf'
ORA-01251: unknown file header Version from the record
OPEN > drop tablespace tst, including content.
ORA-011109: database is not open

I tried 'start-up open force' - same mistake, almost every combination of options of svrmgrl I can think.

All I want is to get the Oracle to ignore these schema (tablespace) files "tst".

Thank you
Vince

You can try:

startup
alter database datafile 'your_datafile_name' offline drop;
alter database open;
drop tablespace your_tablespace_name;

Nicolas.

Tags: Database

Similar Questions

  • I downloaded 3 files from Adobe for CS3, but one of the .exe files cannot be due to due to a (file archive part missing, all parties must be in the same folder message)

    Please help, I downloaded 3 files from Adobe for CS3, but one of the .exe files cannot be due to due to a (file archive part missing, all parties must be in the same folder message)

    Hi Francis,.

    Make sure you download both files from there. https://helpx.Adobe.com/Creative-Suite/KB/CS3-product-downloads.html

    Compare the size of the file and you will have to perhaps disable all anitvirus during download and install it.

    Thank you

    Scott

  • Recover tablespace does not and not able to open the database

    Hi all

    I use Oracle RAC 11 g R2 in Linux. My database is running in mode NOARHIVELOG.
    I'm testing some RMAN scripts.

    After having made a scenario below: I think that the problem I used the switch log file!
    RMAN> backup tablespace 'USERS' TAG 'TestBkp_FRA';
    
    RMAN> backup backupset 10 format '/testasm/backup%U' delete input; -- here 10 is the backup set generated in the previous command
    RMAN> BACKUP INCREMENTAL LEVEL 1 tablespace users;
    
    
    alter system switch logfile;-- many times 
    I'm not able to recover my tablespace users due to the below:
    archived log for thread 1 with sequence 19 is already on disk as file +DATA/orcl/onlinelog/group_1.261.772044543
    archived log for thread 1 with sequence 20 is already on disk as file +DATA/orcl/onlinelog/group_2.262.772044547
    archived log for thread 2 with sequence 4 is already on disk as file +DATA/orcl/onlinelog/group_4.266.772044919
    RMAN-08187: WARNING: media recovery until SCN 1101381 complete
    Finished recover at 27-MAR-2012 17:21:36
    and I can't open my database:
    RMAN> alter database open;              
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of alter db command at 03/27/2012 17:26:18
    ORA-01113: file 4 needs media recovery
    ORA-01110: data file 4: '+DATA/orcl/datafile/users.259.772044111'
    Here is a list of my backups
    RMAN> list backup;
    
    
    List of Backup Sets
    ===================
    
    
    BS Key  Type LV Size       Device Type Elapsed Time Completion Time     
    ------- ---- -- ---------- ----------- ------------ --------------------
    9       Full    1.45M      DISK        00:00:02     27-MAR-2012 12:06:47
            BP Key: 11   Status: AVAILABLE  Compressed: NO  Tag: TESTBKP
            Piece Name: /testasm/backup0an6tvil_1_2
      List of Datafiles in backup set 9
      File LV Type Ckp SCN    Ckp Time             Name
      ---- -- ---- ---------- -------------------- ----
      4       Full 1092418    27-MAR-2012 11:40:06 +DATA/orcl/datafile/users.259.772044111
    
    BS Key  Type LV Size       Device Type Elapsed Time Completion Time     
    ------- ---- -- ---------- ----------- ------------ --------------------
    10      Full    1.45M      DISK        00:00:04     27-MAR-2012 15:58:54
            BP Key: 13   Status: AVAILABLE  Compressed: NO  Tag: TESTBKP_FRA
            Piece Name: /testasm/backup0bn6ud5q_1_2
      List of Datafiles in backup set 10
      File LV Type Ckp SCN    Ckp Time             Name
      ---- -- ---- ---------- -------------------- ----
      4       Full 1100603    27-MAR-2012 15:53:40 +DATA/orcl/datafile/users.259.772044111
    
    BS Key  Type LV Size       Device Type Elapsed Time Completion Time     
    ------- ---- -- ---------- ----------- ------------ --------------------
    11      Incr 0  1.45M      DISK        00:00:05     27-MAR-2012 16:16:59
            BP Key: 14   Status: AVAILABLE  Compressed: NO  Tag: TAG20120327T161652
            Piece Name: +FRA/orcl/backupset/2012_03_27/nnndn0_tag20120327t161652_0.261.779041015
      List of Datafiles in backup set 11
      File LV Type Ckp SCN    Ckp Time             Name
      ---- -- ---- ---------- -------------------- ----
      4    0  Incr 1101381    27-MAR-2012 16:13:11 +DATA/orcl/datafile/users.259.772044111
    
    BS Key  Type LV Size       Device Type Elapsed Time Completion Time     
    ------- ---- -- ---------- ----------- ------------ --------------------
    12      Full    1.45M      DISK        00:00:02     27-MAR-2012 17:00:26
            BP Key: 15   Status: AVAILABLE  Compressed: NO  Tag: TAG20120327T170023
            Piece Name: +FRA/orcl/backupset/2012_03_27/nnndf0_tag20120327t170023_0.260.779043625
      List of Datafiles in backup set 12
      File LV Type Ckp SCN    Ckp Time             Name
      ---- -- ---- ---------- -------------------- ----
      4       Full 1101381    27-MAR-2012 16:13:11 +DATA/orcl/datafile/users.259.772044111
    My database is running in mode NOARCHIVELOG have no full database backup.

    How can I start my database. Help, please!

    You can proceed as below.

    SQL > alter database datafile ' C:\APP\SHIVANANDA. RAO\ORADATA\TEST\USERS01. DBF' offline drop;

    Database altered.

    SQL > alter database open;

    Database altered.

    Off line file data from the USERS table space, and then open the database. Still, if there is a test database, then only do. Other wise, as mentioned, CKPT contace Oracle Support

  • Unable to open the zip file

    Music downloaded from Rhapsody to use on Windows Moviemaker. Unable to open the Zip file.

    Music downloaded from Rhapsody to use on Windows Moviemaker. Unable to open the Zip file.

    ==================================
    Open zip files is to open the folder and drag
    all of the content to another folder.

    And the following article might suddenly look:

    Windows Vista - compress and uncompress files (zip files)
    http://Windows.Microsoft.com/en-us/Windows-Vista/compress-and-uncompress-files-ZIP-files

    Volunteer - MS - MVP - Digital Media Experience J - Notice_This is not tech support_I'm volunteer - Solutions that work for me may not work for you - * proceed at your own risk *.

  • Cannot open the database: error, ora-03113 end of file communication

    Hi guys,.

    I am facing a problem with my database

    Oracle Linux Tikanga 5 machine
    database: 10.2.0.1
    Error: ora-03113

    I tried to move a log file while inserting data...

    I restored and tried to get back what she recovers with message media recover full but doesnot allow to open the database
    gives the same error: error: ora-03113 end of file communication

    Watch alert_log
    ____________

    ALTER database recover if necessary
    beginning
    Start of recovery Media
    ORA - 264 marked during: alter database recover if necessary
    beginning
    ...
    Fri Jan 9 16:20:18 2013
    2048 MB db_recovery_file_dest_size is 40,79% used. It is a
    user-specified limit on the amount of space that will be used by the present
    for the files related to the recovery of databases and does not reflect the amount of
    space available in the underlying file system or ASM diskgroup.
    Fri Jan 9 16:22:02 2013
    change the list of file restore of database data clear
    Fri Jan 9 16:22:02 2013
    Completed: change the clear list of restore of database data file
    Fri Jan 9 16:22:02 2013
    Edit the list of file restore of database data
    1, 2, 3, 4, 5
    Completed: change the list of file restore of database data
    1, 2, 3, 4, 5
    Fri Jan 9 16:22:02 2013
    ALTER database recover if necessary
    beginning
    Start of recovery Media
    ORA - 264 marked during: alter database recover if necessary
    beginning
    ...
    Fri Jan 9 16:22:07 2013
    change the database open
    Fri Jan 9 16:22:07 2013
    LGWR: FROM PROCESS ARCH
    Arc0 started with pid = 16, OS id = 2049
    Fri Jan 9 16:22:07 2013
    Arc0: Started archiving
    Arc1: Started archiving
    LGWR: FROM PROCESS ARCH COMPLETE
    Arc1 started with pid = 17, OS id = 2051
    Fri Jan 9 16:22:07 2013
    Fix half open fully the valve of the thread 1
    Fri Jan 9 16:22:07 2013
    Errors in the /d1/app/oracle/oradata/orcl/bdump/orcl_lgwr_1966.trc file:
    [ORA-00600: internal error code, arguments: [3712], [1], [1], [0], [445262], [0], [445261],]
    Fri Jan 9 16:22:08 2013
    Errors in the /d1/app/oracle/oradata/orcl/bdump/orcl_lgwr_1966.trc file:
    [ORA-00600: internal error code, arguments: [3712], [1], [1], [0], [445262], [0], [445261],]
    LGWR: termination litigation because of the 470 error
    Instance terminated by LGWR, pid = 1966

    can you please on the same...
    Thank you

    ORA-00600: internal error code, arguments: [3712].

    ORA-00600 is error internal oracle, you need to check metalink support for this.

  • ORA-39070: unable to open the log file, while using expdp

    Hello
    Please notice why I get ORA-39070: unable to open the log file.
    When you run the expdp against the default directory: the expdp DATA_PUMP_DIR is completed successfully.

    -current direcory on the Linux file system:
    $ pwd
    /log_files/oracle/cdl1
    -Create directory and grant of read/write on it
    $ sqlplus sys/xxxx@cdl as sysdba
    SQL*Plus: Release 11.2.0.3.0 Production on Wed Feb 22 16:36:01 2012
    Copyright (c) 1982, 2011, Oracle.  All rights reserved.
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    With the Partitioning, Real Application Clusters, Automatic Storage Management, OLAP,
    Data Mining and Real Application Testing options
    
    SQL> create or replace directory EXPTEMPDIR as '/log_files/oracle/cdl1';
    Directory created.
    
    SQL> grant read,write on directory EXPTEMPDIR to system;
    Grant succeeded.
    -Verify the existence of the directory:
    QL> select * from dba_directories;
    
    OWNER      DIRECTORY_ DIRECTORY_PATH
    ---------- ---------- --------------------------------------------------
    ...
    SYS        EXPTEMPDIR /log_files/oracle/cdl1
    ...
    Check for permission to write to the directory:
    [/log_files/oracle/cdl1]$ touch 1
    [/log_files/oracle/cdl1]$ ls -l
    total 0
    -rw-r--r-- 1 oracle oinstall 0 Feb 22 16:38 1
    -try to expdp:
    expdp system/xxxx@cdl FULL=y DIRECTORY=EXPTEMPDIR dumpfile=expfull220212.dmp
    Export: Release 11.2.0.3.0 - Production on Wed Feb 22 16:38:33 2012
    Copyright (c) 1982, 2011, Oracle and/or its affiliates.  All rights reserved.
    Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    With the Partitioning, Real Application Clusters, Automatic Storage Management, OLAP,
    Data Mining and Real Application Testing options
    ORA-39002: invalid operation
    ORA-39070: Unable to open the log file.   <<<<<<<<=======
    ORA-29283: invalid file operation
    ORA-06512: at "SYS.UTL_FILE", line 536
    ORA-29283: invalid file operation

    Post pl OS details - it's an RAC instance?

    Error ORA-39002 ORA-39070 ORA-29283 ORA-6512 when you use Export DataPump (EXPDP) [ID 1305166.1]
    Export DataPump (EXPDP) triggers errors ORA-39002 ORA-39070 ORA-29283 ORA-6512 on RAC Instance [1317798.1 ID]

    HTH
    Srini

  • OSX 10.11.2 on end of 2008 with the graphic card Nvidea Quadr 4000 MacPro is unable to open the Nvidea driver manager in System Preferences, CUDA work and updates. Any suggestions? Have tried to install updtyer Combi for OSX.

    OSX 10.11.2 on end of 2008 with the graphic card Nvidea Quadro 4000 MacPro is unable to open the Nvidea driver manager in System Preferences, CUDA work and updates. Any suggestions? Have tried to install Combi updater for OS x, the problem persists.

    If I remember someone else reported the same problem yesterday and Nvidia suggested to reinstall OS x. If yo boot into Recovery and reinstall without formatting nothing should be lost but backup before just I case.

  • ORA-19838: cannot use this control file to open the database

    Dear all,

    While making RMAN cloning, we are facing problem,

    SQL > alter database open resetlogs;

    ALTER database open resetlogs

    *

    ERROR on line 1:

    ORA-19838: cannot use this control file to open the database

    Concerning

    Villi Kumar

    Dear all,

    While checking the database,

    Control the name of the database file is PROD

    In the instance, database name is TEST.

    So we took the PROD and edited control file trace file based on the TEST environment.

    Then run the script published in the TEST database trace file.

    Now we can open the database by using below command

    ALTER database open resetlogs;

    Concerning

    Villi Kumar

  • Setup could not initialize - I've lost hours trying to find solutions online and forum... to change the file to add .old - does not work; Open the file 2/2 still didn't work... Help!

    Setup could not initialize - I've lost hours trying to find solutions online and forum... to change the file to add .old - does not work; Open the file 2/2 still didn't work... Help!

    Please see the links below:

    https://forums.Adobe.com/thread/1848277

    https://forums.Adobe.com/thread/2055767

    Let us know, if you still get the same error even after trying it all the steps mentioned

  • [msg.dictionary.load.openFailed] unable to open the config.ini file: the system cannot find the specified file.

    Hi, I have a virtual machine with Windows server 2008 R2 x 64-bit, with SharePoint 2010 installed, it was working perfectly before and now I get this error when I take it back.

    [msg.dictionary.load.openFailed] unable to open the file 'C:\Users\MyUserName\AppData\Roaming\VMware\config.ini': the system cannot find the specified file.

    consult the file and I have not found this config.ini file, so I created an empty file with the same name, but still, I get the error

    any suggestion

    Thank you

    Take a look at http://kb.vmware.com/kb/2032746 which describes this problem. You should also see what file is causing the problem when you check vmware.log virtual machine.

    André

  • Power on VM for the error "unable to open the disc.

    I'm getting snapshot of the virtual machine before increasing the size of the drive with the following command

    vmkfstools x < new disk size > < path of the VMDK file >

    After the above command successfully. I try to open the virtual machine. I got the error "Unable to open the disk" check the status of the size of the drive through VMware infrastructure with the help of the item. Size of the disk was always the same, I increased it manually and switch on the VM, I get error that is attached in this post again.

    Please help how can solve this problem

    I suggest you read - http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1015180.

    From my understanding, you have increased the size of the disk of the child, not the parent disk. Remove the snapshot and do what you've done before. If you want to save the parent vmdk file, it Clone. Hope this picture below will help you better understand;

    Thank you

    Ganesh

  • Initializer for 'color': unable to analyze the value of type uint text "colorUint".

    What is wrong with my code? I get this error:

    Initializer for 'color': unable to analyze the value of type uint text "colorUint".

    Code:

    public static void convertStringToUint(value:String,_mask:String):uint
    {
    var colorString:String = "0 x" + value;
    var colorUint:uint = mx.core.Singleton.getInstance("mx.styles::IStyleManager2").getColorName (colorString);

    Return colorUint;
    }


    < s:Button id = "Battery" x = "10" y = "44" width = "60" height = "30" label = "Battery" fontSize = "10" color = "colorUint" / >

    -Data binding will not be able to detect assignments to "colorString".

    Means that you must add [link] to the variable.

    [Bindable]
    public var colorString:String;
    

    Other issues, is that a chain is not a uint.  A uint is a numeric value.  So, after you have created your color of string value, you must typecast as a uint.

    
    
  • I have a file corrupted on my windows xp Hyperthreaded system. the file is c:\Windows\System32\svchost.exe. is there a way I can get this to work without a windows dump

    the title tells the whole story

    Hello

    1. how assume you that the files are corrupt?

    2 are you facing problems on your computer?

    I suggest you to try the steps below and check if it helps.

    SFC [SFC system] scanner on the computer that would be a system file corrupt on the computer search and replace.

    http://support.Microsoft.com/kb/310747

    Hope this information is useful.

  • I need to import music files into Movie Maker, but when I open the folder for the song the folder is empty

    When I tried to import songs in movie maker I opened the folder and it was empty, but I could play the song in itunes... I looked at the help section in movie maker and found no .m4a is listed as being supported. is there a way to find the song, change it and import it into movie maker?

    When I tried to import songs in movie maker I opened the folder and it was empty, but I could play the song in itunes... I looked at the help section in movie maker and found no .m4a is listed as being supported. is there a way to find the song, change it and import it into movie maker?

    Yes, google for a FREE audio converter. Change your itunes songs or songs that are not supported by the manufacturer of film in MP3, WMA or WAV... mp3 and wma are more preferable. WAV format is too large file size, not practical.
    Then import the song to movie maker. For the benefits of others looking for answers, please mark as answer suggestion if it solves your problem.

  • I have Photoshop elements 12, I just bought the new Canon 5 d with 50mp a Photoshop cannot open the Raw file what should I do for PS 12 can open the file Raw 50mp

    I have photoshop elements 12 and I just buy Canon 5 d with 50 MP and Photoshop cannot open the 50mp RAw file I get an error message, I can fix PES 12 so it can open the big Raw files

    You need a version of Camera Raw of 9.0 or higher and Photoshop elements 12 will not manage that. You need to get the free DNG Converter, convert your DNG files, before you can open the items.

    Adobe - Adobe Camera Raw and DNG Converter: for Windows

    Adobe - Adobe Camera Raw and DNG Converter: for Macintosh

Maybe you are looking for

  • 100 requests to continue POST deal with error in Firefox 24

    BUG Firefox 24!24 Firefox manages POST requests with the error: when 100 continue answers are preceded by 200 OK response, and then Firefox does not deal with other responses (including 200 OK response) after receipt of the response to continue first

  • Finder crashes when I open "All My Files.

    Finder crashes when I open "All my files", all other folders is fine. If I login with another user, no problem. Help, please

  • several circle (with different diameters) on graph xy

    Hi, I'm looking for a solution to the problem posted above. I did searches and returns results using "Draw Circle by radius.vi" but I like it to be shown on an XY graph that has many circles with a different RADIUS (a bit like a fly). I also found an

  • How to enable Web Services?

    I have the LaserJet 1606dn and it prints very well connected via USB to an iMac (OS X 10.6.8).) I'm trying to configure for ePrint. I've updated the firmware to the current version. When I print the printer settings page, the status is "not connected

  • When accessing Skype problems with playback device

    Original title: when you try to use Skype, I have a problem with the playback device and the test of my sound system the reading micro meter is empty Hello When you try to use Skype it tells me there is a problem with the playback device, I went to t