Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Is there any limitation to create file watcher in oracle 11g scheduler

Nag AswadhatiSep 17 2013 — edited Sep 17 2013

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.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 15 2013
Added on Sep 17 2013
14 comments
6,007 views