Hi,
I'm facing this problem in my application where a query containing SYSDATE - INTERVAL '1' YEAR fails for today's date(29th February 2016). Can you please suggest a workaround for the same.
Query:
select TRUNC(SYSDATE) - INTERVAL '1' YEAR from dual;
Result:
ORA-01839: date not valid for month specified
01839. 00000 - "date not valid for month specified"
*Cause:
*Action: