Oracle Solution for Error ora-39781

Solution for Oracle Error ORA-39781

ORA-39781: Direct path stream loads are not allowed after another context loading the same table has ended

What triggered the Error:

Attempt to load a stream in one context after another loading the same table has ended.

What should we do to fix it:

Close all contexts before trying to create another that loads the same table as a previous context in the same session.