Skip to Main Content

Oracle Database Discussions

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!

oracle Pro*C throws corrupted double-linked list after migrating from rhel7 to rhel8

596750Mar 5 2024 — edited Mar 5 2024

Hi guys,

Recently we migrate our linux from rhel7 to rhel8. We also updated oracle instant client library from 19.3 to 19.21. Our oracle pro*c code is still able to compile successfully. But when we try to use the binary to load our data feed, we got ‘corrupted double-linked list’. We tried to debug in our code, and found out this is caused by EXEC SQL OPEN {someCursorName}. This is Pro*C code, we are not sure how to debug further with this, and what is likely cause for this issue.

Thanks a lot for any help or suggestion in advance.

Kind regards,

Daniel.

Comments
Post Details
Added on Mar 5 2024
1 comment
519 views