Hi,
Below are the version details where I am working.
Oracle Database 11g Express Edition Release 11.2.0.2.0 - Production
PL/SQL Release 11.2.0.2.0 - Production
"CORE 11.2.0.2.0 Production"
TNS for 32-bit Windows: Version 11.2.0.2.0 - Production
NLSRTL Version 11.2.0.2.0 - Production
I tried to create a file watcher. But I got below error.
begin
dbms_scheduler.create_file_watcher
(file_watcher_name => 'file_watcher',
directory_path => 'F:\Aswadhati\workfile',
file_name => 'example.txt',
credential_name => 'external_user',
enabled => TRUE);
end;
/
Error report:
ORA-03001: unimplemented feature
ORA-06512: at "SYS.DBMS_ISCHED", line 3702
ORA-06512: at "SYS.DBMS_SCHEDULER", line 2632
ORA-06512: at line 2
03001. 00000 - "unimplemented feature"
*Cause: This feature is not implemented.
*Action: None.