How to Install SQLcl on windows?

Oracle SQLcl (Oracle SQL Developer Command Line) is a command line tool for Oracle Database. SQLcl has some nice features in comparison to SQL*PLUS such as in-line editing, statement completion, command recall, etc. Also, you can run your SQL*PLUS scripts with it. In this tutorial, I am giving a step by step guide to how to ... Read more

How to Schedule a Job in Oracle SQL Developer?

Below is the step by step guide to how to schedule a job in Oracle SQL Developer. Steps to Schedule a Job in Oracle SQL Developer In the following example, we will create a job to run every night at 11:00 PM to execute an Oracle stored procedure BATCH_PROCESS_AT_NIGHT. In Oracle SQL Developer after connecting to ... Read more