On Fri, Nov 01, 2002 at 09:56:45AM -0500, Dave K wrote:
> Question: (thanks for staying with me...)
> What is:
> OCILobLocatorPtr=SCALAR(0x1ddab58)
> I had hoped to gain access to the CLOB through it. Is this possible?

You can try using the Oracle::OCI module.
It comes with examples that use OCILobLocatorPtr (see 05dbi.t).

The problem with DBD::Oracle at the moment is that it only triggers
the automatic fetching of the lob contents for select statements.
It needs to be fixed to work with any kind of execute that returns a LOB.

Tim.

Reply via email to