Skip to Main Content

Berkeley DB Family

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Incorrect result returned by BDBSQL 18.1.32

user11188564Aug 23 2020 — edited Aug 24 2020

I am using  BBDBSQL  with ORACLE's Berkeley DB 18.1.32 library

I have a table with text columns and the column ctl_ctor_lt_ident is used in an index to the table.

The following query returns an incorrect result -

select ctl_ctor_lt_ident from from control_table where ctl_ctor_lt_ident='95893A489680'

95893A489697

There are no rows with ctl_ctor_lt_ident=95893A489680

Deleting the index returns the correct result. The Application has worked with problems with earlier BDB releases.

Is this a known bug ? Is a patch available

This post has been answered by userBDBDMS-Oracle on Aug 24 2020
Jump to Answer

Comments

Post Details

Added on Aug 23 2020
3 comments
256 views