Fix for Point in Time RMAN recovery error ORA-01841
I got this error during a recover process of an Oracle database using point in time recovery.
Point in time recovery will work when your have you database run in archive log mode.
The initial Script i have used :
The received error message
To fix this error i had to specify the NLS_DATE_FORMAT mask values inside the RMAN session
I hope this was helpfull.