Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> MTS vs. Dedicated connection
Once again I solved a SQL*net performance problem where data was being SELECTed
via a DB_LINK from a remote system and being INSERTed into the local instance.
The original code was going into the remote host via MTS and was taking 3+ hours to complete. By simply changing from @PROD (via MTS) to @PROD_DED (via dedicated listener) the run time was reduced to about 4 MINUTES! This was the ONLY change.
HTH & YMMV! Received on Tue Jan 09 2001 - 16:08:08 CST
![]() |
![]() |