Making a database visible again

Hi,
I installed 9i Release 2 (after uninstalling Release 1) and during the install I created a new default database. I would like to be able to recover data from the previous database. All the files appear to be there. How can I see the database again so that I can at least do an export? Thanks very much.
rmc

If all DB files, controlfiles, redo log files and iniSID.ora are OK, then you have only to create the DB Service, by using the ORADIM command from DOS prompt.
You can see information at
http://download-east.oracle.com/docs/html/B10163_01/create.htm#sthref493

Similar Messages

  • Making decorations visible again

    LabView 8.01
    I have used one of the sample VIs posted here to control visible/invisible state of decorations in my VI.  This works great!  Thanks to those who offered the solution.  However, when I exit my VI, the front panel decorations and controls remain invisible.  How do I make them visible again from the editor?  I suppose I could have my VI do some cleanup work just before exiting and make them visible again.

    You're right.
    Your best bet would be to either make everything visible before exit, or make everything visible on startup.

  • TabBar click , making a Component Visible to true and false

    Hi
    I have a Tabbar with 4 tabs on it Say One , Two , Three and Four .
    <mx:TabBar  id="viewTab" itemClick="switchView();">
    <mx:dataProvider>{VIEW_ARRAY}</mx:dataProvider>
    </mx:TabBar>
    public function switchView():void
    if(tabselected == Two)
    ToggleButtonBar.visible = true;
    if(tabselected == Three)
    ToggleButtonBar.visible = False;
    As you can see
    On clicking of Tab Two , i am showing a ToggleButtonBar Visible to false and on click of Tab Three i am making it visible to False .
    Now the problem is that again on click of Tab Two , this ToggleButtonbar is not visible again ??

    Can you post a complete test case in 20 lines or so?

  • Making a field visible for a particular row in table control.

    Hi Experts,
    I have a scenario where in there are 7 columns in table control wherein last column I have made invisible. Now I got to make that column visible only for the selected row and this column for the rest of the rows should be invisible.
    How can I achieve this. Tried a lot playing with table control current line and cols structure but no fruit.
    Please help. <removed by moderator>
    Thanks,
    Edited by: Thomas Zloch on Oct 19, 2010 2:38 PM

    Hi All,
    Sorry for late response. I was out of station for a while.
    I tried a lot after going through the link provided by Robert and also tried what Anmol has suggested but its not working,
    The column becomes invisible but it is not becoming visible again for the selected row.
    The code I have written is as follows.
    process before output.
    module status_9000.
      module tc_details_change_tc_attr.
      loop at   it_test
           into wa_test
           with control tc_details
           cursor tc_details-current_line.
        module tc_details_get_lines.
         module customize.  " Module to update table control dynamically
      endloop.
    module CUSTOMIZE output.
    LOOP AT TC_DETAILS-cols INTO cols.
               if  cols-screen-name = 'WA_TEST-REMARKS'. " and wa_test-sel = 'X' ).
           IF WA_TEST-SEL = 'X'.
             COLS-SCREEN-ACTIVE = '1'.
             COLS-INVISIBLE = '0'.
             MODIFY TC_DETAILS-COLS FROM COLS INDEX SY-TABIX.
             ELSE.
              COLS-SCREEN-ACTIVE = '0'.
             COLS-INVISIBLE = '1'.
             MODIFY TC_DETAILS-COLS FROM COLS INDEX SY-TABIX.
             ENDIF..
             ENDIF.
              ENDLOOP.
    endmodule.  
    Please help.

  • [svn:fx-trunk] 10898: Fix for a bug: After playing a hide effect, a window wouldn't be visible again.

    Revision: 10898
    Author:   [email protected]
    Date:     2009-10-06 13:54:04 -0700 (Tue, 06 Oct 2009)
    Log Message:
    Fix for a bug: After playing a hide effect, a window wouldn't be visible again.
    The issue here is that all effects that occur because of HIDE end up calling setVisible() (see EffectManager.effectEndHandler).  Window/WindowedApplication was basically left with two concepts of setVisible...the displayObject one and the native application one, and they were out of synch.  So setting visible=true on the window wasn?\226?\128?\153t calling setVisible(true) which controls the display object visibility.  Now instead of doing our work in the visible setter, we override setVisible() and do it in there.
    QE notes: -
    Doc notes: -
    Bugs: SDK-23263
    Reviewer: Darrell
    Tests run: checkintests, Rob ran mustella window/windowedapplication
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-23263
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/airframework/src/mx/core/Window.as
        flex/sdk/trunk/frameworks/projects/airframework/src/mx/core/WindowedApplication.as
        flex/sdk/trunk/frameworks/projects/airframework/src/spark/components/Window.as
        flex/sdk/trunk/frameworks/projects/airframework/src/spark/components/WindowedApplication. as

    I run Suse 9.1 Linux, and Suse has a package called lmsensors which by default on my machine gives readings like this:
    Code: [Select]
    temp1:       +27°C  (high =    +0°C, hyst =   +22°C)   sensor = thermistor
    temp2:     +41.0°C  (high =   +80°C, hyst =   +75°C)   sensor = PII/Celeron diode 
    Now that 41C is pretty high for an idle AMD643000+ running at 1000Mhz, 1.08V. Too high, I would say. temp 1 in this case is the SYS temp, temp2 is the CPU temp.
    Now, using lmsensors I can duplicate your little trick and tell it that temp 2 is in fact a 3904 transistor. Having done this can I get readings like this:
    Code: [Select]
    temp1:       +27°C  (high =    +0°C, hyst =   +22°C)   sensor = thermistor
    temp2:     +16.0°C  (high =   +80°C, hyst =   +75°C)   sensor = 3904 transistor 
    Problem is, I'm not sure that the sensor is actually a 3904 transistor! The number's lower, but I was pretty sure that the sensor in the AMD64 is in fact a diode. Also, surely the CPU temp can't actually be that much lower than the SYS temp.
    So, I think your fix succeeds in giving lower temps and that's great in that it will tell your system software that the CPU is not overheating, but I don't think it's the solution to high temp reporting. Anyway, as you say, its a solution for people who can't run with system shutdowns due to bogus high temps.  
    I've been looking at these temp issues with the MSI K8T, and I was thinking the problem was simply a miscalibration. The Winbond sensor chip on my board (maybe the K8N is the same, maybe not) has a sensor temp offset that gets added to the temp coming from the sensor. On the K8T this number is +54C.   Funny number I know, but I've "fixed" the problem while I wait for a real bios fix on the K8T by simply reducing this offset to give me a CPU temp that matches SYS temp when idle. This enables cool'n'quiet fan control to work properly on my system, which is my main practical concern.

  • Problem with making a database link.

    Hello All
    I got a problem with making a database link.
    When I execute this query
    CREATE PUBLIC DATABASE LINK DBNAME
    CONNECT TO database IDENTIFIED BY name
    USING 'DBNAME.europe.company.com';
    I am using other names because its private information
    But when I look at the table dba_db_links I see this
    OWNER | DB_LINK | USERNAME |HOST
    PUBLIC| DBNAME.europe.company.com| name| DBNAME.europe.company.com
    So the DB_Link name is changed. And this causes a problem with my asp website. I get the fault message
    ORA-02085: database link DBNAME.europe.company.com connects to DBNAME
    Cause: a database link connected to a database with a different name. The connection is rejected.
    The global_names = true and I prefer to keep it that way.
    So does anyone knows what is wrong about my Query or how I can change the DB_Link name.
    Thanks for the support,
    Remco

    Thanks for the help Mohit
    But thats whats I was doing.
    The query in the first post is the same as what you are posting.
    But by an (for me) unknown reason the database converts DBNAME to DBNAME.europe.company.com

  • Making a database in Java

    would making a database in Java be hard especially if I wanted to incorporate SQL into the data base?

    jverd wrote:
    Adrienk wrote:
    can I make a program that will interact with a database (lets say oracle)Google for jdbc tutorial.
    in such a way where i can use arrays to store information and then sort through the arrays at a latter time by use of a search method to find and pull specific information? or would i even need a data base for this type of project?That's very vague, and arrays really have nothing to do with it. You will define classes in Java, such as, say, Student, Course, Instructor, Classroom, etc. A given application or feature will use some or all of those classes. If an application needs to be able to do things like "print the class list for a given student," and "find the classrooms available for a particular course," and a dozen others, then, yes, you probably want a database to manage the relationships, searching, filtering, and all the stuff that a DB is made for. If, on the other hand, it's just a simple app that displays a few things, lets you select something, and maybe retrieves a few simple objects by fixed keys like name or ID, then a DB is probably overkill.the relationship is what i want to do, so now i wonder - how do you create an application in java to interact with a database?

  • Realtek network card seems to be disappeared. how can i make it visible again for the OS?

    i can't access my LAN card. somehow it is disappeared. how can i make it visible again for the OS? my OS is windows 7. thanks very much for your help

    right click on the button bar, then select "customize toolbar", drag any button you like into the toolbar and you're done!
    Diego

  • Make cookies visible again, so that I can delete the cookies immediately when I am no longer using a website.

    Make cookies visible again, so that I can delete the cookies immediately when I am no longer using a website. I recently updated firefox, and I was very disappointed to find that the cookies from sites I visit were no longer showing to me. I am still able to use the sites, but I cannot see their cookies to delete them. I like to delete the cookies immediately once I am done with their site.
    Help me to see the cookies again. Thank you

    I also wanted to let you know, that I find it incredibly stupid, that cookies are hidden away in a tools menu; when most internet users would obviously prefer to be able to immediately see what cookies are being used, and could then just click and delete them immediately, without having to click 4 different buttons and then delete them. PLEASE MAKE THE COOKIES EASIER TO GET RID OF, BY SHOWING THEM IN THE BROWSER ALL THE TIME. thank you

  • I accidently "hide" some of my purchased apps in the app store and need to know how to make them visible again.

    I accidently "hide" some of my purchased apps in the app store and need to know how to make them visible again.

    Mac App Store- Hiding and unhiding purchases

  • Volume: "Untitled" visible (again)

    Hi,
    I´ve got the following script to make the volume: "Untitled", the BootCamp Volume, unvisible. It works fine, but: How can I make it VISIBLE again? For AppleScript Cracks easy, but for me... Please help! Thanks!
    Here is the script:
    set volName to "Untitled:" --Doppelpunkt am Ende nicht vergessen
    tell application "System Events"
    set visible of alias volName to (visible of alias volName)
    end tell
    tell application "Finder" to quit
    delay 1
    tell application "Finder" to launch

    Sorry, I have the wrong script past in, in the upper posting... (my solution-try)
    THIS is the right script, to make the volume unvisible:
    set volName to "Untitled:" --Doppelpunkt am Ende nicht vergessen
    tell application "System Events"
    set visible of alias volName to (not visible of alias volName)
    end tell
    tell application "Finder" to quit
    delay 1
    tell application "Finder" to launch

  • Lost items agenda after synchronisation, how van i make them visible again?

    After synchronisation I've lost al lot of items in my agenda, how van ik make them visible again?

    Log into your iTunes account on the new comptuer and when you hook up your iPhone there will be a option to reverese sync your iTunes purchased content ONLY, back into iTunes.

  • Making Access Database application an Executable application

    Or download the 'Access Developer Extensions' which 'enables you to distribute Access applications to users who do not have the full version of Access installed on their computer'
    Here's the 2013 version
    http://www.microsoft.com/en-gb/download/details.aspx?id=39358

    Is there a way of making an Making Access Database application an Executable application?
    Not really removing the code like the MDE or ACCDB but just to make the applicatition program.
    Thank in advance
    Vince
    This topic first appeared in the Spiceworks Community

  • Making Addressbook duplicates visible

    Clearly there is no way to make Addressbook duplicates visible. I think this is a huge MUST. Please Apple can you address this!?

    Open the AppleScript Editor in the /Applications/Utilities/ folder and run the following exactly as written below:
    tell application "Finder" to quit
    do shell script "chflags nohidden " & quoted form of POSIX path of (choose folder with invisibles)
    delay 2
    tell application "Finder" to run
    To change the global setting instead of making single items visible, replace the second line with:
    do shell script "defaults write com.apple.finder AppleShowAllFiles 1"
    (89379)

  • Making invisible folders visible

    How do i make invisible folders visible?

    Open the AppleScript Editor in the /Applications/Utilities/ folder and run the following exactly as written below:
    tell application "Finder" to quit
    do shell script "chflags nohidden " & quoted form of POSIX path of (choose folder with invisibles)
    delay 2
    tell application "Finder" to run
    To change the global setting instead of making single items visible, replace the second line with:
    do shell script "defaults write com.apple.finder AppleShowAllFiles 1"
    (89379)

Maybe you are looking for

  • Can I use the Galaxy in Germany if it's "unlocked" with a local SIM (for local rates)?

    Can I use this phone in Germany with a *local* SIM card for local rates if I get Verizon to unlock it or do I have to wait for the ever-elusive upgrade for this to be possible? I have been with Verizon since 2006, my original HTC Incredible has been

  • How to collect DB stats from 10g database

    Hi All, We have a production Oracle 10.1.0.5.0 database. We are facing performance issue in the application side. So we are in process of analysing the performance issues in both database and application side. Application vendor is asking for DB stat

  • Sales BOM in CRM

    Hello experts, We would like to have sales BOM (single level) in CRM internet sales. What are the limitations in CRM if we use a sales BOM. When we create a order with reference to an existing sales order in ERP, how does the system behave? Also when

  • Merging 2 IPHOTO together

    Hi, I own 2 apple's computer and I have pictures in IPHOTO on each computers. How can I combine all of my pictures on a single machine in IPHOTO. I want to merge my 2 IPHOTO together on 1 machine and keeping the folder, album, rating of both. Regards

  • XML - Adobe ActionScript 3 (AS3 ) API Reference

    This question was posted in response to the following article: http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/XML.html