(Direct Path Loading) ORA-02373: Error parsing insert statement for table SUNNY.TB1.
From: sunny <sunny_vatiss_at_hotmail.com>
Date: 1 Aug 2001 12:57:52 -0700
Message-ID: <7df480bf.0108011157.12f0a0b0_at_posting.google.com>
Date: 1 Aug 2001 12:57:52 -0700
Message-ID: <7df480bf.0108011157.12f0a0b0_at_posting.google.com>
I am trying to use the cdemodp sample to write a direct loading
program to load data to an oracle table . So as to make it a generic
program I wanted to define col structure and fld structure as dynamic
arrays, but when I do that I get a runtime error from the call
"OCIDirPathPrepare" viz.
ORA-02373: Error parsing insert statement for table SUNNY.TB1.
ORA-00928: missing SELECT keyword
Can any one help me with this situation? why is this happening?
Thanks in advance
Sunny
Received on Wed Aug 01 2001 - 21:57:52 CEST