<?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>Kirtan Desai &#187; HowTo</title>
	<atom:link href="http://kirtandesai.com/write/index.php/category/howto/feed/" rel="self" type="application/rss+xml" />
	<link>http://kirtandesai.com/write</link>
	<description></description>
	<lastBuildDate>Fri, 25 Jun 2010 13:46:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.2</generator>
		<item>
		<title>PL/SQL</title>
		<link>http://kirtandesai.com/write/2007/01/08/plsql/</link>
		<comments>http://kirtandesai.com/write/2007/01/08/plsql/#comments</comments>
		<pubDate>Mon, 08 Jan 2007 15:14:49 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[HowTo]]></category>

		<guid isPermaLink="false">http://kirtandesai.com/write/2007/01/08/plsql/</guid>
		<description><![CDATA[This is a collection of basic information about Using Oracle PL/SQL. The best way to learn PL/SQL is to either read the Oracle Documentation or buy(and read) books on the subject. &#8216;Practise&#8217; has not stopped making a man perfect. Basic Structure of PL/SQL PL/SQL stands for &#8220;Procedural Language extension to the SQL&#8221;. SQL is the [...]]]></description>
			<content:encoded><![CDATA[<p>This is a collection of basic information about Using Oracle PL/SQL. The best way to learn PL/SQL is to either read the Oracle Documentation or buy(<strong>and read</strong>) books on the subject. &#8216;Practise&#8217; has not stopped making a man perfect.</p>
<p><strong>Basic Structure of PL/SQL</strong><br />
PL/SQL stands for &#8220;Procedural Language extension to the SQL&#8221;. SQL is the most common and most popular way of querying of relational databases. It extends SQL by adding constructs found in procedural languages, resulting in a structural language that is more powerful than SQL. The basic unit in PL/SQL is a block. All PL/SQL programs are made up of blocks, which can be nested within each other. Each block performs a logical action in he program.</p>
<p>The following are a few defining characteristics of the language.</p>
<ul>
<li>Structured, Readable</li>
<li>High Performance, Highly Integrated</li>
<li>Embeded (Inside Oracle Environment.)</li>
<li>Accessible, Standard, and Portable (for oracle development)</li>
<li>One that I really like is &#8220;It&#8217;s Easy&#8221;</li>
</ul>
<p>A PL/SQL block of code has the following features:</p>
<p><code>DECLARE</p>
<p>/* Declarative section: variables, types, and local subprograms. */</p>
<p>BEGIN</p>
<p>/* Executable section: procedural and SQL statements go here. */<br />
/* This is the only section of the block that is required. */</p>
<p>EXCEPTION</p>
<p>/* Exception handling section: error handling statements go here. */</p>
<p>END;</code></p>
<p align="right">TO BE CONTINUED&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://kirtandesai.com/write/2007/01/08/plsql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Informatica</title>
		<link>http://kirtandesai.com/write/2007/01/08/informatica/</link>
		<comments>http://kirtandesai.com/write/2007/01/08/informatica/#comments</comments>
		<pubDate>Mon, 08 Jan 2007 15:14:16 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[HowTo]]></category>

		<guid isPermaLink="false">http://kirtandesai.com/write/2007/01/08/informatica/</guid>
		<description><![CDATA[Here are my suggestions for someone who wants to start using and learning about Informatica Products. Join http://my.informatica.com Here, you will find all the documentation you need on all Informatica products. They also have a section called Knowledge Base where they log recommended solutions. You can browse through these solutions to find out how Informatica [...]]]></description>
			<content:encoded><![CDATA[<p>Here are my suggestions for someone who wants to start using and learning about Informatica Products.</p>
<p>Join <a href="http://my.informatica.com/">http://my.informatica.com</a></p>
<p>Here, you will find all the documentation you need on all Informatica products. They also have a section called Knowledge Base where they log recommended solutions. You can browse through these solutions to find out how Informatica goes on about solving client&#8217;s problems.</p>
<p>Join <a href="http://tech.groups.yahoo.com/group/informaticadevelopment/">http://tech.groups.yahoo.com/group/informaticadevelopment/</a></p>
<p>This group is recommended by Informatica as one of the primary sources of reference and help on Informatica. This is a yahoo group where many people work together to provide most logical and ideal solutions to the questions posted. I have also found it very helpful to read through previous messages to learn about different ways of solving an issue or probem. </p>
<p>Other than that, just start reading the manuals and start playing with the tools.</p>
]]></content:encoded>
			<wfw:commentRss>http://kirtandesai.com/write/2007/01/08/informatica/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

