Database Error Messages

Release
toggle
  • 23ai
  • 21c
  • 19c
Updated
Jun 24, 2024

OCI-39767

finish is not allowed when unloaded stream data exists

Cause

A direct path finish was attempted when at least one stream buffer has not been completely loaded.


Action

All streams must be loaded after a column array to stream conversion until load stream returns a status of OCI_SUCCESS or OCI_NO_DATA. The load can then be finished.