quote from Sushil Chandra:
----------------------------------------------------------------------
hi, can i customize the the calender in oracle.
like can i store 32-jan-2004 or 33-feb-2004 in oracle.
thanks in advance
----------------------------------------------------------------------
SQL> SELECT TO_DATE('32-JAN-2004','DD-MON-YYYY') FROM DUAL;
SELECT TO_DATE('32-JAN-2004','DD-MON-YYYY') FROM DUAL
*
ERROR at line 1:
ORA-01847: day of month must be between 1 and last day of month
SQL>
No.
Why would you want to?