try to use System.Data.OracleClient or try to set the date time format, see"ALTER SESSION SET NLS_DATE_FORMAT = 'YYYY-MM-DD HH24:MI:SS'"
see
http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&selm=SXa%23hMBXDHA.2544%40cpmsftngxa06.phx.gbl

解决方案 »

  1.   

    觉得楼上MVP说的有道理,可以试试
      

  2.   

    试了这个:ALTER SESSION SET NLS_DATE_FORMAT = 'YYYY-MM-DD HH24:MI:SS'
    不过不行
    本来程序运行了一段时间一切正常的
    但不知道怎么,突然就出现这个问题
      

  3.   

    you have to run that setup for each session, like I said, try OracleClient or Oracle's .NET data provider, or convert your dateselect to_char(issueDate,'yyyy-mm-dd hh24:mi:ss') as yourdate ...
      

  4.   

    你的磁盘格式如果是ntfs 格式的 ,就查找一下oracle 一个bug
    如果不是就算了