mikedaruke
Technical User
Anyone know how I can have perl update materialized views in Oracle? I know the command do it via SQL* Plus, but not sure how to do it via the DBI module.
I am currently connected and can run SQL against the DB and get results.
Any ideas? Want to execute.
execute DBMS_REFRESH.REFRESH('Materialized_View');
I am currently connected and can run SQL against the DB and get results.
Any ideas? Want to execute.
execute DBMS_REFRESH.REFRESH('Materialized_View');