I wouldn't rely on alter session. Just specify the date format:
orCode:NVL(TRUNC(BeginDate), to_date('01.01.1800','DD.MM.YYYY')) <= TRUNC(SYSDATE)
Code:NVL(TRUNC(BeginDate), date '1800-01-01') <= TRUNC(SYSDATE)
|
Results 1 to 10 of 13
Thread: ORA-01843: not a valid monthThreaded View
|
Click Here to Expand Forum to Full Width |