XML type 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
upscene

XML type in NET mode

Post by upscene » Fri 28 Oct 2005 15:16

Hello,

I just noticed the XMLtype not being supported when browsing data in NET mode?

Can this be fixed/modified for the next version?

Could you please finish implementing the NET connectivity?

--
Martijn Tonies
Upscene Productions

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

Post by Paul » Tue 01 Nov 2005 08:02

XMLType is not supported with Net option as other object types. You can work with XMLType through LOB type using conversions in SQL text. We do not plan to implement this in the nearest future.

upscene

Post by upscene » Tue 01 Nov 2005 09:01

I tried using XMLType methods, but I got:
ORA-04031: unable to allocate 4108 bytes of shared memory ("large pool","unknown object","session heap","kzctxhugi1")

Probably some Oracle installation thingy - but given that I do not control the servers for which my application is used, I cannot change it.
We do not plan to implement this in the nearest future.
Why not? The NET connectivity seems rather crippled now.

--
Martijn Tonies
Upscene Productions

Post Reply