Anonymous - 2014-01-22

I have experiencing a problem with executing the OCI_DirPathPrepare() method, it takes almost two full miniute to prepare the loader.

OCI_DirPath *dp;
Setting up all the attributes …
OCI_DirPathPrepare(dp)

Can someone explain why it takes to long and how to get it resolved. Appreciate it.

Derek