oracle10g - Date Format Problems in Oracle -


i have problem using date form have in jdatechooser. i'm using yyy-mm-dd format , won't insert oracle 10g database. gives me java.sql.sqldataexception error:

ora-01841: l'année (complète) doit être comprise entre -4713 et +9999 et être différente de 0

this sample

select to_date(sysdate,'yyyy-mon-dd') daul;

regards.


Comments

Popular posts from this blog

asp.net mvc - SSO between MVCForum and Umbraco7 -

python - Exception while importing pymorphy2 -

c# - Nested Internal Class with Readonly Hashtable throws Null ref exception.. on assignment -