On Wed, Oct 06, 2004 at 04:47:22PM -0400, Sean McMillan wrote: > Greetings DBI Users, > > I am having an intermittent problem which has increased in > frequency. Googling the output doesn't provide any answers, or even > evidence of other people with the same question. > > When I pull from a table containing a CLOB column, sometimes, I > don't get the CLOB data, and instead I get this: > OCILobLocatorPtr=SCALAR(0x40468100)
> This never happens on our linux server in the office. It happens > frequently on our client's beefy HP-UX server, and it happens every time > on their weak staging server, also running HP-UX. It would only happen if the ora_auto_lob attribute has been explicitly set false. See the docs. Tim.
