My Oracle Support Banner

Undo Failing With Invalid Date Format ORA-01843: Not a Valid Month (Doc ID 2858953.1)

Last updated on JULY 25, 2023

Applies to:

Oracle Financial Services Profitability Management - Version 8.1.1.1 and later
Information in this document applies to any platform.
Oracle Financial Services Analytical Applications (OFSAA)
Oracle Financial Services Analytical Applications Infrastructure (OFSAAI)
Oracle Financial Services Profitability Management (PFT)

Symptoms

When running undo from the Allocation History, undo failed with error below.


Error:

$FIC_DB_HOME/bin/nohup.out

OCI Error: 1843
ORA-01843: not a valid month
SQL: DELETE FROM FSI_DATA_IDENTITY A WHERE A.IDENTITY_CODE = 26240 AND A.AS_OF_DATE = '09/30/2021' AND A.SOURCE_TYPE = 100
Error(Oracle Financial Services Application error) (203105) Oracle drv_oci error:


Steps To Replicate:

1. Run undo via Allocation History and it shows failed.
2. Check $FTPSHARE/logs/<MISDATE>/<INFODOM>/Allocation Engine but undo engine logs are not created.
3. Check $FIC_DB_HOME/bin/nohup.out and found error above.
4. Ran the delete statement in SQL Developer and found the same error.

   DELETE FROM FSI_DATA_IDENTITY A WHERE A.IDENTITY_CODE = 26240 AND A.AS_OF_DATE = '09/30/2021' AND A.SOURCE_TYPE = 100;

5. Check FSI_DATA_IDENTITY table and AS_OF_DATE has the correct DATE Type and table content shows date and time.

   AS_OF_DATE
   30-SEP-2019 00:00:00

 

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Cause
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.