ORA-01801

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Guest

ORA-01801

Post by Guest » Wed 15 Jun 2005 09:45

Hi,

We obtain an error ORA-01801 (date format is too long for internal buffer) during query:

SELECT column_name
FROM tablename
WHERE datafield = '10.10.2010'

This error is very mysterious - it occurs not always, with the same parameters in the query.

Please help me

Alex
Posts: 655
Joined: Mon 08 Nov 2004 08:39

Post by Alex » Thu 16 Jun 2005 15:15

We need more detailed description of you problem i.e. your Oracle client/server versions, ODAC version and script to create server objects, also specify if you use Net option.

Post Reply