<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Code Snippets for PL-SQL</title>
    <link>http://www.uwec.edu/code/</link>
    <pubDate>Mon, 19 Jun 2006 19:41:28 GMT</pubDate>
    <description>UW-Eau Claire Web Development code snippets</description>
    <item>
      <title>Drop all user objects in your schema</title>
      <link>http://www.uwec.edu/code/PL-SQL/show/21</link>
      <description>&lt;p&gt;Use this script to generate the drop statements for everything in your schema. You can then run these statements.&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;This query is non-destructive, though it creates destructive results. &lt;br /&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 19 Jun 2006 19:41:28 GMT</pubDate>
      <guid>http://www.uwec.edu/code/PL-SQL/show/21</guid>
      <author>hoganbp)</author>
    </item>
    <item>
      <title>Generate table DDL for Oracle schema</title>
      <link>http://www.uwec.edu/code/PL-SQL/show/26</link>
      <description>This code can be used to generate the table DDL statements for all of the tables in a schema in Oracle.  It will save the DDL to a test file.

Before running this code make sure to change the file path to one that makes sense and replace SCHEMA_NAME with your actual schema name.</description>
      <pubDate>Thu, 02 Mar 2006 16:11:50 GMT</pubDate>
      <guid>http://www.uwec.edu/code/PL-SQL/show/26</guid>
      <author>swanjr)</author>
    </item>
  </channel>
</rss>
