<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The Pythian Blog &#187; stored procedure</title>
	<atom:link href="http://www.pythian.com/news/tag/stored-procedure/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pythian.com/news</link>
	<description>News and views from Pythian DBAs</description>
	<lastBuildDate>Fri, 10 Feb 2012 09:54:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Using MySQL Partitioning Instead of MERGE Tables</title>
		<link>http://www.pythian.com/news/14971/using-mysql-partitioning-instead-of-merge-tables/</link>
		<comments>http://www.pythian.com/news/14971/using-mysql-partitioning-instead-of-merge-tables/#comments</comments>
		<pubDate>Sat, 24 Jul 2010 02:19:59 +0000</pubDate>
		<dc:creator>Sheeri Cabral</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Technical Blog]]></category>
		<category><![CDATA[merge]]></category>
		<category><![CDATA[partition]]></category>
		<category><![CDATA[partitioning]]></category>
		<category><![CDATA[procedure]]></category>
		<category><![CDATA[Pythian]]></category>
		<category><![CDATA[stored procedure]]></category>

		<guid isPermaLink="false">http://www.pythian.com/news/?p=14971</guid>
		<description><![CDATA[One common question I get is how to use partitioning instead of MERGE tables. The process I use involves using stored procedures to create and drop partitions. This article will go over the stored procedures I use; special thanks to Roland Bouman for taking a look and giving great feedback to optimize this process. First, [...]]]></description>
		<wfw:commentRss>http://www.pythian.com/news/14971/using-mysql-partitioning-instead-of-merge-tables/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to Dynamically Call PL/SQL Procedure in Oracle</title>
		<link>http://www.pythian.com/news/2733/how-to-dynamically-call-plsql-procedure-in-oracle/</link>
		<comments>http://www.pythian.com/news/2733/how-to-dynamically-call-plsql-procedure-in-oracle/#comments</comments>
		<pubDate>Thu, 04 Jun 2009 06:29:56 +0000</pubDate>
		<dc:creator>Alex Gorbachev</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[dynamic]]></category>
		<category><![CDATA[pl/sql]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[sql injection]]></category>
		<category><![CDATA[stored procedure]]></category>
		<category><![CDATA[vulnerability]]></category>

		<guid isPermaLink="false">http://www.pythian.com/news/?p=2733</guid>
		<description><![CDATA[Just got an interesting note on Twitter that you can&#8217;t call a stored procedure dynamically in Oracle from a PL/SQL block like passing the procedure name in a variable. Well, yes we can! And the answer is EXECUTE IMMEDIATE &#8212; it can be used to run anonymous PL/SQL blog and not just a SQL statement. [...]]]></description>
		<wfw:commentRss>http://www.pythian.com/news/2733/how-to-dynamically-call-plsql-procedure-in-oracle/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>DBA_OBJECTS View for MySQL</title>
		<link>http://www.pythian.com/news/1488/dba_objects-view-for-mysql/</link>
		<comments>http://www.pythian.com/news/1488/dba_objects-view-for-mysql/#comments</comments>
		<pubDate>Tue, 17 Feb 2009 18:19:53 +0000</pubDate>
		<dc:creator>Augusto Bott</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[dba_objects]]></category>
		<category><![CDATA[information_schema]]></category>
		<category><![CDATA[snippets]]></category>
		<category><![CDATA[stored procedure]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://www.pythian.com/blogs/1488/dba_objects-view-for-mysql</guid>
		<description><![CDATA[When using Oracle, the data dictionary provides us with tons of tables and views, allowing us to fetch information about pretty much anything within the database. We do have information like that in MySQL 5.0 (and up) in the information_schema database, but it&#8217;s scattered through several different tables. Sometimes a client asks us to change [...]]]></description>
		<wfw:commentRss>http://www.pythian.com/news/1488/dba_objects-view-for-mysql/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>New in MySQL 5.1:  Sheeri&#8217;s Presentation</title>
		<link>http://www.pythian.com/news/1414/new-in-mysql-51-sheeris-presentation/</link>
		<comments>http://www.pythian.com/news/1414/new-in-mysql-51-sheeris-presentation/#comments</comments>
		<pubDate>Fri, 02 Jan 2009 20:10:35 +0000</pubDate>
		<dc:creator>Sheeri Cabral</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[5.1]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[BDB]]></category>
		<category><![CDATA[FEDERATED]]></category>
		<category><![CDATA[general log]]></category>
		<category><![CDATA[information_schema]]></category>
		<category><![CDATA[isam]]></category>
		<category><![CDATA[log]]></category>
		<category><![CDATA[logs]]></category>
		<category><![CDATA[metadata]]></category>
		<category><![CDATA[new release]]></category>
		<category><![CDATA[partition]]></category>
		<category><![CDATA[partitioning]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[query log]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[slow query]]></category>
		<category><![CDATA[storage engine]]></category>
		<category><![CDATA[stored function]]></category>
		<category><![CDATA[stored procedure]]></category>
		<category><![CDATA[stored routine]]></category>
		<category><![CDATA[version]]></category>

		<guid isPermaLink="false">http://www.pythian.com/blogs/1414/new-in-mysql-51-sheeris-presentation</guid>
		<description><![CDATA[In a nutshell: What&#8217;s New in MySQL 5.1. Release notes: Changes in release 5.1.x (Production). And yes, very early on (at about two minutes in), I talk about my take on Monty&#8217;s controversial post at Oops, we did it again. To play the video directly, go to http://www.youtube.com/watch?v=Hs4S7vONGMQ. Or watch it embedded inline here: For [...]]]></description>
		<wfw:commentRss>http://www.pythian.com/news/1414/new-in-mysql-51-sheeris-presentation/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
<enclosure url="http://technocation.org/node/663/download" length="152320921" type="video/quicktime" />
		</item>
	</channel>
</rss>

