Hi Zhu, Yueli YZ [NC] , Thankyou for using Microsoft Q&A platform .
I understand that you are facing timeout issue while copying data from oracle source table and using dynamic partition.
Could you please share what is the volume of data in the source?
Additionally, kindly check the activity execution details to see in data transfer is in queued state entire time or it's in progress before the timeout. Kindly share the screenshot of the copy activity execution details.
Here are a few things you can try to resolve the timeout issue:
- Increase the query timeout value: You can increase the query timeout value in the source dataset to allow more time for the query to complete. Go to the source dataset in ADF and set the "Query timeout" property to a higher value.
- Reduce the degree of copy parallelism: If increasing the query timeout value does not resolve the issue, you can try reducing the degree of copy parallelism. This will reduce the number of concurrent queries that are being executed and may help to avoid query timeouts.
Hope it helps. Kindly share the required details and accept the answer if it helped. Thankyou