Forum Discussion
Yes rriley99 you can pass the DB connection details like DB Name and other details as parameterize properties while running the pipeline.
Igor,
thank you again. I have the .exe now and it seems like the setup you mentioned works.
You need to set 0(zero) in max. error count for that to work. Docs says nothing about it.Now i will test it witl large batches.
cheers
SimonPS. In INSERT mode, it says - table not empty, even if table is empty, but i will do another post about it.
Hi @Szymon,
-
The harder way:
If it’s literally 10, 20, or even 100s of rows you can dynamically build an INSERT INTO … VALUES()… pl/sql string and execute it with the Oracle - Execute snap. But if it’s thousands oF rows or even more, then you can store the temporary data into a temp table and then apply the BEGIN … COMMIT/ROLLBACK again with an Oracle - Execute snap. -
The easier way 🙂
But, maybe you’re seeking this option in a snap (Oracle - Bulk Load):
/Igor
Thank you Igor.
- yes, thought of that, but i would like to avoid execute snap, since this is just a kind of error prone, if i need to build insert statements manually.
- saw this option too, right now the sqlldr does not work properly, so cannot say, if that is an option.
Again, thank you very much for confirming the options.
I almost thought i might have missed some useful feature 😆
cheers
Simon
-