Oracle startup with some specific tablespaces

I am trying to start a oracle 9i database in Linux(Redhat 8.0). During startup it says, one datafile of one of the tablespaces is missing.It can't open the database.
How to start oracle with out that tablespace, i.e., I want to startup the database where every other tablespace except that tablespace will be up.
I dont have any backup, neither have a archivelog .
Can anybody suggests what to do?
Sayan

You can add the clause immediate if you want that the controlfile does not check the existency of that file.
If you want to startup a database without any datafiles online you so this:
1.- Mount the database
2.- for each datafile that you want to set offline you have to so this : "ALTER DATABASE DATAFILE .... offline immediate"
and so you will be able to startup the database.
Joel Pérez

Similar Messages

  • When I try to work with some photos Imovie gets stuck and then it stops to work at all. It happens only with some specific photos,is there a way to repair them?I can't go on this way,help me please

    When I try to work with some photos Imovie gets stuck and then it stops to work at all. It happens only with some specific photos,is there a way to repair them?I can't go on this way,help me please

    Hi,
    The movie is probably MPEG format.
    QuickTime Pro and iMovie cannot transcode audio contained in MPEG movies.
    Try to convert with SimpleMovieX or MPEG Streamclip instead.
    http://www.aeroquartet.com/SimpleMovieX/
    http://www.squared5.com
    Regards, BJ

  • Strange problem with some specific games (that should be compatible)

    Hello everyone.
    Got myself an Iphone 4 on day one: it's my first apple product and I'm really happy with it (I'm comming from the windows mobile world/****).
    But I soon discovered a strange compatibility problem that only happens with some games, even after they got ios4 updates (and those games are working on friends iphones 4).
    I thought it could be a software issue so I tried to restore my phone, then re-sync it, but still having the same issues
    Problematic games are Worms, Chaos rings, Texting of the bread and Cro-Mag Rally.
    When launching Worms, only a quarter of the screen shows up, with messy graphics.
    For the other 3, I can enter menus, everything seems fine until the actual game launches, wich gives me the same results as the one described for T17's Worms: only a small portion of the screen shows up, flikering with messy pixeled graphics.
    I'm starting to wonder if this could be a hardware issue, even though tones of games are working perfectly (including 3d heavy ones like Epic citadel or Archetype)
    Any help would be greatly apreciated!

    Sounds like those games are corrupted. Delete them on your phone, then delete them in itunes, when prompted, move all files to trash, empty your trash. Then sync your phone to insure that all traces are removed from your phone. Then re-download them in itunes(you can re-download purchased apps for free), sync them back to your phone. See if this fixes things.

  • Index on Partitioned Table with Some ReadOnly Tablespaces

    We have a warehouse with fact tables range partitioned on date - daily partitions with each month worth of partitions put into a specific monthly tablespace. Each month, we set the prior month's tablespace to READONLY. So our table ends up having data in readonly and read-write tablespaces.
    We now have a change we need to make to one of the fact tables - we need to add a new column AND add an index to that column. But because we have partitions in readonly state, Oracle doesn't let us create the index and it also doesn't let us update the local unique key (unique index).
    Is there a way we can do this without having to put the tablespaces in read-write mode? As importantly, what happens when we offline or drop some of the older tablespaces (for archiving purposes)? We need to find a way to add the index on just the read-write partitions.
    Thanks.

    We have a warehouse with fact tables range
    partitioned on date - daily partitions with each
    month worth of partitions put into a specific monthly
    tablespace. Each month, we set the prior month's
    tablespace to READONLY. So our table ends up having
    data in readonly and read-write tablespaces.
    We now have a change we need to make to one of the
    fact tables - we need to add a new column AND add an
    index to that column. But because we have partitions
    in readonly state, Oracle doesn't let us create the
    index and it also doesn't let us update the local
    unique key (unique index).
    Is there a way we can do this without having to put
    the tablespaces in read-write mode? As importantly,
    what happens when we offline or drop some of the
    older tablespaces (for archiving purposes)? We need
    to find a way to add the index on just the read-write
    partitions.
    Thanks.Hi,
    Improvements in Oracle 10g to maintain local-partitioned indexes when you use partition DDL commands:
    add partition, split partition, merge partiton, move partition.
    ALSO, the associated indexes NO LONGER have to be stored on the same tablespace as the table (i.e. answer to your question).
    On Oracle 9i: Local indexes are recommended on data warehouse platforms. In an OLTP system, global indexes are more common. On a data data warehouse, problems can be isoloted to one partition, the partitions moved, made r/o (like yours), no local indexes need to be rebuilt
    Regarding your issue:
    We now have a change we need to make to one of the
    fact tables - we need to add a new column AND add an
    index to that columnTo maintain the simplicity + functionality of your DW configuration, I think you need to change the TS to R/W, update the objects, then alter to R/O.
    fyi
    http://www.oracle.com/technology/deploy/availability/htdocs/online_ops.html

  • Oracle startup with Windows

    We have Oracle 10g (x64) installed on a Windows XP Pro x64 computer, along with ASM. When the computer reboots, both instances start up, but the database instance doesn't actually open the database on startup. So far, I've checked some registry settings (HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\KEY_OraDb10g_home2) to make sure that autostart was set to true (which it was). I don't know of anything else to check or change to get the database to actually fully start with Windows. We're having this problem with several computers and I'm hoping somebody can help.

    jbo5112 wrote:
    We have Oracle 10g (x64) installed on a Windows XP Pro x64 computer, along with ASM. When the computer reboots, both instances start up, but the database instance doesn't actually open the database on startup. So far, I've checked some registry settings (HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\KEY_OraDb10g_home2) to make sure that autostart was set to true (which it was). I don't know of anything else to check or change to get the database to actually fully start with Windows. We're having this problem with several computers and I'm hoping somebody can help.My word you've had some interesting answers. Oracle provides the ORADIM utility as mentioned already to manage oracle database services on windows. You can see the syntax by issuing the command on it's own in a cmd window - eg
    ORADIM: <command> [options].  Refer to manual.
    Enter one of the following command:
    Create an instance by specifying the following options:
         -NEW -SID sid | -SRVC srvc | -ASMSID sid | -ASMSRVC srvc [-SYSPWD pass]
    [-STARTMODE auto|manual] [-SRVCSTART system|demand] [-PFILE file | -SPFILE]
    [-SHUTMODE normal|immediate|abort] [-TIMEOUT secs] [-RUNAS osusr/ospass]
    Edit an instance by specifying the following options:
         -EDIT -SID sid | -ASMSID sid [-SYSPWD pass]
    [-STARTMODE auto|manual] [-SRVCSTART system|demand] [-PFILE file | -SPFILE]
    [-SHUTMODE normal|immediate|abort] [-SHUTTYPE srvc|inst] [-RUNAS osusr/ospass]
    Delete instances by specifying the following options:
         -DELETE -SID sid | -ASMSID sid | -SRVC srvc | -ASMSRVC srvc
    Startup services and instance by specifying the following options:
         -STARTUP -SID sid | -ASMSID sid [-SYSPWD pass]
    [-STARTTYPE srvc|inst|srvc,inst] [-PFILE filename | -SPFILE]
    Shutdown service and instance by specifying the following options:
         -SHUTDOWN -SID sid | -ASMSID sid [-SYSPWD pass]
    [-SHUTTYPE srvc|inst|srvc,inst] [-SHUTMODE normal|immediate|abort]
    Query for help by specifying the following parameters: -? | -h | -helpThe above from a 10.2 database install gives you the clue that
    1) You don't need to delete and recreate, you'll be able to edit the service.
    2) The current parameter for the password for sysdba access is -SYSPWD though in older versions it was -INTPWD.
    In addition you should certainly check the Oracle alert log for errors on attempted startup, and the oradim.log for errors encountered when the database itself is started by oardim (you'll find this in %ORACLE_HOME%\database . If I were guessing then I'd hazard a guess that the ASM instance was not fully open before the database was started. The alert log will tell you that.
    If you do find it's the ASM problem then a couple of solutions present themselves.
    1) don't rely on automatic start, but set the services to manual and then schedule a shell script at startup that starts the services using "net start servicename"
    2) Edit the OracleServiceSID to make it dependent on the ASM service using the procedure in http://support.microsoft.com/kb/193888
    Niall Litchfield
    http://www.orawin.info/

  • New Airport Network - issues with some specific features

    Hello,
    I have just changed my wifi system for an Airport Network, with one AirPort Extreme and 2 AirPort Express. The goal was to extend the wifi network to the entire house. Everything is fine, all my computers are able to connect to the network and are able to access the internet. The AirPort Network is connected to the internet with the PPPoE procedure.
    The issue is very specific here.
    1. I use Outlook 2007 to handle my e-mails. Since I have shifted to the AirPort Network, Outlook is not able to connect to pop server anymore for 4 of my 5 accounts. Hotmail (pop) is functionning alright but Gmail is blocked !
    2. Windows Update is also unable to connect to the appropriate server.
    Maybe there is more but it's all I have noticed so far. I have not changed a single parameter by myself on my computers and both are affected the same way.
    I first thought it was a firewall issue but disabling my software firewall (Bullguard) did not change anything. Vista Firewall is not active. Maybe is it the internal firewall of the AirPort Extreme ? But that would not explain why Outlook can send messages (smtp works fine).
    Any idea or similar experience ? Thank you in advance.
    Best regards,
    AdG

    Maybe my problem is just bad luck ! I might have shifted to my new network
    the wrong day. One day earlier, I would not have seen any difficulty... if this is it.
    Quakes slow cyber connections
    By Zhu Shenshen | 2009-8-18 | NEWSPAPER EDITION
    SHANGHAI'S international Internet connections slowed significantly yesterday after earthquakes rocked Taiwan and southern Japan. It was unclear last night how long repairs might take. Millions of Chinese Netizens were unable to connect to overseas Websites or use popular online chat tools yesterday afternoon.
    About 15 million MSN instant message users in Shanghai and other parts of China were affected as the main servers are in the United States. Connections to most overseas Websites including those run by Yahoo and the New York Times were also clogged.
    The chain of events that led to the service disruption had its origin in Typhoon Morakot, which struck Taiwan on August 7 and led to a later breakdown in an undersea telecommunications cable system.
    Local Internet traffic was not influenced because transmissions were routed to a backup channel. But that cable failed yesterday near Busan, South Korea, apparently the victim of the earthquakes, according to China Unicom.
    The failure affected Asian communications to the US and Europe.
    The epicenter of the first quake, which struck at 8:05am yesterday, was about 188 kilometers southeast of Hualien on Taiwan's east coast at a depth of 11km, the island's weather bureau said. The US Geological Survey put the magnitude at 6.7.
    The second quake, which was centered close to the first at a depth of 20km and struck at 6:10pm, measured 6.1, the Taiwan weather bureau said. It was also felt in Japan's Ishigaki Island.
    "We've sent a team to repair the broken cable, but we can't give a detailed timetable for when it will be completed," said Song Guixiang, a public relations official for China Telecom.
    The schedule will depend heavily on weather conditions, Song said.
    Repairs are handled by a team comprising the carriers that use the cable.
    In most cases it takes one to two months to fully repair damaged undersea cables. In the meantime, telecom operators will try to reroute traffic to operating cables and satellite systems.
    Domestic Internet connections and international call services were normal yesterday, the carriers said.

  • Creating an interactive dashboard in OBI with some specific criteria

    we are new to OBI and want to create a dashborad which has two drop downs..
    selection of the first value in the drop down list limits the values in the second drop down.
    and finally on the cilck of GO button, some metric has to be displayed.
    metric is calculated by an SQL Query....
    PLEASE HELP US... ITS URGENT!

    [http://catb.org/~esr/faqs/smart-questions.html#urgent|http://catb.org/~esr/faqs/smart-questions.html#urgent]
    And if it's really that urgent, it should be worth posting into the correct forum: [OBIEE Forum|http://forums.oracle.com/forums/forum.jspa?forumID=378]
    Other than that: constrained prompts and setting the receiving columns as "is prompted" in the request solve your issue. [Do a forum search|http://catb.org/~esr/faqs/smart-questions.html#before] . This was discussed and explained at least 5 times this year already.
    Cheers,
    C.

  • Sever hangs during startup with registration of some servlets

              Sever hangs during startup if some specific servlets are being registered.
              The same servlets go OK in windows environment.
              It's an AIX 4.3.3 with jdk 1.2.2 IBM build ca122-20001026.
              

    I tried doing the verbose boot and a lot of codes started showing up. I don't really know how to read stuff like these but I've read 3 shutdown causes or something like that. And it disappeared to blue then grey screen then it asked for language selection, I clicked english, then it says, if you want to fix your disk click DISK UTILITIES in the Utilities options. I did and still, didn't see anything listed on the First Aid tab.
    I'm just wondering, what will happen if I reinstall my OS? I'll lose all the saved files and datas right? Is it like restoring it to factory settings and will just bring my laptop back to normal? I don't have any back ups for my file, is there any way that I could get some even if I can't access my desktop?

  • Lock types in oracle 10g with sql examples

    can some body easily in simple words tell some thing about the table locks types in oracle 10g with some sql examples?

    Oracle locking is a complex topic that may not easily be explained with simple words.
    Please try to read above mentioned link starting from simple examples to used lock types. I don't think it's a good idea to "over simplify" the topic starting from the different lock types.
    Another way to explain some lock types can be found in following OTN discussion with Tom Kyte (who is also one of the primary author of Concepts Guide 11.2): TM / TX Locks ( Tom Kyte and Oracle Docu) ; note the different points of view about what is the row lock ...
    Edited by: P. Forstmann on 29 juin 2011 14:00

  • Call View controller with some URL parameter

    Hi
    I have a 3rd party system which need to send some data to my CRM system.
    One approch which is being suggested is by sending data by URL parameter.
    I have made a new component for this and have provided the 3rd party with its URL .
    The issue with calling a view controller URL along with some specific URL parameters is that i am not able to access its parameters.when i call method GET_PAGE_URL from the DOINIT method of the controller it does not provide me with the parameter list .
    How can i access these URL parameters ?
    Regards
    Ajitabh

    HI,
    have a look at component CRM_UI_FRAME. In the page default.htm they extract URL parameters.
    You have got the REQUEST variable in your view controller as well.
    cheers Carsten

  • Re: how can i interface Oracle 8i with webpages in HTML

    Hi all,
    I am a novice in Oracle 8i. I want to know how to interface some tables that are in Oracle 8i with some static pages in HTML? Can it be done or do I have to use Java?
    I need a prompt reply for this.
    Thanks,
    Sangeeta

    You'll have to use the destype DELIMITEDDATA to render your Report in CSV format. Then set the mime type to Excel. I don't know the exact syntax, so please do a search in metalink for "reports excel" for examples and more info.
    Regards,
    Martin Malmstrom

  • Tora pkgbuild: oracle tool with postgresql and mysql support

    Tora is a tool for oracle databases with some support for postgresql and mysql.
    tora PKGBUILD
    pkgname=tora-alpha
    pkgver=1.3.14.1
    pkgrel=1
    pkgdesc="Qt toolkit originally for Oracle databases administration with some support for Postgresql and Mysql"
    url="http://www.globecom.net/tora/"
    depends=('qt')
    makedepends=('perl')
    conflicts=('tora')
    source=(http://dl.sourceforge.net/tora/${pkgname}-${pkgver}.tar.gz)
    md5sums=('5560b5104438e1b71bd89386d0fcdc00')
    build() {
    cd $startdir/src/tora-$pkgver
    ./configure --prefix=/usr
    --without-kde
    --without-oracle
    --without-rpath
    make || return 1
    make ROOT=$startdir/pkg install
    I'm posting this pkgbuild only for testing/research.
    Fist, it's alpha (aka devel) version but stable release does not want to easly compile on my machine and it's too old IMO.
    As you can see it can be built without the need for kde (good news for other WMs/DEs users).
    The funny thing is that I built it without support for... oracle :-) That's because it needs lots of oracle stuff installed and I don't have it. If someone has, he can build a static version of oracle support (if you do please post some info here if it works, etc.).
    The postgresql/mysql support depends on the qt package configuration. Current qt arch package does not inlcude postgresql/mysql plugin support. The next qt release will have mysql support at least (http://bugs.archlinux.org/index.php?do=details&id=1040, http://bugs.archlinux.org/index.php?do=details&id=1166) and I have made a feature reqest for postgresql http://bugs.archlinux.org/index.php?do=details&id=1244.
    I'm still not 100% sure if postgresql and mysql should/shouldn't be put in makedepends (according to the docs and mailinglists it's not needed). I'll check that again when new qt release will be available.
    In other words in such configuration and present qt version this application is pretty useless :-) (though it can be run). But I'm posting this pkgbuild for the others (if someone needs to test it or tries to build it, etc.). I'm sure tora will soon be more attractive especially for someone using oracle databases.

    This won't work using a newer oracle instant client version though, since the pathes won't be set correct.
    The Project TOra won't use automake, since the author refuses doing so.
    Probably it would be a larger patching work to get it working with instantclient_10_2 (the current release version from Oracle).
    Why so?
    It seems as if the include pathes for the oracle client won't be set correclty, since TOra seems to expect a full oracle product installation.
    The configure does not accept a --with-oracle-includes or --with-oracle-libs option any longer (in 1.3.21 it did). Therefore, TOra won't find in example oci.h, since it's not in any include directory known.
    Also, some other files are not in the path TOra expects them to be.
    Without the possibility of passing by configure options handling this, i guess it won't be possible to get this TOra version running with the current instantclient.
    // STi

  • I have written a binary file with a specific header format in LABVIEW 8.6 and tried to Read the same Data File, Using LABVIEW 7.1.Here i Found some difficulty.Is there any way to Read the Data File(of LABVIEW 8.6), Using LABVIEW 7.1?

    I have written a binary file with a specific header format in LABVIEW 8.6 and tried  to Read the same Data File, Using LABVIEW 7.1.Here i Found some difficulty.Is there any way to Read the Data File(of LABVIEW 8.6), Using LABVIEW 7.1?

    I can think of two possible stumbling blocks:
    What are your 8.6 options for "byte order" and "prepend array or string size"?
    Overall, many file IO functions have changed with LabVIEW 8.0, so there might not be an exact 1:1 code conversion. You might need to make some modifications. For example, in 7.1, you should use "write file", the "binary file VIs" are special purpose (I16 or SGL). What is your data type?
    LabVIEW Champion . Do more with less code and in less time .

  • Recovery with some tablespaces/datafiles excluded

    Hi,
    I want to restore/recover my db on a new host with some tablespaces/datafiles excluded...
    I have backups on tape but don't have enough disk space on my new host to restore database fully, is it possible I exclude/skip some tablespaces/datafiles?
    Thanks

    thanks tychos,
    I run the sql you told brefore restore database but It seems It's going to restore datafiles that I don't need again... I don't have enough space to restore all datafiles. My rman script looks like this:
    run {
    ALLOCATE CHANNEL c1 DEVICE TYPE sbt PARMS='...';
    SET NEWNAME FOR DATAFILE 1 TO '+DATA/oradata/test/system01.dbf';
    SET NEWNAME FOR DATAFILE 2 TO '+DATA/oradata/test/undotbs01.dbf';
    SET NEWNAME FOR DATAFILE 3 TO '+DATA/oradata/test/cwmlite01.dbf';
    #SET NEWNAME FOR DATAFILE 4 TO '+DATA/oradata/test/drsys01.dbf';
    #SET NEWNAME FOR DATAFILE 5 TO '+DATA/oradata/test/example01.dbf';
    #SET NEWNAME FOR DATAFILE 6 TO '+DATA/oradata/test/indx01.dbf';
    sql 'alter database datafile 4,5,6 offline drop';
    SET UNTIL SCN 123456;
    RESTORE DATABASE;
    SWITCH DATAFILE ALL;
    RECOVER DATABASE;
    }

  • I installed lv 6.1 on a windows 98 system. As I am having problems of stability (much more than with the former release 6.0), I would like to know if there is some specific problem with windows 98 or there is some patch.

    I installed lv 6.1 on a windows 98 system. As I am having problems of stability (frequent crashes, much more than with the former release 6.0), I would like to know if there is some specific problem with windows 98 or there is some patch available.

    My experience with Win98 is that it is not a very stable system, regardless of software used. For example, Win2000 and XP are far more stable than 98. I've had it crash on its own if I leave the computer on for several days.
    I wouldn't recommend running programs for long time (few days) on this OS.
    This being said, can you be more specific in your question. What kind of stability problems did you have, which VIs did you run (if possible post them here), did you change the interrupts and priority levels on those VI, do you get error messages or blue screen....
    Zvezdana S.

Maybe you are looking for

  • RECEIVING OPEN INTERFACE TABLE의 STRUCK RECORDS 정보 취합 SCRIPT

    제품 : MFG_PO      작성날짜 : 2005-01-27      RECEIVING OPEN INTERFACE TABLE의 STRUCK RECORDS 정보 취합 SCRIPT ================================================================= PURPOSE RCV_TRANSACTIONS_INTERFACE table에 있는 struck receipt records의 정보를 취합하여, struc

  • Drop Shadow on a matte key

    hi guys I need to know how to put a drop shadow on a matte key that I did with travel matte luma. I keyed the matte and fill on a background using composite mode travel matte based on luma ... but I cant seem to create or get the drop shadow to work?

  • Cost event and Cost change API

    Hello, based on the documentation of RMS 13.2 and tests performed, the cost change information applied throught RMSSUB_XCOSTCHG.CONSUME doesn't create Cost events in RMS, thus, the future cost engine have no invoirmation about the changed cost. Logic

  • I have an error when i uploding my file pdf.

    why i can`t convert my pdf to word when i uploading my file put error but really i dont know what i have to do!!!!!1 help me please 55mb is my pdf

  • Error 2093

    i have read the other topic about this same problem. i can not find a solution to this problem! sometimes when i open quicktime, that message comes up, and other times theres one that says "bad image, check to make sure quicktime is properly installe