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

Thread: Drop view gives ORA-00600: internal error

  1. #1
    Join Date
    Nov 2000
    Posts
    224

    Question

    Why downgrade (817 to 816) scripts gives internal error when it tries to drop the view like,

    drop view gv_$sql_shared_cursor;
    drop view gv_$sql_shared_cursor
    *
    ERROR at line 1:
    ORA-00600: internal error code, arguments: [16206], [4294951624], [], [], [], [], [], []

  2. #2
    Join Date
    May 2002
    Posts
    2,645
    v$sql_shared_cursor came out in 8.1.7. There may be an error in the downgrade script from 8.1.7 to 8.1.6 (maybe the "drop view" is being called at the wrong time and place). I'd submit this error as a TAR to OSS.

  3. #3
    Join Date
    Nov 2000
    Posts
    224

    Any Taker on this

    I don't see any reason why it gives internal error.

    Please let me know what may be the reason for this error.

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