oracle / odpi

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

Is there a reference example dequeue message with message ID dequeue option #167

Closed eugene-vodyanko closed 2 years ago

eugene-vodyanko commented 2 years ago
  1. What version of ODPI-C are you using (see dpi.h)? ODPI-C v4.3.0

  2. What OS (and version) is your application on? OS: win Architecture: x86_64 Version: 10

  3. What compiler (and version) did you use? TODO

  4. What is your version of the Oracle Client (e.g. Instant Client)? How was it installed? Where it is installed? 11.2.0.4

  5. What is your Oracle Database version? 11.2.0.4

  6. What is the PATH environment variable (on Windows) or LD_LIBRARY_PATH (on Linux) set to? TODO

  7. What environment variables did you set? How exactly did you set them? TODO

  8. What problem or error(s) you are seeing? Get ORA-25263 (no message in queue) when try dequeue message with message ID dequeue option while using (godror go driver).

  9. Do you have a runnable code snippet to describe the problem? How it all started: please take a look relevant issue: https://github.com/godror/godror/issues/201