<?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>Mertech Flex2SQL Tech Blog &#187; Oracle</title>
	<atom:link href="http://blog.flex2sql.com/index.php/category/dbms/oracle/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flex2sql.com</link>
	<description>Tech Tips, articles and resources related to Mertech's Flex2SQL product</description>
	<lastBuildDate>Wed, 26 May 2010 02:05:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Multiple embedded SQL statements</title>
		<link>http://blog.flex2sql.com/index.php/2009/06/multiple-embedded-sql-statements/</link>
		<comments>http://blog.flex2sql.com/index.php/2009/06/multiple-embedded-sql-statements/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 22:31:30 +0000</pubDate>
		<dc:creator>gandalf</dc:creator>
				<category><![CDATA[Code Examples]]></category>
		<category><![CDATA[DB2]]></category>
		<category><![CDATA[DBMS]]></category>
		<category><![CDATA[DataFlex]]></category>
		<category><![CDATA[Microsoft SQL Server]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[PostgreSQL]]></category>
		<category><![CDATA[Embedded SQL]]></category>

		<guid isPermaLink="false">http://blog.flex2sql.com/?p=419</guid>
		<description><![CDATA[While complex embedded SQL statements will let you do a lot of work in one statement, it is sometimes necessary to nest SQL statements to get the job done.

Using cursor handling lets you easily nest multiple embedded SQL statements.]]></description>
		<wfw:commentRss>http://blog.flex2sql.com/index.php/2009/06/multiple-embedded-sql-statements/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Resources on Oracle&#8217;s Best Practices</title>
		<link>http://blog.flex2sql.com/index.php/2009/03/resources-on-oracles-best-practices/</link>
		<comments>http://blog.flex2sql.com/index.php/2009/03/resources-on-oracles-best-practices/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 16:27:44 +0000</pubDate>
		<dc:creator>Igor Guerrero</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Performance Tips]]></category>

		<guid isPermaLink="false">http://blog.flex2sql.com/?p=331</guid>
		<description><![CDATA[Oracle has created a site showing best practices for high availability.

The site describes best practices in areas such as clustering, reducing downtime, backups, performance tuning, etc:
http://www.oracle.com/technology/deploy/availability/htdocs/maa.htm
]]></description>
		<wfw:commentRss>http://blog.flex2sql.com/index.php/2009/03/resources-on-oracles-best-practices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Running Flex2SQL for Oracle in a HP-UX</title>
		<link>http://blog.flex2sql.com/index.php/2008/02/running-flex2sql-for-oracle-in-a-hp-ux/</link>
		<comments>http://blog.flex2sql.com/index.php/2008/02/running-flex2sql-for-oracle-in-a-hp-ux/#comments</comments>
		<pubDate>Mon, 25 Feb 2008 23:38:04 +0000</pubDate>
		<dc:creator>Igor Guerrero</dc:creator>
				<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://blog.flex2sql.com/?p=307</guid>
		<description><![CDATA[To run Flex2SQL for Oracle in a HP-UX,  set the environment variables below:

LD_LIBRARY_PATH
LD_PRELOAD
Example:

export LD_LIBRARY_PATH=$ORACLE_HOME/lib32
export LD_PRELOAD=$ORACLE_HOME/lib32/libclntsh.sl
Some time you should set SHLIB_PATH variable instead LD_LIBRARY_PATH
Example:

export SHLIB_PATH=$ORACLE_HOME/lib32
export LD_PRELOAD=$ORACLE_HOME/lib32/libclntsh.sl
]]></description>
		<wfw:commentRss>http://blog.flex2sql.com/index.php/2008/02/running-flex2sql-for-oracle-in-a-hp-ux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rights for an Oracle User to Migrate With Flex2SQL</title>
		<link>http://blog.flex2sql.com/index.php/2008/02/rights-for-an-oracle-user-to-migrate-with-flex2sql/</link>
		<comments>http://blog.flex2sql.com/index.php/2008/02/rights-for-an-oracle-user-to-migrate-with-flex2sql/#comments</comments>
		<pubDate>Mon, 25 Feb 2008 23:37:00 +0000</pubDate>
		<dc:creator>Igor Guerrero</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Migration]]></category>

		<guid isPermaLink="false">http://blog.flex2sql.com/?p=305</guid>
		<description><![CDATA[These are three user rights an Oracle user needs in order to migrate data with the Flex2SQL migration tool. They are as follows:

CONNECT
RESOURCE
DBA

]]></description>
		<wfw:commentRss>http://blog.flex2sql.com/index.php/2008/02/rights-for-an-oracle-user-to-migrate-with-flex2sql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to use Triggers in With Flex2SQL Drivers</title>
		<link>http://blog.flex2sql.com/index.php/2008/02/how-to-use-triggers-in-with-flex2sql-drivers/</link>
		<comments>http://blog.flex2sql.com/index.php/2008/02/how-to-use-triggers-in-with-flex2sql-drivers/#comments</comments>
		<pubDate>Mon, 25 Feb 2008 23:20:50 +0000</pubDate>
		<dc:creator>Igor Guerrero</dc:creator>
				<category><![CDATA[Code Examples]]></category>
		<category><![CDATA[Microsoft SQL Server]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Triggers]]></category>

		<guid isPermaLink="false">http://blog.flex2sql.com/?p=294</guid>
		<description><![CDATA[The following is a simple program which inserts records on ITEM table and the HEADER.TOTAL field is updated automatically:
trigger-oracle_example
trigger-mssqlserver_example
]]></description>
		<wfw:commentRss>http://blog.flex2sql.com/index.php/2008/02/how-to-use-triggers-in-with-flex2sql-drivers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
