Quantcast
Channel: Question and Answer » oracle
Viewing all articles
Browse latest Browse all 717

Turn on multi-threading in Oracle for ETL purposes

$
0
0

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.


Viewing all articles
Browse latest Browse all 717

Trending Articles