<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.0.5" -->
<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/"
	>

<channel>
	<title>Oracle's PL/SQL questions</title>
	<link>http://oracleinterviews.com</link>
	<description>Find all the answers to your questions on PL/SQL questions.</description>
	<pubDate>Thu, 12 Nov 2009 02:51:44 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.5</generator>
	<language>en</language>
			<item>
		<title>Difference between post query and pre query?</title>
		<link>http://oracleinterviews.com/2007/09/17/difference-between-post-query-and-pre-query/</link>
		<comments>http://oracleinterviews.com/2007/09/17/difference-between-post-query-and-pre-query/#comments</comments>
		<pubDate>Mon, 17 Sep 2007 17:59:57 +0000</pubDate>
		<dc:creator>silpa</dc:creator>
		
		<category>Uncategorized</category>

		<guid isPermaLink="false">http://oracleinterviews.com/2007/09/17/difference-between-post-query-and-pre-query/</guid>
		<description><![CDATA[post query will fire for every row that it fetched
pre query will fire only once







]]></description>
			<content:encoded><![CDATA[<p>post query will fire for every row that it fetched<br />
pre query will fire only once
</p>
<p><!--c037fc7bec6cdbb4a4bfa9e03deaab77-->
</p>
<p><!--c037fc7bec6cdbb4a4bfa9e03deaab77-->
</p>
<p><!--e4596622d6c4fb6b0991b0d3ee9e5d1f-->
</p>
]]></content:encoded>
			<wfw:commentRss>http://oracleinterviews.com/2007/09/17/difference-between-post-query-and-pre-query/feed/</wfw:commentRss>
		</item>
		<item>
		<title>What is clustered index?</title>
		<link>http://oracleinterviews.com/2007/09/17/what-is-clustered-index/</link>
		<comments>http://oracleinterviews.com/2007/09/17/what-is-clustered-index/#comments</comments>
		<pubDate>Mon, 17 Sep 2007 17:58:59 +0000</pubDate>
		<dc:creator>silpa</dc:creator>
		
		<category>Uncategorized</category>

		<guid isPermaLink="false">http://oracleinterviews.com/2007/09/17/what-is-clustered-index/</guid>
		<description><![CDATA[In clustered index rows are stored together based on clustered key values

]]></description>
			<content:encoded><![CDATA[<p>In clustered index rows are stored together based on clustered key values
</p>
]]></content:encoded>
			<wfw:commentRss>http://oracleinterviews.com/2007/09/17/what-is-clustered-index/feed/</wfw:commentRss>
		</item>
		<item>
		<title>What are referenced object?</title>
		<link>http://oracleinterviews.com/2007/09/17/what-are-referenced-object/</link>
		<comments>http://oracleinterviews.com/2007/09/17/what-are-referenced-object/#comments</comments>
		<pubDate>Mon, 17 Sep 2007 17:58:05 +0000</pubDate>
		<dc:creator>silpa</dc:creator>
		
		<category>Uncategorized</category>

		<guid isPermaLink="false">http://oracleinterviews.com/2007/09/17/what-are-referenced-object/</guid>
		<description><![CDATA[copy of an object maintains link to the source object.
any changes to source object same are done reflected in the reference object

]]></description>
			<content:encoded><![CDATA[<p>copy of an object maintains link to the source object.<br />
any changes to source object same are done reflected in the reference object
</p>
]]></content:encoded>
			<wfw:commentRss>http://oracleinterviews.com/2007/09/17/what-are-referenced-object/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Steps involved in db shutdown?</title>
		<link>http://oracleinterviews.com/2007/09/17/steps-involved-in-db-shutdown/</link>
		<comments>http://oracleinterviews.com/2007/09/17/steps-involved-in-db-shutdown/#comments</comments>
		<pubDate>Mon, 17 Sep 2007 17:56:44 +0000</pubDate>
		<dc:creator>silpa</dc:creator>
		
		<category>Uncategorized</category>

		<guid isPermaLink="false">http://oracleinterviews.com/2007/09/17/steps-involved-in-db-shutdown/</guid>
		<description><![CDATA[shutdown the instance,dismount the db,close the db

]]></description>
			<content:encoded><![CDATA[<p>shutdown the instance,dismount the db,close the db
</p>
]]></content:encoded>
			<wfw:commentRss>http://oracleinterviews.com/2007/09/17/steps-involved-in-db-shutdown/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Steps involved in db startup?</title>
		<link>http://oracleinterviews.com/2007/09/17/steps-involved-in-db-startup/</link>
		<comments>http://oracleinterviews.com/2007/09/17/steps-involved-in-db-startup/#comments</comments>
		<pubDate>Mon, 17 Sep 2007 17:56:04 +0000</pubDate>
		<dc:creator>silpa</dc:creator>
		
		<category>Uncategorized</category>

		<guid isPermaLink="false">http://oracleinterviews.com/2007/09/17/steps-involved-in-db-startup/</guid>
		<description><![CDATA[start an instance,mount the db,open  the db

]]></description>
			<content:encoded><![CDATA[<p>start an instance,mount the db,open  the db
</p>
]]></content:encoded>
			<wfw:commentRss>http://oracleinterviews.com/2007/09/17/steps-involved-in-db-startup/feed/</wfw:commentRss>
		</item>
		<item>
		<title>What is referential integrity?</title>
		<link>http://oracleinterviews.com/2007/09/17/what-is-referential-integrity/</link>
		<comments>http://oracleinterviews.com/2007/09/17/what-is-referential-integrity/#comments</comments>
		<pubDate>Mon, 17 Sep 2007 17:55:26 +0000</pubDate>
		<dc:creator>silpa</dc:creator>
		
		<category>Uncategorized</category>

		<guid isPermaLink="false">http://oracleinterviews.com/2007/09/17/what-is-referential-integrity/</guid>
		<description><![CDATA[A rule defined on a column (or set of columns) in one table that allows the insert or update of a row only if the value for the column or set of columns (the dependent value) matches a value in a column of a related table (the referenced value).
examples PK and FK

]]></description>
			<content:encoded><![CDATA[<p>A rule defined on a column (or set of columns) in one table that allows the insert or update of a row only if the value for the column or set of columns (the dependent value) matches a value in a column of a related table (the referenced value).</p>
<p>examples PK and FK
</p>
]]></content:encoded>
			<wfw:commentRss>http://oracleinterviews.com/2007/09/17/what-is-referential-integrity/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Types of db links?</title>
		<link>http://oracleinterviews.com/2007/09/17/types-of-db-links/</link>
		<comments>http://oracleinterviews.com/2007/09/17/types-of-db-links/#comments</comments>
		<pubDate>Mon, 17 Sep 2007 17:54:23 +0000</pubDate>
		<dc:creator>silpa</dc:creator>
		
		<category>Uncategorized</category>

		<guid isPermaLink="false">http://oracleinterviews.com/2007/09/17/types-of-db-links/</guid>
		<description><![CDATA[Private
created on behalf of a specific user 
Public
created  for a special user group
Network
created and managed by network  domain service.
]]></description>
			<content:encoded><![CDATA[<p>Private<br />
created on behalf of a specific user </p>
<p>Public<br />
created  for a special user group</p>
<p>Network<br />
created and managed by network  domain service.</p>
]]></content:encoded>
			<wfw:commentRss>http://oracleinterviews.com/2007/09/17/types-of-db-links/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Types of  segments?</title>
		<link>http://oracleinterviews.com/2007/09/17/types-of-segments/</link>
		<comments>http://oracleinterviews.com/2007/09/17/types-of-segments/#comments</comments>
		<pubDate>Mon, 17 Sep 2007 17:52:58 +0000</pubDate>
		<dc:creator>silpa</dc:creator>
		
		<category>Uncategorized</category>

		<guid isPermaLink="false">http://oracleinterviews.com/2007/09/17/types-of-segments/</guid>
		<description><![CDATA[data segment
each non cluster/cluster table has a data segment.Tables data is stored in the extent of its data segment
index segment
each index has index segment to store its data
rollback segment
db contains one or more rollback segments to temporarily store undo information
temporary segment
temporary segments are created when  SQL  statements  need  temporary work area [...]]]></description>
			<content:encoded><![CDATA[<p>data segment<br />
each non cluster/cluster table has a data segment.Tables data is stored in the extent of its data segment</p>
<p>index segment<br />
each index has index segment to store its data</p>
<p>rollback segment<br />
db contains one or more rollback segments to temporarily store undo information</p>
<p>temporary segment<br />
temporary segments are created when  SQL  statements  need  temporary work area to complete execution.</p>
]]></content:encoded>
			<wfw:commentRss>http://oracleinterviews.com/2007/09/17/types-of-segments/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Why use an index?</title>
		<link>http://oracleinterviews.com/2007/09/17/why-use-an-index/</link>
		<comments>http://oracleinterviews.com/2007/09/17/why-use-an-index/#comments</comments>
		<pubDate>Mon, 17 Sep 2007 17:52:01 +0000</pubDate>
		<dc:creator>silpa</dc:creator>
		
		<category>Uncategorized</category>

		<guid isPermaLink="false">http://oracleinterviews.com/2007/09/17/why-use-an-index/</guid>
		<description><![CDATA[index gives faster access to data blocks in a table.

]]></description>
			<content:encoded><![CDATA[<p>index gives faster access to data blocks in a table.
</p>
]]></content:encoded>
			<wfw:commentRss>http://oracleinterviews.com/2007/09/17/why-use-an-index/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Difference between  data block,extent and segment?</title>
		<link>http://oracleinterviews.com/2007/09/17/difference-between-data-blockextent-and-segment/</link>
		<comments>http://oracleinterviews.com/2007/09/17/difference-between-data-blockextent-and-segment/#comments</comments>
		<pubDate>Mon, 17 Sep 2007 17:51:00 +0000</pubDate>
		<dc:creator>silpa</dc:creator>
		
		<category>Uncategorized</category>

		<guid isPermaLink="false">http://oracleinterviews.com/2007/09/17/difference-between-data-blockextent-and-segment/</guid>
		<description><![CDATA[data block is the smallest unit of storage for a db object.
when objects grow they take additional storage of adjacent data blocks.These grouping of adjacent data blocks is called extent.
All the extents that an object takes when grouped together is called segment

]]></description>
			<content:encoded><![CDATA[<p>data block is the smallest unit of storage for a db object.<br />
when objects grow they take additional storage of adjacent data blocks.These grouping of adjacent data blocks is called extent.<br />
All the extents that an object takes when grouped together is called segment
</p>
]]></content:encoded>
			<wfw:commentRss>http://oracleinterviews.com/2007/09/17/difference-between-data-blockextent-and-segment/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>

