I'd like to be able to configure the LOB prefetch size for a statement. It appears to be hard-coded to `1` in ODPI-C: https://github.com/oracle/odpi/blob/main/src/dpiStmt.c#L523
I'd like to be able to configure the LOB prefetch size for a statement. It appears to be hard-coded to
1in ODPI-C: https://github.com/oracle/odpi/blob/main/src/dpiStmt.c#L523