oracle / odpi

ODPI-C: Oracle Database Programming Interface for Drivers and Applications
https://oracle.github.io/odpi/
Other
264 stars 75 forks source link

Retrieving CLOB from an OUT parameter of an Store Procedure #181

Open rommel-oli opened 1 year ago

rommel-oli commented 1 year ago
  1. What is the link to the documentation section that needs improving? https://github.com/oracle/odpi/blob/72dcae8a06be016ed3a586a6476c48c8114dea10/samples/DemoInOutTempLobs.c

  2. Describe the confusion I was looking for an example on how to retrieve a CLOB from an OUT parameter of a stored procedure. The example given doesnt contain it.

  3. Suggest changes that would help Can you please add more steps in the example to retrieve the CLOB?

cjbj commented 1 year ago

Thanks for the feedback.

Does the testsuite: https://github.com/oracle/odpi/blob/72dcae8a06be016ed3a586a6476c48c8114dea10/test/test_2800_lobs.c help?