Database Administration (MOSC)

MOSC Banner

File Watcher in 11gR2

edited Oct 11, 2011 9:14AM in Database Administration (MOSC) 3 commentsAnswered ✓
Hi .. I ran

begin
  dbms_scheduler.create_file_watcher(
    file_watcher_name => 'my_file_watcher',
    directory_path    => '/home/oracle/staging',
    file_name         => '*',
    credential_name   => 'watch_credential',
    destination       => null,
    enabled           => false);
end;
/

but need to change the directory path after the fact.  Any idea how ?

Thanks

Jeff

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center