DELETE sql statement for on-prem database
Summary:
Has anybody found a way to run a DELETE sql statement before exporting data to an on-prem database using Data Integration? In Applications, there is field that takes the query name. So I setup a Query (DELETE_TABLE) which has the DELETE statement preceding the INSERT statement
The error I am getting is ORA-00933: SQL command not properly ended
If I remove the DELETE statement, my INSERT works correctly. I maybe trying to game the query which is meant for INSERT only, but has anybody found a way for us from EPM end to clear the data in the target Oracle sql table before populating the table with our exported data.