As you can see from this question, I was able to configure multi-threading in SQL Server and build a workflow in Informatica to multi-thread a job to move data faster into SQL Server.
Multi-thread Informatica connections to use different processors on target database server
Now I’d like to do the same thing in Oracle. Does anyone know the feature in Oracle that’s comparable to the “Max Degree of Parallelism” setting in SQL Server? I’d like to move data on each core of the server in parallel.
EDIT:
I’m strictly dealing with INSERT statements. So DML.