IT Log

Record various IT issues and difficulties.

Tag: Date Formats


  • “How to resolve ORA-01861: The text does not match the format string”

    To resolve the ORA-01861 error in Oracle databases, follow these steps: Identify the Cause: The error occurs when there’s a mismatch between the data format provided and what the database expects. Check Data Types and Formats: Ensure that all bind variables are correctly typed (e.g., DATE for dates, NUMBER for numbers). Verify date formats against…