Christopher Jones
Christopher Jones
@kubo send me email with questions about XA and I will find answers.
@kubo just a FYI that our AQ development team are finalizing a small ODPI-C enhancement to support AQ recipient lists, which is an option for AQ messaging.
Since the underlying Oracle libraries internally do statement caching, the need to write wrappers for manual caching may be lessened.
> For now, we have to enable the thick mode of oracledb to pass this test, which needs the Oracle Client libraries. Are these libraries available in the oragis19 test?...
@felixxm are you able to help with @petronny's question about enabling extra tests?
To get some progress on this PR, I can settle for using Thick mode until Thin mode has the Object support needed for all tests. Users (like us) will be...
Shouldn't this be added to https://github.com/oracle/docker-images/blob/main/OracleDatabase/SingleInstance/FAQ.md instead?
@Altitude-Dashboard I'm not following this issue but the command `chmod 777 /tmp` caught my eye. If this is really needed, you should probably do `chmod 1777 /tmp`
If changing the mode is needed, then don't use 777 on /tmp. Use 1777 instead.
@nsundara and @kuassim should be able to help you with the Java topic. In general, the client binaries and libraries are the same in full client, the DB, and in...