Hello all,
I’m using quicksight to visualize some data from on premise Oracle Database but SPICE incremental refresh fails.
I’m creating a view that joins two Oracle tables (left join) and uploading the data from that view into SPICE, but everytime the incremental refresh runs, fails with this error:
Error type:
SQL_EXCEPTION Learn more
This is a general SQL error. This can be caused by query timeouts, resource constraints, unexpected DDL alterations before or during a query, and other database errors. Check your database settings and your query, and try again.
Error details:
ORA-25137: Data value out of range
If the view consists of just one table, it works perfectly, but with a left join on it, it fails.
Any advice how to solve that problem?
Thank you