Database Error Messages

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

OCI-24449

could not reexecute statement after server side metadata changes

Cause

Statement from statement cache executed after server side metadata changes.


Action

Restart the application after column metadata changes or call OCIStmtRelease() with OCI_STRLS_CACHE_DELETE mode and reattempt the database operation.