I have created a script to automate data extraction and saved in the location: C:\Users\Jeni\Desktop\Status.sql
And I call the script manually from Oracle Sql Developer by running the command
@C:\Users\Jeni\Desktop\Status.sql
as a script
How can I automate the script to run daily from oracle sql developer