set define '&' Rem Rem MODIFIED (MM/DD/YYYY) Rem sspadafo 06/09/2009 - Created patch file for bug (8567600) declare p varchar2(32767) := null; begin wwv_flow_security.g_security_group_id := 10; update wwv_flow_page_plugs set plug_source = replace(plug_source,'sys.dba_source','sys.all_source') where flow_id between 4500 and 4509 and id >= 11328803357656283 and id < 11328803357656283 + 1; --commit; end; / set define '^'