Hi,
Guys, I'm using rust in order to create a client that will load data into oracle db using direct path API. I used this example as a starting point:
https://github.com/oleksiivorobiov/oracle_oci_examples/blob/master/cdemodp.h
I have the application ported to rust and it works. But it works synchronously. Could somebody share some links, anything to explain, what to do in order to be able to use Direct Path loading in parallel?
Thank you