ORA-03145: I/O streaming direction error
What triggered the Error:
Attempted to PUT data when GET streaming was in progress or attempted to GET data when PUT streaming was in progress.What should we do to fix it:
Complete current stream read or write I/O before attempting I/O in reverse direction.