Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: alyonHi All,
I need to refresh a materialized view of an oracle DB.
I am trying following script in the DB execute node:
sqlNonSelect("DBMS_SNAPSHOT.REFRESH('MV_MT3_TELEDE X','c')")
sqlCommit()
But the node is failing with "invalid SQL statement" error.
Can anyone advise how can I refresh a view using lavastorm?
Regards
Anshul