Parallel DSI Parameters

You can customize the parallel DSI thread environment.

Use these configuration parameters with alter connection to tune parallel DSI threads for individual connections.

To configure a connection for parallel DSI, set the parallel_dsi parameter to on and then set individual parallel DSI configuration parameters to fine-tune your environment.

For example, to enable parallel DSI for the connection to the pubs2 database on the SYDNEY_DS data server, enter:
alter connection to SYDNEY_DS.pubs2
 set parallel_dsi to 'on'
Note: You can also set individual parallel DSI configuration parameters using the configure replication server command.