<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.5" -->
<rss version="0.92">
<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>
	<lastBuildDate>Thu, 12 Nov 2009 02:51:44 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Difference between post query and pre query?</title>
		<description>post query will fire for every row that it fetched
pre query will fire only once


 </description>
		<link>http://oracleinterviews.com/2007/09/17/difference-between-post-query-and-pre-query/</link>
			</item>
	<item>
		<title>What is clustered index?</title>
		<description>In clustered index rows are stored together based on clustered key values </description>
		<link>http://oracleinterviews.com/2007/09/17/what-is-clustered-index/</link>
			</item>
	<item>
		<title>What are referenced object?</title>
		<description>copy of an object maintains link to the source object.
any changes to source object same are done reflected in the reference object </description>
		<link>http://oracleinterviews.com/2007/09/17/what-are-referenced-object/</link>
			</item>
	<item>
		<title>Steps involved in db shutdown?</title>
		<description>shutdown the instance,dismount the db,close the db </description>
		<link>http://oracleinterviews.com/2007/09/17/steps-involved-in-db-shutdown/</link>
			</item>
	<item>
		<title>Steps involved in db startup?</title>
		<description>start an instance,mount the db,open  the db </description>
		<link>http://oracleinterviews.com/2007/09/17/steps-involved-in-db-startup/</link>
			</item>
	<item>
		<title>What is referential integrity?</title>
		<description>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 ...</description>
		<link>http://oracleinterviews.com/2007/09/17/what-is-referential-integrity/</link>
			</item>
	<item>
		<title>Types of db links?</title>
		<description>Private
created on behalf of a specific user 

Public
created  for a special user group

Network 
created and managed by network  domain service.
 </description>
		<link>http://oracleinterviews.com/2007/09/17/types-of-db-links/</link>
			</item>
	<item>
		<title>Types of  segments?</title>
		<description>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 ...</description>
		<link>http://oracleinterviews.com/2007/09/17/types-of-segments/</link>
			</item>
	<item>
		<title>Why use an index?</title>
		<description>index gives faster access to data blocks in a table.  </description>
		<link>http://oracleinterviews.com/2007/09/17/why-use-an-index/</link>
			</item>
	<item>
		<title>Difference between  data block,extent and segment?</title>
		<description>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>
		<link>http://oracleinterviews.com/2007/09/17/difference-between-data-blockextent-and-segment/</link>
			</item>
</channel>
</rss>
