DBAsupport.com Forums - Powered by vBulletin
Results 1 to 3 of 3

Thread: Error while running query statment in oracle

  1. #1
    Join Date
    Feb 2008
    Posts
    1

    Error while running query statment in oracle

    I am getting this error while running query at sql prompt. not sure the problem.
    could you please suggest me what to do and how to solve.

    select i.issue_id
    *
    ERROR at line 1:
    ORA-03113: end-of-file on communication channel



    if i enter again into sqlpromt i can able to describe statement and run other sql statment but not the statement that cause this problem..

    any suggestions please. its quite urgent.

    thanks in advance

  2. #2
    Join Date
    Mar 2007
    Location
    Ft. Lauderdale, FL
    Posts
    3,555
    Your connection got lost.

    Any other error comes along with ORA-3113?
    Any trace file on your user_dump_dest directory?
    Pablo (Paul) Berzukov

    Author of Understanding Database Administration available at amazon and other bookstores.

    Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.

  3. #3
    Join Date
    Feb 2008
    Posts
    8
    The Connection To Database Are Lost

    Check If Database Is Up
    Check If Listener Is Up

    And After Reconnect And Reexecute The Sql Query

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width