PLSQL用DBMS_JOB建立作業 開始 創建測試表SQL> create table a(a date); 創建作業 SQL> create or replace procedure test as2 begin3 ...