DAS allows you to execute SQL statements by scheduling tasks. Scheduling types include upon submission, scheduled, and periodic. You can select the scheduling type when creating a task. Error control and transaction control can be performed on SQL statements during scheduling, and task dependency chains can be set for dependent SQL statements.
You can create a scheduling task only after agreeing to save the SQL statements in the database.
Upon submission: Indicates that a scheduled task is executed immediately after being submitted. The task is executed only once.
Scheduled: Indicates that a task is executed at a scheduled point in time after being submitted. The task is executed only once.
Periodic: Indicates that a task is executed periodically at the specified time after being submitted.
Execution Time Tolerance: Indicates the length of time (in seconds) to wait for a task to be executed before it is no longer scheduled. However, this will not affect the task if it is scheduled again later.
After a task is executed, it is automatically displayed in the list of finished tasks.
You can search for tasks by status, scheduling type, task ID, or task name.
View the execution logs and group details under the group list and view the SQL statements on the group details page.
Click the name of a periodic task to go to the Task Information page. Then, click Schedule Now to trigger a scheduling immediately. Additionally, view the execution details on the Scheduling Execution Records page.
You can search for tasks by status, scheduling type, task ID, or task name.
View the execution logs and group details under the group list, and view or modify the SQL statements on the group details page.