Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: ORA-01026 error - resolved
First, the sql statement should only have one returning clause with
multiple arguments:
... RETURNING VERSION_COMMENTS, FILE_CONTENTS, DFM_CONTENTS
INTO :VERSION_COMMENTS,:FILE_CONTENTS,:DFM_CONTENTS
Second, the error came from my database components bypassing my code and
trying to execute the insert using default methods. Default methods do
not work with LOBs.
--
Jim Poe
<jpoe_at_fulcrumit.com>
Fulcrum InteTech, Inc.
Received on Tue Jan 18 2000 - 19:34:43 CST
![]() |
![]() |