Edit D:\app\Administrator\product\11.2.0\dbhome_1\owb\wf\sql\wfldpsyn.sql
REM $Header: wfldpsyn.sql 26.0 2004/05/14 12:56:41 parsharm noship $ REM /*=======================================================================+ REM | Copyright @ 2004, 2004, Oracle. All rights reserved. REM +=======================================================================+ REM | FILENAME REM | wfldpsynch.pls REM | DESCRIPTION REM | This scripts calls wf_ldap.synch_all REM *=======================================================================*/ SET VERIFY OFF WHENEVER SQLERROR EXIT FAILURE ROLLBACK; WHENEVER OSERROR EXIT FAILURE ROLLBACK; declare res boolean := FALSE; begin res :=wf_ldap.synch_all() ; if (NOT res) then raise_application_error('-20001','WF_LDAP.Synch_All failed '); end if; end; / commit; exit;
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de