Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Pipelined table and Ref Cursor
All,
Our vendor has suggested a fix that seems to work so far and is listed in Oracle's knowledge base. The gist of it is ...
ODP.Net by default sets the OCI parameters OCI_ATTR_EXTERNAL_NAME and
OCI_ATTR_INTERNAL_NAME to be used if the application enlists in
distributed transactions coordinated by Microsoft Transaction
Server(COM+ enterprise services). Direct path insert (with +append
hint) can not be used in distributed transactions.
Are distributed transactions used through COM+ enterprise services?
If not, the internal and external names can be disabled by setting the
enlist=false connection string option.
Setting enlist=false on the connect string will get rid of this
problem.
Thanks to everyone for their help.
Harry. Received on Mon Apr 24 2006 - 03:00:48 CDT