Build 5.55 - Error accessing table with Timestamp var in net mode

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
heuckeg
Posts: 5
Joined: Mon 12 Dec 2005 07:41
Location: Mainz, Germany

Build 5.55 - Error accessing table with Timestamp var in net mode

Post by heuckeg » Mon 12 Dec 2005 07:52

Hello,
perhaps somebody has an idea:
I can't access a table with a timestamp var.
Used components (Delphi 7): an OraSession with Options.Net := True, and an OraQuery.
When the Query is activated, an error message "ORA-03155: unsupported network datatype or representation" occurs.
Access to other tables works perfectly.

Hoping for an answer
Gunter

Paul
Posts: 725
Joined: Thu 28 Oct 2004 14:06

Post by Paul » Mon 12 Dec 2005 13:33

We couldn't reproduce the problem with ODAC 5.55.1.25. Please send us complete sample to demonstrate it and include script to create server objects to ODAC support address. Please specify version of Oracle server.

heuckeg
Posts: 5
Joined: Mon 12 Dec 2005 07:41
Location: Mainz, Germany

Post by heuckeg » Wed 14 Dec 2005 07:50

Hello Paul,

sorry for bothering, but did email with sample program reach you?

best regards,
Gunter

Paul
Posts: 725
Joined: Thu 28 Oct 2004 14:06

Post by Paul » Wed 14 Dec 2005 09:16

We have analysed your example. ODAC with Net=True does not support BINARY_DOUBLE and BINARY_FLOAT types of Oracle 10g server.

heuckeg
Posts: 5
Joined: Mon 12 Dec 2005 07:41
Location: Mainz, Germany

Post by heuckeg » Wed 14 Dec 2005 09:20

Hello Paul,

do you plan to support BINARY_DOUBLE or BINARY_FLOAT in a further version?

best regards,
Gunter

Paul
Posts: 725
Joined: Thu 28 Oct 2004 14:06

Post by Paul » Wed 14 Dec 2005 09:50

We do not plan to support it in the nearest future

Post Reply