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.