Oracle Error Message
ORA-26084: direct path context already finished
Reason for the Error
An OCIDirPathLoadStream operation was attempted after
* OCIDirPathFinish was called. Once a direct path operaton
* has been finished, no more data can be loaded.
Solution
Check program logic to make sure OCIDirPathLoadStream is
* not called after OCIDirPathFinish.