Skip to Main Content
  • Questions
  • Report of Schedule Job in Oracel SQL Developer

Breadcrumb

Question and Answer

Connor McDonald

Thanks for the question, Lyric.

Asked: February 27, 2017 - 3:01 am UTC

Last updated: February 27, 2017 - 4:16 am UTC

Version: Oracel SQL Developer

Viewed 1000+ times

You Asked

Dear all,
How could I develop a report to run by Schedule Job in Oracel SQL Developer?

and Connor said...

SQL Developer has a command line interface, and one of things it can do is run a previously saved report that you developed in SQL Developer.

So you could then schedule a job (via any means, cron, windows scheduler, dbms_scheduler) to run that command line.

See Jeff's blog post here on how to run reports from the command line

http://www.thatjeffsmith.com/archive/2013/07/sql-developer-4-0-and-the-command-line-interface-cli/



Is this answer out of date? If it is, please let us know via a Comment

More to Explore

DBMS_SCHEDULER

More on PL/SQL routine DBMS_SCHEDULER here