Skip to Main Content

DevOps, CI/CD and Automation

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!

how to examine memory use using occi (c++ program)

User_E8PK8Mar 15 2021

Hello, we are comparing the occi and odpi interfaces for use in our c++ program, which queries databases with large tables (hundreds of columns, billions of rows). Odpi has a very helpful debug setting (DPI_DEBUG_LEVEL=32) which generates print statements every time memory is allocated or freed by either odpi or Oracle itself. Does occi support anything similar?
Thanks in advance.

Comments

Post Details

Added on Mar 15 2021
0 comments
59 views