Biswajit
2 years agoNew Contributor
Extract data from oracle table
I am trying to create a pipeline where I used the oracle stored procedure to insert data into a table and then link it in resultset output view and use the oracle select to read the data from that table and create a csv file.
But so far, I am getting empty file generated. Stored procedure worked fine and inserted data into extract table however, the oracle - select is unable to select the data from that table