REM $Header: wfgntias.sql 26.1 2004/12/08 03:50:12 kma noship $ REM dbdrv: none REM *********************************************************************** REM NAME REM wfgntias.sql - REM DESCRIPTION REM Grant access on queue payload type to public REM USAGE REM sqlplus wfact/wfact @wfgntias &1 &2 &3 REM MODIFICATION LOG REM 07/03/03 ROSTHOMA Created file for providing grant REM to the types created in SYSTEM. REM This file is only for iAS REM 07/28/04 KMA Remove all grant to payload type REM since it is not used anymore. REM ******************************************************************** SET VERIFY OFF WHENEVER SQLERROR EXIT FAILURE ROLLBACK; WHENEVER OSERROR EXIT FAILURE ROLLBACK; WHENEVER SQLERROR EXIT FAILURE; commit; exit;