| Error | ORA-26084 |
Description | direct path context already finished | Cause | An OCIDirPathLoadStream operation was attempted after
* OCIDirPathFinish was called. Once a direct path operaton
* has been finished, no more data can be loaded.
| Action | Check program logic to make sure OCIDirPathLoadStream is
* not called after OCIDirPathFinish.
|