-
Notifications
You must be signed in to change notification settings - Fork 88
Description
-
What version of ODPI-C are you using (see dpi.h)?
5.6.2 -
What OS (and version) is your application on?
Linux/Manjaro -
What compiler (and version) did you use?
g++ 15.2.1 -
What is your version of the Oracle Client (e.g. Instant Client)? How was it installed? Where it is installed?
Instantclient 23.9.0.25.7 -
What is your Oracle Database version?
19.26 -
What is the
PATH
environment variable (on Windows) orLD_LIBRARY_PATH
(on Linux) set to?
/home/oracle/instantclient_23_9 -
What environment variables did you set? How exactly did you set them?
none -
What problem or error(s) you are seeing?
running test gives
ORA-03137: malformed TTC packet from client rejected: [kpoal8Check-8] [428032] [32898] [] [] [] [] []
when scrollable is set to 1 in dpiConn_prepareStmt and statement is only described with mode DPI_MODE_EXEC_DESCRIBE_ONLY in dpiStmt_execute
- Do you have a runnable code snippet to describe the problem?
please see attached source