Oracle Workflow Guide
Release 2.6.2

Part Number A95265-03
  Go to previous page Go to next page       Go To Table Of Contents Go To Index Go To Table Of Contents

                     Contents  Index  Glossary Master Index Feedback
 

Schedule_changes

Syntax

procedure schedule_changes

 (l_day in pls_integer default 0,
l_hour in pls_integer default 0,
l_minute in pls_integer default 10);

Description

Runs the Synch_changes( ) API repeatedly at the specified time interval to check for user changes in an LDAP directory and alert interested parties of any changes. The default interval is ten minutes. Schedule_changes( ) submits a database job using the DBMS_JOB utility to run Synch_changes( ).

Run Schedule_changes( ) to maintain your Workflow directory service synchronization with Oracle Internet Directory if you implement OID integration.

Arguments (input)

l_day The number of days in the interval to specify how often you want to run the Synch_changes( ) API. The default value is zero.
l_hour The number of hours in the interval to specify how often you want to run the Synch_changes( ) API. The default value is zero.
l_minute The number of minutes in the interval to specify how often you want to run the Synch_changes( ) API. The default value is ten.

See Also

Synch_changes

Synchronizing Workflow Directory Services with Oracle Internet Directory

 
         Previous  Next          Contents  Index  Glossary


Oracle
Copyright © 1996, 2002 Oracle Corporation.

All Rights Reserved.