Is there a way I can schedule Oracle to run a query and save that data into a table?
Or are there ways I can schedule to execute a Oracle query to run by itself at a time and save the data into a table?
I have an automated reporting page that has a performance issue due to heavy logic executing on a wide range of time (covering 2 years of data + logic calculations). If clients click on the reporting page they are complaining about long loading times; by this dumping data to a table at a current time could solve my problem.