To pull data from Oracle Netsuite to Azure Synapse, you'll need to configure both sides. On Netsuite, I am assuming the following (since you didn't provide enough information) :
-Enable SuiteTalk features and create integration records with the required permissions to authenticate with Netsuite's APIs.
-Prepare your data by determining what needs to be transferred and setting up queries or saved searches. On Azure, use Azure Data Factory to create a pipeline that calls the Netsuite API through HTTP activity, transforms the data, and employs Copy Activity to move the data into Azure Synapse.
-Make sure that your Synapse database and tables are properly configured to receive the data. Implement robust error handling and monitoring within Azure to manage the data loads.