'error'에 해당되는 글 1건
- 2010.03.11 [ORACLE] ORA-01841 발생 케이스 - Cause 이외
1 | SQL> select to_char(to_date( ' ' ), 'YYYYMMDD' ) from dual; |
2 | select to_char(to_date( ' ' ), 'YYYYMMDD' ) from dual |
3 | * |
4 | ERROR at line 1: |
5 | ORA-01841: ( full ) year must be between -4713 and +9999, and not be 0 |
6 | Elapsed: 00:00:00.01 |