Oracle Solution for Error ora-26084

Solution for Oracle Error ORA-26084

ORA-26084: direct path context already finished

What triggered the Error:

OCIDirPathLoadStream operation was attempted after ** OCIDirPathFinish was called. Once a direct path operato. ** has been finished, no more data can be loaded.

What should we do to fix it:

eck program logic to make sure OCIDirPathLoadStream is ** not called after OCIDirPathFinish.