-- -- rss-unregister.sql -- -- Unregister the RSS Service contract -- -- @author Lars Pind -- @author Vinod Kurup (vinod@kurup.com) Oracle Port -- -- @cvs-id $Id: rss-unregister.sql,v 1.1.1.1 2002/10/08 15:47:13 rmello Exp $ -- begin acs_sc_impl.delete( impl_contract_name => 'RssGenerationSubscriber', impl_name => 'pinds_blog_entries' ); end; / show errors