REM dbdrv: none REM *=======================================================================+ REM | Copyright (c) 2001 Oracle Corporation Redwood Shores, California, USA| REM | All rights reserved. | REM +=======================================================================+ REM | FILENAME REM | wftyped.pls REM | DESCRIPTION REM | Deletes the TYPEs for the Business Event System REM | wf_agent_t REM | wf_event_t REM | wf_parameter_list_t REM | wf_parameter_t REM | REM | 13.12.2002 rosthoma This script is nulled out REM *=======================================================================*/ REM $Header: wftyped.sql 26.5 2002/12/14 06:20:58 rosthoma ship $ REM ad_error_handling: add 2303 SET VERIFY OFF WHENEVER SQLERROR EXIT FAILURE ROLLBACK; WHENEVER OSERROR EXIT FAILURE ROLLBACK; whenever sqlerror continue; exit;