Oracle 11i - Date format issue in Oracle Reports
I am trying to run a report, the input parameter X is a date parameter which is defined with the below format :
YYYY/MM/DD HH24:MI:SS
The PL/SQL query has a condition as to_char(:X,'DD'), to_char(:X,'YYMM').
While trying to run the report, I am getting error that 'month is not a valid month' even if I tried various formats of entering data.
Can somebody help me out with this.
Regards,
Radhika.