Database Error Messages

Release
toggle
  • 23ai
Updated
Jun 24, 2024

ORA-03403

For TIME_BUCKET function, the origin should have the same data type as specified datetime.

Cause

The origin has a different data type than the specified datetime.


Action

Check the origin (the third argument) and the specified datetime (the first argument), and ensure that they are of the same data type.