My Oracle Support Banner

SQL Statement Using Band Join May Raise ORA-00600[kkogbro: No Kkoaptyp] In Windows (Doc ID 3046737.1)

Last updated on SEPTEMBER 20, 2024

Applies to:

Oracle Database - Enterprise Edition - Version 19.3.0.0.0 and later
Gen 2 Exadata Cloud at Customer - Version N/A and later
Gen 1 Exadata Cloud at Customer (Oracle Exadata Database Cloud Machine) - Version N/A and later
Oracle Cloud Infrastructure - Exadata Cloud Service - Version N/A and later
Information in this document applies to any platform.

Symptoms

SQL statement using band join may raise ORA-00600[kkogbro: No Kkoaptyp] in Windows.

SQL statement of format like below may be affected.

  SELECT COUNT(*)
  FROM T1, T2
  WHERE T1.c1 >= T2.c2 - B1 AND T1.c1 <= T2.c2 + B2

 

SQL Tuning Guide https://docs.oracle.com/en/database/oracle/oracle-database/19/tgsql/joins.html

9.3.1.3 Band Joins

A band join is a special type of nonequijoin in which key values in one data set must fall within the specified range (“band”) of the second data set. The same table can serve as both the first and second data sets.

 

Changes

 

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Changes
Cause
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.