<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Pl/Sql on FromDual GmbH</title><link>https://www.fromdual.com/tags/pl/sql/</link><description>Recent content in Pl/Sql on FromDual GmbH</description><generator>Hugo</generator><language>en-GB</language><managingEditor>oli.sennhauser@fromdual.com (Oli Sennhauser)</managingEditor><webMaster>oli.sennhauser@fromdual.com (Oli Sennhauser)</webMaster><copyright>© FromDual GmbH</copyright><lastBuildDate>Mon, 13 Dec 2021 09:49:36 +0000</lastBuildDate><atom:link href="https://www.fromdual.com/tags/pl/sql/index.xml" rel="self" type="application/rss+xml"/><item><title>MariaDB sql_mode = 'oracle'</title><link>https://www.fromdual.com/blog/mariadb-sql-mode-oracle/</link><pubDate>Thu, 25 Mar 2021 20:15:22 +0000</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/mariadb-sql-mode-oracle/</guid><description>&lt;p&gt;MariaDB has some time ago introduced or reused the &lt;code&gt;sql_mode = 'oracle'&lt;/code&gt;. What they basically try to do is to implement a subset of the Oracle PL/SQL language. Because we receive more and more request from customers about MariaDB&amp;rsquo;s Oracle PL/SQL it is worth investigating a bit more in this feature and summarize the state of the art of this topic in this article.&lt;/p&gt;</description></item><item><title>MariaDB PL/SQL Examples</title><link>https://www.fromdual.com/blog/mariadb-pl-sql/</link><pubDate>Wed, 04 Dec 2019 21:49:04 +0000</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/mariadb-pl-sql/</guid><description>&lt;h2 id="table-of-contents"&gt;Table of Contents&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://www.fromdual.com/blog/mariadb-pl-sql/#begin"&gt;Before you start&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.fromdual.com/blog/mariadb-pl-sql/#infinite-loop"&gt;Infinite Loop Example&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="before-you-start"&gt;Before you start&lt;/h2&gt;
&lt;pre&gt;&lt;code&gt;SQL&amp;gt; SET SESSION sql_mode='ORACLE';
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id="infinite-loop-example"&gt;Infinite Loop Example&lt;/h2&gt;
&lt;pre&gt;&lt;code&gt;DELIMITER /

BEGIN

LOOP
 SELECT 'Hello world from MariaDB anonymous PL/SQL block!';
END LOOP; 

END;
/

DELIMITER ;
&lt;/code&gt;&lt;/pre&gt;</description></item><item><title>Select Hello World FromDual with MariaDB PL/SQL</title><link>https://www.fromdual.com/blog/select-hello-world-fromdual-with-mariadb-pl-sql/</link><pubDate>Tue, 12 Jun 2018 23:36:05 +0000</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/select-hello-world-fromdual-with-mariadb-pl-sql/</guid><description>&lt;p&gt;MariaDB 10.3 was released GA a few weeks ago. One of the features which interests me most is the MariaDB &lt;a href="https://mariadb.com/kb/en/library/sql_modeoracle-from-mariadb-103/" target="_blank" title="SQL_MODE=ORACLE From MariaDB 10.3"&gt;Oracle PL/SQL compatibility mode&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>How good is MySQL INSERT TRIGGER performance</title><link>https://www.fromdual.com/blog/how-good-is-mysql-insert-trigger-performance/</link><pubDate>Wed, 03 Aug 2011 17:08:36 +0000</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/how-good-is-mysql-insert-trigger-performance/</guid><description>&lt;p&gt;&lt;strong&gt;Abstract:&lt;/strong&gt; In this article we discuss how big is the performance impact of MySQL &lt;code&gt;TRIGGER&lt;/code&gt;s compared to application side logging (with &lt;code&gt;INSERT&lt;/code&gt;) into a MySQL table.&lt;/p&gt;</description></item></channel></rss>