I'm running Alteryx Designer x64, version 11.7.4.37815 on my local machine, and I have this particular workflow that throws an error when I'm trying to write to Oracle. It is a very simple workflow: Input Data to pull from one Oracle source schema, Select to choose which fields to use, and Output Data to write to another Oracle target schema.
The error is not always exactly the same one, and there are times when the workflow completes without a hitch. Say, I'd run it manually ten times in a row, and the workflow would complete in two or three of those tries. It can't be the size of the output 'coz I've had other workflows with much larger output sizes, and they work perfectly.
Below is a list of errors at the Output Data tool that I've encountered in running this same workflow:
- DataWrap2OCI::SendBatch: ORA-03113: end-of-file on communication channel
- DataWrap2OCI::SendBatch: ORA-03135: connection lost contact
- DataWrap2OCI::SendBatch: ORA-12152: TNS:unable to send break message
- DataWrap2OCI::SendBatch: ORA-12571: TNS:packet writer failure
- DataWrap2OCI::SendBatch: ORA-12592: TNS:bad packet
Any help or insight would be much appreciated. Thank you for your time. ^_^