16-11-22 09:43 AM
Hi,
I am trying to insert data from an excel file to oracle table using OLEDB.
Since the data in the excel in large count (100000+), the insert fails.
Can someone help me with this ?
16-11-22 01:18 PM
17-11-22 07:19 AM
Thanks for the reply.
I tried splitting the excel file in the rows of 1-20000 and even 1-1000 per insert.
Still after some insertions it gives the memory error.
18-11-22 08:25 PM
12-12-22 02:11 PM
Hi @Michael ONeil,
The add to work queue solution worked.
Since, the data in excel is 100k+, the work queue takes more than 5 minutes to add, because of which the process goes into warning stage when run through control room.
12-12-22 09:56 PM
14-12-22 10:23 AM
Hi @Michael ONeil
I tried the steps suggested.
Still the queue takes time to add. Also, when I try to insert those the excel data into db table.
When the process goes on "Get next item".
It gives internal error "Internal : Invalid item ID"
Attaching the screenshot.
18-12-22 10:34 PM
19-12-22 12:32 AM
20-12-22 07:03 AM