'Is there a way to automate the export of reports in SQL Developer?

I am trying to set up a script or an automated process where I can audit all my logs from SQL Developer. All activity logs are seen in the Reports window, and specifically, I have been checking around the Data Dictionary Reports.

I know that Oracle SQL Developer has an export wizard that we can manually export the reports table and generate with a number of file types.

I was wondering if there's a way to automate that task and set an interval as well as set the file type(like JSON) so that it will process an export and create the log file in a specific directory. Thanks!



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source