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

Thread: WRONG RESULT with range list partitioning

Threaded View

  1. #3
    Join Date
    Mar 2002
    Posts
    534
    Hi abhaysk,

    Thanks for your feedback.

    One more question:
    On 10G do you also get, based on the previous script, an ORA 600 when you execute the following script?
    PHP Code:
    SELECT
    part_range_key
    subpart_list_key
    FROM test_range_list_part  PARTITION 
    (p1)
    WHERE
    (subpart_list_key and value )
    or
    (
    subpart_list_key 1
    or
    (
    subpart_list_key 11 and value );
         *
    FEHLER in Zeile 3:
    ORA-00600internal error codearguments: [kkpamFList2], [], [], [], [], [],
    [], [] 
    when I execute it like
    PHP Code:
    SELECT
    part_range_key
    subpart_list_key
    FROM test_range_list_part PARTITION 
    (p1)
    WHERE
    (subpart_list_key 1
    or
    (
    subpart_list_key and value )
    or
    (
    subpart_list_key 11 and value ); 
    I "simply" got a wrong result but no ora 600.

    Nice bug
    Last edited by mike9; 09-23-2004 at 09:55 AM.

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