<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.5" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: drop all objects</title>
	<link>http://laurentschneider.com/wordpress/2008/05/drop-all-objects.html</link>
	<description>Oracle Certified Master</description>
	<pubDate>Sun, 07 Sep 2008 13:11:24 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.5</generator>

	<item>
		<title>by: Laurent Schneider</title>
		<link>http://laurentschneider.com/wordpress/2008/05/drop-all-objects.html#comment-8104</link>
		<pubDate>Wed, 03 Sep 2008 07:33:46 +0000</pubDate>
		<guid>http://laurentschneider.com/wordpress/2008/05/drop-all-objects.html#comment-8104</guid>
					<description>thanks for the addition</description>
		<content:encoded><![CDATA[<p>thanks for the addition
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Stefan</title>
		<link>http://laurentschneider.com/wordpress/2008/05/drop-all-objects.html#comment-8103</link>
		<pubDate>Wed, 03 Sep 2008 07:02:08 +0000</pubDate>
		<guid>http://laurentschneider.com/wordpress/2008/05/drop-all-objects.html#comment-8103</guid>
					<description>Hi Laurent
I added this to your script:
  for f in (
        //add this loop before the drop table loop!
        select queue_table from user_queue_tables) loop
        dbms_aqadm.DROP_QUEUE_TABLE(f.queue_table,true);
    end loop;


    for f in (
        select job_name from user_scheduler_jobs) loop
        dbms_scheduler.DROP_JOB(f.job_name,true);
    end loop;

Of course this is very specific and the script is still incomplete.
Regards,
Stefan</description>
		<content:encoded><![CDATA[<p>Hi Laurent<br />
I added this to your script:<br />
  for f in (<br />
        //add this loop before the drop table loop!<br />
        select queue_table from user_queue_tables) loop<br />
        dbms_aqadm.DROP_QUEUE_TABLE(f.queue_table,true);<br />
    end loop;</p>
<p>    for f in (<br />
        select job_name from user_scheduler_jobs) loop<br />
        dbms_scheduler.DROP_JOB(f.job_name,true);<br />
    end loop;</p>
<p>Of course this is very specific and the script is still incomplete.<br />
Regards,<br />
Stefan
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
