Oracle database automatically shutdown when i restart computer

Hi all!
i have some problems, so i want your help
i have the database which name is ORCL but i don't understand why when i restart my computer, my database automatically shutdown, so i alway have to execute this command after restarting my computer
connect / as sysdba
startup
could you show me how to fix that error
help me!

Hi,
Refer this thread for a full explaination...
Oracle service failed to start in a timely manner
Regards.

Similar Messages

  • How to invoke the shutdown event tracker when running restart-computer

    In Windows command shell, it is possible to run shutdown /d to specify a reason code and /c to enter a comment into the shutdown event tracker to log why a shutdown was being performed.
    I'm not seeing an equivalent parameter for the restart-computer cmdlet in PowerShell.  Is it possible to invoke the shutdown event tracker when running restart-computer?

    help restart-computer 
    says no.  There's nothing wrong with using native commands, in a number of cases they are better than what PS provides.
    I hope this post has helped!

  • Macbook froze while online. hard shutdown. when it restarted, an error message appeared saying finder shut down unexpectedly containing a message box with a long list of technical jibberish.  after clicking OK that it would send an error report to Apple,

    macbook froze while online. hard shutdown. when it restarted, an error message appeared saying finder shut down unexpectedly containing a message box with a long list of technical jibberish.  after clicking OK that it would send an error report to Apple, the same error message box appeared again and again every time OK was clicked.  Now the macbook will not turn on at all

    If you're able to boot, launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ If you’re running Mac OS X 10.7 or later, open LaunchPad. Click Utilities, then Console in the page that opens.
    Select the most recent panic log under System Diagnostic Reports. Post the contents — the text, please, not a screenshot. In the interest of privacy, I suggest you edit out the “Anonymous UUID,” a long string of letters, numbers, and dashes in the header and body of the report, if it’s present (it may not be.) Please don't post "shutdownStall" or "hang" reports.
    If you can't boot in the usual way, try a safe boot. The instructions provided by Apple are as follows:
    Be sure your Mac is shut down.
    Press the power button.
    Immediately after you hear the startup tone, hold the Shift key. The Shift key should be held as soon as possible after the startup tone, but not before the tone.
    Release the Shift key when you see the gray Apple icon and the progress indicator (looks like a spinning gear).
    During startup, you’ll see a progress bar, and then the login screen, which appears even if you normally log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Safe mode is slower than normal, and some things won’t work at all.
    Note: If FileVault is enabled under Mac OS X 10.7 or later, you can’t boot in safe mode.

  • If the database is shutdown when the applcation is running what is happened

    I am using coneection pool to connect database. If the database is shutdown when the applcation is running what is happened? and how the database will be reconnected.
    I am using MySQL 3.23.52, Tomcat 4.1.12

    Hi,
    Performance of any n-tier system which takes the advantage of connection pooling will be much higher compared to its non-pooled counterpart.
    You have to be very careful while designing/using a connection pool.if u are using pool obtained from a third party,ur control on this pool will be limited - with a few set/get methods.
    A well designed pool wont create much trouble. if u are creating your own pool, basic steps required are
    1.create 'n' number of connections
    2.whenever user requests for a connection, check the validity of the connection- by sendin a simple select query etc- and if its not stale,give this connection to the caller.
    3.if the connection is stale ie it fails the pretest, close all the connections and create the pool afresh.
    4.connections obtained from the pool will be automatically returned back to the pool whenever the applciation call conn.close().
    from ur application, follow the steps for each connection you use (not necessary for a well designed pool)
    1.call ds.getconnection()
    2.check validity of this connection by sending a simple select query.if it works,everything is fine. otherwise something is wrong with connection(not always).
    3.sql exception may occur during the execution of sql query. this can be due to either
    a.database shut down (network related)
    b.database specific - like wrong query,invalid objects etc
    you have to look at the sql state/vendor code (which can be retrieved from the caught exception). the retrieved code will give you a hint why the error (network or database specific).and you can act accordingly.
    Most of the app servers comes with builtin connection pooling module. and handling stale connection is not a difficult task for the programmer. eg: if you are designing applcations for IBM websphere, you can use StaleConnectionException in your code.if this exception is caught,the whole pool is destroyed and created afresh.
    HTH,
    -asharafkk

  • How to mounted oracle database automatically  in oracle version 8.1.7?

    i want to know,how to mounted oracle database automatically in oracle version 8.1.7?

    Does this mean you are not using the WIndows operating system, or you doi not want to do this 'manually' using some point and click method?
    If this means, "do it automatically for reboots" and you are using the Windows OS, you need to set up a service and set it to automatic at reboot. Or, again in a Windows environment but at commnand line, use "net start {service name}" - as described in the manual.

  • I don't want Microsoft Word to automatically launch when I restart/reboot

    Hi All,
    Microsoft Word application automatically launches when I restart/reboot the iMac. How can I fix this?
    Smells like a virus...

    Hi ctconnor;
    Since there are no virus for OS X, I seriously doubt that is what is causing your problem here.
    My suggestion open System Preferences then Accounts followed by Login Items. Once there deselect Microsnot Word.
    Allan

  • ORACLE DATABASE의 AUTOMATIC STARTUP/SHUTDOWN

    제품 : ORACLE SERVER
    작성날짜 : 1995-11-21
    오라클 database의 AUTOMATIC STARTUP/SHUTDOWN
    ============================================
    시스템이 startup 하면서 오라클도 함께 startup하거나 시스템을 shutdown
    할 때 오라클도 같이 shutdown 하는 것이 가능하다. 그 방법은 OS마다 차이가
    있는데 여기서는 UNIX 에 기반한 여러 플랫폼에 대해서 알아보기로 한다.
    본 내용에서 가장 많이 사용되는 화일은 다음과 같다.
    $ORACLE_HOME/bin/dbstart
    $ORACLE_HOME/bin/dbshut
    /etc/oratab 또는 /var/opt/oracle/oratab
    dbstart 와 dbshut 은 오라클을 startup/shutdown 시키는 스크립트인데
    이것은 automatic startup/shutdown 시에만 사용하도록 하고 평상 시의
    경우에는 사용하지 않도록 한다.
    oratab 화일은 일반 텍스트 화일로서 시스템에 설치된 오라클 인스턴스에
    대한 정보를 가지고 있는데 보통 3개의 필드로 이루어져 있으며 첫번재
    필드는 ORACLE_SID, 두번째 필드는 ORACLE_HOME, 세번째 필드는 Y 또는 N
    으로 구성되어 있다. 해당 인스턴스를 autostartup 시키려면 꼭 Y로
    세팅되어 있어야 한다.
    SYSTEM V
    System V 에 기반한 시스템은 /etc/rc<n>.d 디렉토리에 초기화 스크립트를
    가지고 있다. 여기서 <n> 은 해당 스크립트의 run-level 을 의미한다.
    일반적으로 run-level 0은 power shutdown mode 이고 run-level 2는 multi-user
    mode 이다. 각각의 디렉토리에 들어있는 초기화 스크립트는 다음과 같은 형태의
    이름을 갖고 있다.
    K{two-digit number][descriptive filename]
    예를 들면 S75cron, K30tcp 등이 있을 수 있다.
    S로 시작되는 스크립트는 startup 시에 실행되는 것이고 K 로 시작하는 것은
    shutdown 시에 실행된다.
    two-digit number가 의미하는 것은 스크립트가 실행되는 순서인데 숫자가 작은
    것부터 먼저 실행된다. 따라서 오라클 스크립트는 보통 다음과 같은 이름을 갖게 된다.
    S99oracle, K01oracle
    이와 같이 설정하면 시스템이 startup 될 때 모든 초기화가 끝난 후 마지막으로
    오라클이 startup 되며 시스템을 shutdown 할 때에는 오라클을 가장 먼저 shutdown
    하게 된다.
    BSD UNIX
    BSD 에 기반한 시스템은 시스템이 startup 될 때 초기화 화일로
    /etc/rc*(예를 들면, /etc/rc, /etc/rc.local) 를 사용한다.
    시스템을 shutdown 할 때에는 보통은 /etc/shutdown 만 실행하게 되므로
    특별히 실행되는 스크립트가 없지만 /etc/rc.shutdown 이 실행되는
    플랫폼도 있다.
    이제 각 플랫폼별로 자세히 알아보기로 한다.
    주의 : <oracle_owner> 는 oracle owner id 로 대체
    <$ORACLE_HOME> 은 oracle home directory 명으로 대체
    (1)SunOS 4.1.3
    SunOS 4.1.3 에서는 /etc/rc.local 을 startup 스크립트로 사용한다. 즉
    시스템이 startup 되면서 /etc/rc.local 이 실행된다. 따라서 이 화일의 끝에
    다음과 같은 라인을 추가하면 된다.
    su <oracle_owner> -c <$ORACLE_HOME>/bin/dbstart
    예를 들어 oracle owner 가 oracle7 이고 $ORACLE_HOME 이 /home/oracle
    이라면 다음과 같이 해주면 된다.
    su oracle7 -c /home/oracle/bin/dbstart
    여기서 /home/oracle 대신에 $ORACLE_HOME 과 같은 환경변수를 이용하여
    세팅하면 안된다.
    SunOS 에서는 시스템이 shutdown 될 때 실행되는 스크립트는 따로 없다.
    따라서 dbshut 을 실행시키는 방법은 다음과 같은 스크립트를 만들어서
    시스템을 shutdown 시킬 때 /etc/shutdown 을 실행시키지 말고 대신
    이것을 실행시켜야 한다.
    #!/bin/csh
    su <oracle_owner> -c <$ORACLE_HOME>/bin/dbshut
    /etc/shutdown $*
    만약 오라클을 shutdown 하지 않고 시스템을 shutdown 하면 다음에
    오라클을 startup 하려고 할 때 startup이 되지 않는다. 이 경우에는
    $ORACLE_HOME/dbs/sgadef<SID>.dbf 화일을 지우고 startup 시키면 된다.
    (2)OSF/1(DIGITAL UNIX)
    /etc/inittab : 초기화 과정을 콘트롤
    /sbin/rc3 : run-level 3 에서 사용되는 script
    /sbin/rc0 : run-level 0 에서 사용되는 script
    /sbin/rc3.d/S99oracle : /sbin/init.d/oracle 로 link
    /sbin/rc0.d/K01oracle : /sbin/init.d/oracle 로 link
    /etc/initab 화일에는 초기화 과정에 대한 정보가 들어 있다.
    예를 들면 다음과 같다.
    s3:3:wait:/sbin/rc3 < /dev/console > /dev/console 2>&1
    이렇게 설정하면 run-level 3 일 경우 /sbin/rc3 스크립트가 실행된다.
    /sbin/rc3 은 /sbin/rc3.d 디렉토리에 들어있는 스크립트를 실행한다. 만약
    스크립트 이름이 K 로 시작하면 이것은 stop 파라미터를 갖고 실행되어서 이
    스크립트에 지정된 프로세스를 정지시킨다. 한편, 스크립트가 S 로 시작하면
    /sbin/rc3 는 이 스크립트에 startup 파라미터를 부여하고 여기서 지정된
    프로세스를 실행시킨다. 따라서 /sbin/rc3.d/S99oracle 을 사용하여
    dbstart를 실행한다.
    shutdown 과정도 거의 비슷하다. /etc/inittab 에 다음과 같은 라인을 추가
    한다.
    s0:0:wait:/sbin/rc0 off < /dev/console > /dev/console 2>&1
    이것은 /sbin/rc0 를 실행시키는데 /sbin/rc0 는 /sbin/rc0.d 디렉토리에
    들어있는 스크립트를 실행시킨다. 스크립트의 이름이 S 로 시작하면 run
    time parameter 로 start 를 사용하게 되고 K 로 시작하면 stop 을
    사용한다.
    따라서 /sbin/rc0.d/K01oracle 스크립트는 stop 파라미터를 갖고
    실행되며 이 스크립트는 $ORACLE_HOME/bin/dbshut 스크립트를 실행시켜서
    오라클을 shutdown 시킨다.
    /sbin/rc3.d/S99oracle과 /sbin/rc0.d/K01oracle은 모두 /sbin/init.d/oracle
    에 대한 symbolic link 이다. /sbin/init.d/oracle 에 대한 symbolic link 는
    이들 외에 더 있을 수 있다.
    (3)Solaris 2.3 & SCO UNIX
    /etc/inittab : 초기화 과정을 콘트롤
    /etc/rc2 : run-level 2 에서 사용되는 스크립트
    /etc/rc0 : run-level 0 에서 사용되는 스크립트
    /etc/rc2.d/S99dbstart : /etc/init.d/dbstart 에 대한 link
    /etc/rc0.d/K01dbshut : /etc/init.d/dbshut 에 대한 link
    /var/opt/oracle/oratab
    Solaris 의 경우는 OSF/1 과 매우 유사하다. 차이점이라고 한다면 /sbin
    디렉토리 대신에 /etc 디렉토리에 필요한 스크립트가 들어있다는 것이다.
    rc0.d, rc2.d 같은 디렉토리는 실제로 /etc 디렉토리에 위치하고 있으며
    rc0, rc2 와 같은 스크립트는 /etc/init.d 에 존재하는 같은 이름의 스크립트에
    대한 symbolic link이다.
    /etc/init.d/dbstart 와 /etc/init.d/dbshut 스크립트의 내용은 각각 다음과
    같이 한줄로 구성되어 있다.
    su - <oracle_owner> -c <$ORACLE_HOME>/bin/dbstart
    su - <oracle_owner> -c <$ORACLE_HOME>/bin/dbshut
    Solaris 에서는 start, stop 같은 파라미터는 /etc/init.d/dbstart,
    /etc/init.d/dbshut 에서는 무시된다.
    /etc/init.d/dbstart, /etc/init.d/dbshut 화일은 owner가 oracle owner id
    이여야 한다.
    /etc/init.d/README 를 읽어보면 좀 더 자세한 내용이 설명되어 있으니 참조하기
    바란다.
    (4)AIX
    /etc/inittab : 시스템 초기화 화일
    /etc/rc : 시스템 초기화 스크립트
    /etc/mkitab : /etc/inittab 을 수정하는 유틸리티
    /etc/shutdown : 시스템 shutdown 스크립트
    AIX 에서는 오라클 autostartup 방법은 여러가지가 가능하지만 shutdown 은
    한가지만 가능하다. 우선 autostartup 은 다음과 같은 방법 가운데 하나를
    사용하면 된다.
    a)/etc/mkitab 를 사용하여 /etc/inittab 에 entry 를 추가한다. 즉,
    /etc/mkitab "<oracle_owner>:2:wait:/bin/su <oracle_owner> -c
    <$ORACLE_HOME>/bin/dbstart > /dev/console 2>&1"
    이렇게 하면 /etc/inittab 화일에 dbstart 기능이 추가된다. 이렇게 하면
    시스템이 뜨면서 run-level 2일 경우 오라클이 자동으로 startup 된다.
    b)다음과 같은 방법도 가능하다.
    /etc/mkitab "rcoracle:2:wait:/etc/rc.oracle > /dev/console 2>&1"
    그리고, root 소유의 /etc/rc.oracle 스크립트를 다음과 같이 작성한다.
    su <oracle_owner> <<EOF
    <$ORACLE_HOME>/bin/dbstart
    EOF
    c)/etc/rc 스크립트의 마지막에 다음을 추가한다.
    /bin/su <oracle_owner> - c <$ORACLE_HOME>/bin/dbstart
    AIX 에서 시스템 shutdown 은 /etc/shutdown 에 의한다. 시스템을 내릴 때
    오라클을 shutdown 하려면 별도의 시스템 shutdown 스크립트(root 소유로)를
    다음과 같이 만들어서 /etc/shutdown 을 사용하지 말고 이것을 사용해야 한다.
    #!/bin/sh
    /bin/su <oracle_owner> -c <$ORACLE_HOME>/bin/dbshut
    /etc/shutdown $*
    (5)HP/UX
    /etc/rc : 시스템 startup 화일
    /etc/shutdown : 시스템 shutdown 실행 화일
    /etc/shutdown.d : 시스템 shutdown 디렉토리
    HP/UX 에서는 시스템 startup 시에 /etc/rc 가 실행된다. 따라서 다음 라인을
    /etc/rc 스크립트의 마지막에 추가하면 auto startup 이 가능해진다.
    su <oracle_owner> -c <$ORACLE_HOME>/bin/dbstart
    시스템의 shutdown 은 /etc/shutdown 화일을 실행하여 수행된다. 이 프로그램은
    /etc/shutdown.d 디렉토리에 들어있는 스크립트를 실행시키는데 다음과 같은
    세 가지 방법 가운데 하나로 auto shutdown 을 세팅할 수 있다.
    a)$ORACLE_HOME/bin/dbshut 화일을 /etc/shutdown.d 디렉토리 아래에 copy
    b)/etc/shutdown.d/dbshut 을 $ORACLE_HOME/bin/dbshut 으로 symbolic link 지정
    c)다음과 같은 스크립트 작성
    #!/bin/sh
    su <oracle_owner> -c <$ORACLE_HOME>/bin/dbshut
    단,이 스크립트는 root의 소유이고 root에 의해서만 실행 가능해야 한다.
    만약 V6 와 V7 을 동시에 사용하는 경우라면 V7 에서 제공하는 dbshut을
    사용하도록 한다.

    Dear Alexdelarg,
    First launch the "Services" applet from the Windows NT Control Panel. Double-click on the "OracleService<SID>" service and verify that "Startup Type" is set to "Automatic", "Log On As" is set to "System Account", and that the "Allow Service to Interact with Desktop" check box is disabled.
    Then launch REGEDIT and check that the Value String ORA_<SID>AUTOSTART within the key My Computer\HKEYLOCAL_MACHINE\SOFTWARE\ORACLE is set to "TRUE".
    If the above does not rectify your startup problem, try issuing the following command from the Command Prompt:
    <ORACLE_HOME>\bin\oradim -edit -sid <SID> -startmode auto
    where <ORACLE_HOME> is the full path of your Oracle8i Server software and <SID> is the Service Identifier of your database.
    Hope this helps!

  • Laptop automatic shutdown when Arch startup

    My laptop automatic shutdown while in arch linux startup but i already enable phc_cpufreq undervolt and its voltage and also i added cpufreq_ondemand modules
    but when the time the system boot black background with text  the startup suddenly said temperature max reach 70C and it post shutdown after a 5 second the laptop shutdown...eventhough my pentium -m can reach 100C
    when after waiting about 10 minutes and i turn on the laptop back it go smoothly startup and i can log in to DE.It never shutdown after that even i was using the laptop 100% load but if i restart the pc it will go to startup and post the msg reach temperature max and auto shutdown
    anyone here can help me to disable archlinux kernel or whatever startup process that automatically shutdown the laptop
    phc vids show my correct vids so i got a feeling it only activate if  the system manage go to DE kde and loggin but not when on boot Startup archlinux

    I had this problem on my ThinkPad r51p which would suddenly say critical temperature reached and shut down. It was the same with different linux distros and FreeBSD as well.
    I found no other solution to the problem but writing a small script that I always had running in the background:
    #!/usr/local/bin/php
    <?php
    $slow = FALSE;
    while(1) {
    $temperatur = `cat /proc/acpi/thermal_zone/THM0/temperature | grep temperature | awk ' { print $2 } ' `;
    if((int)$temperatur > 85 && !$slow) {
    // print "Slowing down".$temperatur." C";
    system("echo -n 600000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq"); $slow = TRUE;
    } elseif((int)$temperatur < 80 && $slow) {
    // print "Speeding up".$temperatur." C";
    system("echo -n 1700000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq"); $slow = FALSE;
    sleep(3);
    ?>
    But most likely there is a more elegant solution to it than this.
    And, btw, Do NOT try this script unless you know exactly what your doing and the settings are right for your CPU
    Last edited by dr_relling (2009-02-24 23:48:09)

  • Troubles with remote installation on older macbook- problem arises when I restart computer while holding down option key

    I've got remote disk sharing set up so I can upgrade my operating system from my desktop using snow leopard CD. My Macbook is able to read disk remotely and all goes well following directions for installation until I am supposed to hold down option key while restarting computer. When I do this, only my hard drive is an option for start up, not the hard drive and the disk as it shows in the instructions and pop up menu for start up. Why? What am I doing wrong with the start up? Also, it says I should be able to choose the Airport network, but my computer automatically connects and anyways, that is also not an option from the pop up menu (to choose a network and enter password), that pop up menu section doesn't show up at all, it goes right to choosing disc icon where only mac hard drive, not mac os x install, is an option. Does this make sense? I'm giving up for now.
    Thanks.

    The only known way to make it work on an external drive is by first installing Windows onto an internal drive, then cloning the install to an external Thunderbolt drive. Thunderbolt is seen as an extension of the internal bus, so Windows doesn't see it as an external device.

  • Had an Excel file in the dock. When I restarted  computer a question mark appeared in the dock. I can't find the file. Where can I find what was in the dock on my Time Capsule

    I had an Excel file icon in my Dock on the compter. When I restarted my computer a Question mark appeared where the file icon was located in the dock. I need to find that file. I can't locate it either on my computer or on the Time Capsule . Anyone have any thoughts where the actual file may be located?

    Sorry, you lost me.
    If the file is on your computer, then you will find it if you open Excel, click the File menu, and click Open Recent.
    If you deleted the file before Time Machine saved it, it is gone.
    If the file was on your computer long enough for Time Machine to save it, it will be in your Time Machine backups.
    Open up Time Machine, wait a few minutes for it to load, and click on All Files on the left side of the window.
    Then scan to select a purple bar over on the right hand side of the window to select a recent date when you know that the document was on your Mac.
    If the document was saved, then you will see it in there somewhere. Click on the file to highlight, then click Restore to bring it back to the present time.

  • Oracle Database 10g Express Edition support Grid Computing ?

    Hi
    May I know if I install the Oracle Database Express Edition on Linux, which Linux O/S
    that can support Grid Computing ?
    And if I install this database on Windows, which Windows platform that support Grid Computing ?
    Thanks.
    Vivi

    Hi.
    What do you mean by support Grid?
    I'm assuming you are actually asking about support for RAC. If so, then:
    - Oracle XE does not support RAC.
    - There are a number of Linux distributions that are supported for RAC, including Red Hat Advanced Server and SUSE Linux Enterprise Server. Basically, if it is free, Oracle don't support it. That's not to say it doesn't work, but it's not supported.
    - I guess the only sensible Windows choice is Windows 2003. It would work in Windows 2000 or XP, but these aren't sensible options as both are very old and one is a desktop OS.
    These answers also apply to the Grid Control.
    Cheers
    Tim...

  • Send SMS Using Oracle Database Automatically

    Hi ALL:
    I want to send SMS from Oracle Database 9i automatically. Which reg. software can I use?

    Hello,
    Here is the Oracle Forms forum.
    You would have more chances to get answers by posting in the Database forum ;D
    Francois

  • IPhoto automatically launches when I restart

    IPhoto 5.0.4 seems to automatically launch everytime I restart. There isn't anything in /Library/StartupItems/ for this to occur, nor is there anything in the iPhoto preferences. Has this happened to anyone else? I don't know how to make it quit doing that.

    Thanks Peter!
    That was the problem. Is that a new "feature" in Tiger? Also, I wonder why iPhoto got put in there in the first place.

  • Tx Data Sources Target lost when Oracle Database is shutdown

    I noticed today a problem that occurred within Weblogic 6.1 console:Services:Tx Data Sources:txNameDataSource were the targeted server was removed from the "chosen" text area do to a database server being shut down. After digging through error logs and searching the weblogic server console I found the target problem. Is there a bug report database that I could search through to see if this is a know error? When I monitor the start-up of weblogic I do not see any notification messages saying DataSourceXYZ has thrown an exception...

    Set the target server on the TxDataSource.
    The TxDatasource should have a <JDBCTxDataSource/> tag in config.xml.
    <JDBCTxDataSource JNDIName="TxDataSourceJndi"
    Name="JDBCTxDataSource" PoolName="JDBCConnectionPool" Targets="myserver"/>
    Dan <[email protected]> wrote:
    I noticed today a problem that occurred within Weblogic 6.1 console:Services:Tx
    Data Sources:txNameDataSource were the targeted server was removed from
    the "chosen" text area do to a database server being shut down. After
    digging through error logs and searching the weblogic server console
    I found the target problem. Is there a bug report database that I could
    search through to see if this is a know error? When I monitor the start-up
    of weblogic I do not see any notification messages saying DataSourceXYZ
    has thrown an exception...

  • Oracle database instance shutdown without logging in log file

    OS - Windows 2003 R2
    Oracle - 10.2.0.1
    Platform - HP DL380
    아무런 오류없이 오라클 자체가 내려가버립니다.
    Alert Log에 아무런 메세지도 없습니다. 특별한 작업도 하지 않는 상태에서도
    내려가 버립니다. 한달에 두번이상 내려가버리고 Windows Service에서는
    시작되어 있다고 나오나 정작 오라클은 내려가 있습니다.
    (수동으로 Startup을 해줘야 올라오는 상태)
    이런 경험이 있으신 분은 도움 부탁드립니다.

    Errors in file e:\admin\orcl\bdump\orcl_dbw0_3228.trc:
    generate output file from "tkprof". and check it.
    ORA-01242: data file suffered media failure: database in NOARCHIVELOG mode
    Cause: The database is in NOARCHIVELOG mode and a database file was detected as inaccessible due to media failure.
    Action: Restore accessibility to the file mentioned in the error stack and restart the instance.
    it seems to ur undo datafile is not accessible so check u have permission. and if u have bkp of undo file then replace it restart ur database.
    or create new undo tbs and replace old one.
    hope this help

Maybe you are looking for

  • CUCM 8.6.2 alternative ringtones

    I have a number of 7940 and 7960 phones and they are failing to pick up the alternative ringtones that are available on the tftp server.  I have checked the Ringlist.xml and the DistinctiveRingList.xml file and they are both pointing to the correct .

  • Replacing "T" Mag Safe Adapter

    Typically, I do not participate on these sorts of boards; however, I have had a pretty unfortunate experience today with Apple which I'd like to not only communicate but also seek help. As a preface, the city I live does not have an official Apple St

  • Is there a tool that reads the number of assigned RefNums (primarily Queues)?

    Hi- I have been troubleshooting a memory leak caused by queues, and have found the following link helpful: http://forums.ni.com/ni/board/message?board.id=170&message.id=85418&requireLogin=False My question is: Is there a tool that I can use that will

  • Bank reconciliation incoming payment

    Hi All, I am in the blue print designing phase of one of my client. Below is the client requirement for incoming bank reconciliation. We have suggested them, the moment they received cheque of check from client, the entry should be posted in incoming

  • How to open an alias from a dvd

    How to open an alias file from a dvd that was burnt on another mac.