Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Database & SysAdmin
  3. Database
  4. ORA-00603: ORACLE server session terminated by fatal error

ORA-00603: ORACLE server session terminated by fatal error

Scheduled Pinned Locked Moved Database
databaseoraclesysadminhelpannouncement
11 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • I Offline
    I Offline
    Ish Kapila
    wrote on last edited by
    #1

    Hello All , I am trying to connect my server with oracle database. but getting the following error-- Can anyone suggest me what to do ---- ===================================================== sqlplus / as sysdba SQL*Plus: Release 10.2.0.3.0 - Production on Wed Apr 13 20:23:32 2011 Copyright (c) 1982, 2006, Oracle. All Rights Reserved. Connected to an idle instance. SQL> set head off SQL> grant dba to msdp; grant dba to msdp * ERROR at line 1: ORA-01034: ORACLE not available SQL> startup ORACLE instance started. Total System Global Area 566231040 bytes Fixed Size 1291772 bytes Variable Size 243272196 bytes Database Buffers 314572800 bytes Redo Buffers 7094272 bytes Database mounted. ORA-00603: ORACLE server session terminated by fatal error SQL> Thanks

    Ish Kumar Kapila

    W 1 Reply Last reply
    0
    • I Ish Kapila

      Hello All , I am trying to connect my server with oracle database. but getting the following error-- Can anyone suggest me what to do ---- ===================================================== sqlplus / as sysdba SQL*Plus: Release 10.2.0.3.0 - Production on Wed Apr 13 20:23:32 2011 Copyright (c) 1982, 2006, Oracle. All Rights Reserved. Connected to an idle instance. SQL> set head off SQL> grant dba to msdp; grant dba to msdp * ERROR at line 1: ORA-01034: ORACLE not available SQL> startup ORACLE instance started. Total System Global Area 566231040 bytes Fixed Size 1291772 bytes Variable Size 243272196 bytes Database Buffers 314572800 bytes Redo Buffers 7094272 bytes Database mounted. ORA-00603: ORACLE server session terminated by fatal error SQL> Thanks

      Ish Kumar Kapila

      W Offline
      W Offline
      Wendelius
      wrote on last edited by
      #2

      Check what error messages you have in the alert.log after the startup command (easiest to start to read the log from the end).

      The need to optimize rises from a bad design.My articles[^]

      I 1 Reply Last reply
      0
      • W Wendelius

        Check what error messages you have in the alert.log after the startup command (easiest to start to read the log from the end).

        The need to optimize rises from a bad design.My articles[^]

        I Offline
        I Offline
        Ish Kapila
        wrote on last edited by
        #3

        Hi , I am unabel to find the alert.log in oracle installation folder. Can u help me where to relocate it. Thanks

        Ish Kumar Kapila

        W K 2 Replies Last reply
        0
        • I Ish Kapila

          Hi , I am unabel to find the alert.log in oracle installation folder. Can u help me where to relocate it. Thanks

          Ish Kumar Kapila

          W Offline
          W Offline
          Wendelius
          wrote on last edited by
          #4

          it should be in a directory like

          /admin//bdump

          You can also search for a file named alert*.log

          The need to optimize rises from a bad design.My articles[^]

          I 1 Reply Last reply
          0
          • W Wendelius

            it should be in a directory like

            /admin//bdump

            You can also search for a file named alert*.log

            The need to optimize rises from a bad design.My articles[^]

            I Offline
            I Offline
            Ish Kapila
            wrote on last edited by
            #5

            Hello Buddy ....!!! Sorry , dear unable to find the file. any other way around ... :( Thanks

            Ish Kumar Kapila

            J W 2 Replies Last reply
            0
            • I Ish Kapila

              Hello Buddy ....!!! Sorry , dear unable to find the file. any other way around ... :( Thanks

              Ish Kumar Kapila

              J Offline
              J Offline
              Jorgen Andersson
              wrote on last edited by
              #6

              I hope this is a stupid question. But you are looking on the server, right?

              List of common misconceptions

              I 1 Reply Last reply
              0
              • I Ish Kapila

                Hello Buddy ....!!! Sorry , dear unable to find the file. any other way around ... :( Thanks

                Ish Kumar Kapila

                W Offline
                W Offline
                Wendelius
                wrote on last edited by
                #7

                Without finding the alert.log, it's quite hard to find out the cause for the error. If the server is windows, open a command prompt on the server where the Oracle is installed, go to each of your drives root (for example c:\, d:\, e:\) and try find the file with dir:

                dir /s alert*.log

                The need to optimize rises from a bad design.My articles[^]

                I 1 Reply Last reply
                0
                • J Jorgen Andersson

                  I hope this is a stupid question. But you are looking on the server, right?

                  List of common misconceptions

                  I Offline
                  I Offline
                  Ish Kapila
                  wrote on last edited by
                  #8

                  Well Buddy , I am new to oracle and did what ever was possible ... but no luck :( Thanks 4 the help :)

                  Ish Kumar Kapila

                  1 Reply Last reply
                  0
                  • W Wendelius

                    Without finding the alert.log, it's quite hard to find out the cause for the error. If the server is windows, open a command prompt on the server where the Oracle is installed, go to each of your drives root (for example c:\, d:\, e:\) and try find the file with dir:

                    dir /s alert*.log

                    The need to optimize rises from a bad design.My articles[^]

                    I Offline
                    I Offline
                    Ish Kapila
                    wrote on last edited by
                    #9

                    Sorry ......... :(

                    Ish Kumar Kapila

                    W 1 Reply Last reply
                    0
                    • I Ish Kapila

                      Sorry ......... :(

                      Ish Kumar Kapila

                      W Offline
                      W Offline
                      Wendelius
                      wrote on last edited by
                      #10

                      Then I'm afraid there's not much to work with. The error you got can be caused because of several different reasons. I'm sorry to say, but without getting the details, it's just wild goose chase.

                      The need to optimize rises from a bad design.My articles[^]

                      1 Reply Last reply
                      0
                      • I Ish Kapila

                        Hi , I am unabel to find the alert.log in oracle installation folder. Can u help me where to relocate it. Thanks

                        Ish Kumar Kapila

                        K Offline
                        K Offline
                        Klaus Werner Konrad
                        wrote on last edited by
                        #11

                        Sorry for the rant, but even WinXP has a 'search' function in it's Explorer, so you should easily able to locate the file - if it exists ... {Addition] www.giyf.com the 4th result (from ora-00603) leads to a response like: ???\oracle\admin\aso\udump\aso_ora_1360.trc HTH

                        modified on Wednesday, April 13, 2011 6:10 PM

                        1 Reply Last reply
                        0
                        Reply
                        • Reply as topic
                        Log in to reply
                        • Oldest to Newest
                        • Newest to Oldest
                        • Most Votes


                        • Login

                        • Don't have an account? Register

                        • Login or register to search.
                        • First post
                          Last post
                        0
                        • Categories
                        • Recent
                        • Tags
                        • Popular
                        • World
                        • Users
                        • Groups