Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> DBMS_SCHEDULER.CREATE_JOB
what could be the error...
SQL> begin
2 DBMS_SCHEDULER.CREATE_JOB (
3 job_name =>'create_dir_test', 4 job_type =>'executable', 5 job_action => 'c:\winnt\system32\cmd.exe /c mkdir c:\test\test1',6 enabled =>true,auto_drop => true
ORA-06550: line 2, column 1: PLS-00201: identifier 'DBMS_SCHEDULER.CREATE_JOB' must be declared ORA-06550: line 2, column 1:
![]() |
![]() |