<?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>uCertify Articles &#187; OCA DBA 11g</title>
	<atom:link href="http://www.ucertify.com/article/certifications/oca-dba-11g/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ucertify.com/article</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 04 Nov 2009 00:00:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>OCP 1z0-047 Short Notes: Exam passing tips</title>
		<link>http://www.ucertify.com/article/ocp-1z0-047-short-notes-exam-passing-tips-2.html</link>
		<comments>http://www.ucertify.com/article/ocp-1z0-047-short-notes-exam-passing-tips-2.html#comments</comments>
		<pubDate>Sat, 03 Oct 2009 00:00:00 +0000</pubDate>
		<dc:creator>uCertify</dc:creator>
				<category><![CDATA[OCA DBA 10g]]></category>
		<category><![CDATA[OCA DBA 11g]]></category>
		<category><![CDATA[OCA DBA 9i]]></category>
		<category><![CDATA[OCA PL/SQL Developer]]></category>
		<category><![CDATA[OCP DBA 10g]]></category>
		<category><![CDATA[OCP DBA 11g]]></category>
		<category><![CDATA[OCP DBA 9i]]></category>
		<category><![CDATA[OCP PL/SQL Developer]]></category>
		<category><![CDATA[Oracle Certified Master 10g]]></category>
		<category><![CDATA[Oracle PL/SQL Developer]]></category>
		<category><![CDATA[Performance Tuning Expert 11g]]></category>
		<category><![CDATA[RAC Certified Expert 10g]]></category>
		<category><![CDATA[SQL Certified Expert 10g]]></category>
		<category><![CDATA[SQL Certified Expert 11g]]></category>
		<category><![CDATA[1Z0-047]]></category>
		<category><![CDATA[1Z0-051]]></category>

		<guid isPermaLink="false">3701677</guid>
		<description><![CDATA[Retrieving data using the SQL SELECT statement and using single row functions to customize the output/*...*/ and -- are used to put comments in an Oracle program.
The CREATE TABLE does not end immediately with a semicolon, and a column name cannot start w]]></description>
			<content:encoded><![CDATA[<!-- This is a HTML comment, it will not display in any page. Feel free to remove this comment if it cause any inconvenient to you.
	Thanks for using digg digg, please visit http://www.mkyong.com/blog/digg-digg-wordpress-plugin for any comments and ideas, 
	
    Author : Yong Mook Kim
    Website : http://www.mkyong.com
	--><div><table> <td><iframe src='http://digg.com/api/diggthis.php?w=new&amp;u=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Focp-1z0-047-short-notes-exam-passing-tips-2.html&amp;t=OCP+1z0-047+Short+Notes%3A+Exam+passing+tips&amp;s=compact' height='18' width='120' frameborder='0' scrolling='no'></iframe></td> <td><iframe src='http://www.reddit.com/button_content?newwindow=1&amp;url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Focp-1z0-047-short-notes-exam-passing-tips-2.html&amp;title=OCP+1z0-047+Short+Notes%3A+Exam+passing+tips&amp;t=1 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><iframe src='http://widgets.dzone.com/links/widgets/zoneit.html?url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Focp-1z0-047-short-notes-exam-passing-tips-2.html&amp;title=OCP+1z0-047+Short+Notes%3A+Exam+passing+tips&amp;t=2 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><script type="text/javascript"><!--yahooBuzzArticleHeadline=OCP+1z0-047+Short+Notes%3A+Exam+passing+tips;//--></script><script type="text/javascript" src="http://d.yimg.com/ds/badge2.js" badgetype=small-votes></script></td> <td><iframe src='http://api.tweetmeme.com/button.js?url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Focp-1z0-047-short-notes-exam-passing-tips-2.html&amp;source=ucertify&amp;style=compact ' height='20' width='90' frameborder='0' scrolling='no'></iframe></td></table></div><p><uc:hed>Retrieving data using the SQL SELECT statement and using single row functions to customize the output</uc:hed>
<ul>
<li>/*&#8230;*/ and &#8212; are used to put comments in an Oracle program.</li>
<p></p>
<li>The CREATE TABLE does not end immediately with a semicolon, and a column name cannot start with a numeric value. However, a numeric value can be used in between a column name.</li>
<p></p>
<li>Name of a table cannot start with @ special character.</li>
<p></p>
<li>Knowing about the GROUP BY clause.</li>
</ul>
<p><uc:hed>Using sub queries and set operators to solve queries, as well as DDL statements to create and manage tables</uc:hed></p>
<ul>
<li>+ (unary), &#8211; (unary), *, /, ||, =, !=, &lt;, &gt;, &lt;=, &gt;=, IS NULL, LIKE, BETWEEN, IN, NOT, AND, OR is the correct order of operators precedence.</li>
<p></p>
<li>The ROLLBACK command is used to end the current transaction, and discard any changes made since the beginning of the transaction.</li>
</ul>
<p><uc:hed>Managing objects with data dictionary views, schema objects and data in different time zones</uc:hed>
<ul>
<li>The length of a column can be increased even if it contains data. However, the data type of the column cannot be modified if it contains any data.</li>
<p></p>
<li>The parameters used to maximize the space in Flash Recovery Area.</li>
<p></p>
<li>User error failure refers to a database failure that results due to certain transactions on a database by a user.</li>
<p></p>
<li>Flashback Query is used to view and repair historical data, and to view the contents of a table at any specific point in time.</li>
<p></p>
<li>UNDO_RETENTION is a parameter in the init.ora initialization parameters file that specifies the time period in seconds for which a system retains undo data for committed transactions.</li>
<p></p>
<li>Once the Flashback Versions Query is run to diagnose the erroneous transaction, the Flashback Transaction Query helps in the repair process of the transaction. </li>
<p></p>
<li>The correct order of steps that will enable the flashback database are as follows:
<ol>
<li>Put the database in Archive log mode.</li>
<li>Set up a flash recovery area.</li>
<li>Set the period for the flashback retention target.</li>
<li>Shut down and mount the database.</li>
<li>Enable flashback logging.</li>
<li>Open the database.</li>
</ol>
</li>
<li>The overall utilization of the flash recovery area is displayed in megabytes.</li>
<p></p>
<li>SQL statement can be used to flashback a database.</li>
<p></p>
<li>Take the following steps to enable the Flashback Database:
<ol>
<li>Ensure that the database is in Archive Log mode.</li>
<p></p>
<li>Setup a flash recovery area.</li>
<p></p>
<li>Set the duration for the flashback retention target.</li>
<p></p>
<li>Shutdown the database.</li>
<p></p>
<li>Mount the database.</li>
<p></p>
<li>Enable flashback logging.</li>
<p></p>
<li>Open the database.</li>
</ol>
</li>
<li>The dropped table can be recovered by using Flashback Drop.</li>
<p></p>
<li>The flashback database is enabled only in Archive log mode, as it recovers the database to an earlier specific point of time.</li>
<p></p>
<li>Flashback Database is used to reverse the changes made to a table.</li>
<p></p>
<li>The Perform Recovery: Review screen is used to display the RMAN script that performs the Flashback Database recovery.</li>
<p></p>
<li>The portlist.ini file is used to get all the port numbers of the HTTP listeners.</li>
<p></p>
<li>RVWR is a background process, which is a part of the Flashback Database Architecture.</li>
<p></p>
<li>LGWR is a background process that is a part of Flashback Database Architecture.</li>
<p></p>
<li>SELECT oldest_flashback_scn FROM V; is used to retrieve an approximate system change number (SCN) to which a database can be flashed back.</li>
</ul>
<ul style='border:1px solid #ccc;background-color:#eff3ef;padding:10px;'><li style='margin-left:10px;'> Pass <a href="http://www.ucertify.com/certifications/Oracle/oca-dba10g.html" >OCA DBA 10g</a> in first attampt.<li style='margin-left:10px;'> Get certified in first attempt download <a href="http://www.ucertify.com/certifications/Oracle/oca-dba-11g.html" >oca-dba-11g - OCA DBA 11g</a> simulation.<li style='margin-left:10px;'> Click here to download <a href="http://www.ucertify.com/certifications/Oracle/oca-dba9i.html" >oca-dba9i</a> test study guide and practice question.<li style='margin-left:10px;'> Get certified in first attempt download <a href="http://www.ucertify.com/certifications/Oracle/oca-pl-sql.html" >oca-pl-sql - OCA PL/SQL Developer</a> simulation.<li style='margin-left:10px;'> Get certified in first attempt download <a href="http://www.ucertify.com/certifications/Oracle/ocp-dba10g.html" >ocp-dba10g - OCP DBA 10g</a> simulation.<li style='margin-left:10px;'> Click here to get free <a href="http://www.ucertify.com/certifications/Oracle/ocp-dba-11g.html" >ocp-dba-11g OCP DBA 11g</a> exam practice questions.<li style='margin-left:10px;'> Click here to download <a href="http://www.ucertify.com/certifications/Oracle/ocp-dba9i.html" >ocp-dba9i</a> test study guide and practice question.<li style='margin-left:10px;'> Get certified in first attempt download <a href="http://www.ucertify.com/certifications/Oracle/ocp-pl-sql.html" >ocp-pl-sql - OCP PL/SQL Developer</a> simulation.<li style='margin-left:10px;'> Become <a href="http://www.ucertify.com/certifications/Oracle/ocm-10g.html" >Oracle Oracle Certified Master 10g</a> certified.<li style='margin-left:10px;'> Click here to get free <a href="http://www.ucertify.com/certifications/Oracle/oracle-pl-sql.html" >oracle-pl-sql Oracle PL/SQL Developer</a> exam practice questions.<li style='margin-left:10px;'> <a href="http://www.ucertify.com/certifications/Oracle/performance-tuning-certified-expert-11g.html" > Pass Oracle performance-tuning-certified-expert-11g - Performance Tuning Expert 11g</a><li style='margin-left:10px;'> Pass <a href="http://www.ucertify.com/certifications/Oracle/rac-administrator-certified-experts-10g.html" >RAC Certified Expert 10g</a> in first attampt.<li style='margin-left:10px;'> Download free practice test for <a href="http://www.ucertify.com/certifications/Oracle/sql-certified-expert-10g.html" >sql-certified-expert-10g  SQL Certified Expert 10g</a> exam.<li style='margin-left:10px;'> Become <a href="http://www.ucertify.com/certifications/Oracle/sql-certified-expert-11g.html" >Oracle SQL Certified Expert 11g</a> certified.<li style='margin-left:10px;'> Become <a href="http://www.ucertify.com/exams/Oracle/1Z0-047.html" >Oracle Oracle Database SQL Expert</a> certified.<li style='margin-left:10px;'> Download free practice test for <a href="http://www.ucertify.com/exams/Oracle/1Z0-051.html" >Oracle OCA: Oracle Database 11g-SQL Fundamentals-I</a> exam.</ul><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Focp-1z0-047-short-notes-exam-passing-tips-2.html&amp;linkname=OCP%201z0-047%20Short%20Notes%3A%20Exam%20passing%20tips"><img src="http://www.ucertify.com/article/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.ucertify.com/article/ocp-1z0-047-short-notes-exam-passing-tips-2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is the REMOTE_OS_AUTHENT parameter?</title>
		<link>http://www.ucertify.com/article/what-is-the-remote_os_authent-parameter-2.html</link>
		<comments>http://www.ucertify.com/article/what-is-the-remote_os_authent-parameter-2.html#comments</comments>
		<pubDate>Wed, 30 Sep 2009 00:00:00 +0000</pubDate>
		<dc:creator>uCertify</dc:creator>
				<category><![CDATA[OCA DBA 10g]]></category>
		<category><![CDATA[OCA DBA 11g]]></category>
		<category><![CDATA[OCA DBA 9i]]></category>
		<category><![CDATA[OCA PL/SQL Developer]]></category>
		<category><![CDATA[OCP DBA 10g]]></category>
		<category><![CDATA[OCP DBA 11g]]></category>
		<category><![CDATA[OCP DBA 9i]]></category>
		<category><![CDATA[OCP PL/SQL Developer]]></category>
		<category><![CDATA[Oracle Certified Master 10g]]></category>
		<category><![CDATA[Oracle PL/SQL Developer]]></category>
		<category><![CDATA[Performance Tuning Expert 11g]]></category>
		<category><![CDATA[RAC Certified Expert 10g]]></category>
		<category><![CDATA[SQL Certified Expert 10g]]></category>
		<category><![CDATA[SQL Certified Expert 11g]]></category>
		<category><![CDATA[1Z0-042]]></category>
		<category><![CDATA[1Z0-047]]></category>

		<guid isPermaLink="false">3701252</guid>
		<description><![CDATA[The REMOTE_OS_AUTHENT parameter in the parameter file of the database specifies whether remote clients will be authenticated  with the value of the OS_AUTHENT_PREFIX parameter or not. The type of the REMOTE_OS_AUTHENT parameter is Boolean, the default val]]></description>
			<content:encoded><![CDATA[<!-- This is a HTML comment, it will not display in any page. Feel free to remove this comment if it cause any inconvenient to you.
	Thanks for using digg digg, please visit http://www.mkyong.com/blog/digg-digg-wordpress-plugin for any comments and ideas, 
	
    Author : Yong Mook Kim
    Website : http://www.mkyong.com
	--><div><table> <td><iframe src='http://digg.com/api/diggthis.php?w=new&amp;u=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-the-remote_os_authent-parameter-2.html&amp;t=What+is+the+REMOTE_OS_AUTHENT+parameter%3F&amp;s=compact' height='18' width='120' frameborder='0' scrolling='no'></iframe></td> <td><iframe src='http://www.reddit.com/button_content?newwindow=1&amp;url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-the-remote_os_authent-parameter-2.html&amp;title=What+is+the+REMOTE_OS_AUTHENT+parameter%3F&amp;t=1 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><iframe src='http://widgets.dzone.com/links/widgets/zoneit.html?url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-the-remote_os_authent-parameter-2.html&amp;title=What+is+the+REMOTE_OS_AUTHENT+parameter%3F&amp;t=2 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><script type="text/javascript"><!--yahooBuzzArticleHeadline=What+is+the+REMOTE_OS_AUTHENT+parameter%3F;//--></script><script type="text/javascript" src="http://d.yimg.com/ds/badge2.js" badgetype=small-votes></script></td> <td><iframe src='http://api.tweetmeme.com/button.js?url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-the-remote_os_authent-parameter-2.html&amp;source=ucertify&amp;style=compact ' height='20' width='90' frameborder='0' scrolling='no'></iframe></td></table></div><p>The REMOTE_OS_AUTHENT parameter in the parameter file of the database specifies whether remote clients will be authenticated  with the value of the OS_AUTHENT_PREFIX parameter or not. The type of the REMOTE_OS_AUTHENT parameter is Boolean, the default value is false, and the parameter class is static. The REMOTE_OS_AUTHENT parameter is case sensitive on some operating systems. The flow diagram below may help a user understand the role of the REMOTE_OS_AUTHENT parameter for a remote database:</p>
<p><img src='i3701252.gif' /> </p>
<ul style='border:1px solid #ccc;background-color:#eff3ef;padding:10px;'><li style='margin-left:10px;'> Pass <a href="http://www.ucertify.com/certifications/Oracle/oca-dba10g.html" >OCA DBA 10g</a> in first attampt.<li style='margin-left:10px;'> Click here to get free <a href="http://www.ucertify.com/certifications/Oracle/oca-dba-11g.html" >oca-dba-11g OCA DBA 11g</a> exam practice questions.<li style='margin-left:10px;'> Click here to download <a href="http://www.ucertify.com/certifications/Oracle/oca-dba9i.html" >oca-dba9i</a> test study guide and practice question.<li style='margin-left:10px;'> Download free practice test for <a href="http://www.ucertify.com/certifications/Oracle/oca-pl-sql.html" >Oracle OCA PL/SQL Developer</a> exam.<li style='margin-left:10px;'> Become <a href="http://www.ucertify.com/certifications/Oracle/ocp-dba10g.html" >Oracle OCP DBA 10g</a> certified.<li style='margin-left:10px;'> Download practice question and study guide for  <a href="http://www.ucertify.com/certifications/Oracle/ocp-dba-11g.html" >ocp-dba-11g</a> for exam.<li style='margin-left:10px;'> Download free practice test for <a href="http://www.ucertify.com/certifications/Oracle/ocp-dba9i.html" >Oracle OCP DBA 9i</a> exam.<li style='margin-left:10px;'> Download practice question and study guide for  <a href="http://www.ucertify.com/certifications/Oracle/ocp-pl-sql.html" >ocp-pl-sql</a> for exam.<li style='margin-left:10px;'> Get certified in first attempt download <a href="http://www.ucertify.com/certifications/Oracle/ocm-10g.html" >ocm-10g - Oracle Certified Master 10g</a> simulation.<li style='margin-left:10px;'> <a href="http://www.ucertify.com/certifications/Oracle/oracle-pl-sql.html" > Pass Oracle oracle-pl-sql - Oracle PL/SQL Developer</a><li style='margin-left:10px;'> Pass <a href="http://www.ucertify.com/certifications/Oracle/performance-tuning-certified-expert-11g.html" >Performance Tuning Expert 11g</a> in first attampt.<li style='margin-left:10px;'> Become <a href="http://www.ucertify.com/certifications/Oracle/rac-administrator-certified-experts-10g.html" >Oracle RAC Certified Expert 10g</a> certified.<li style='margin-left:10px;'> Pass <a href="http://www.ucertify.com/certifications/Oracle/sql-certified-expert-10g.html" >SQL Certified Expert 10g</a> in first attampt.<li style='margin-left:10px;'> Best exam simulation <a href="http://www.ucertify.com/certifications/Oracle/sql-certified-expert-11g.html" >Oracle sql-certified-expert-11g</a> download free trial.<li style='margin-left:10px;'> Click here to download <a href="http://www.ucertify.com/exams/Oracle/1Z0-042.html" >1Z0-042</a> test study guide and practice question.<li style='margin-left:10px;'> Download free practice test for <a href="http://www.ucertify.com/exams/Oracle/1Z0-047.html" >1Z0-047  Oracle Database SQL Expert</a> exam.</ul><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-the-remote_os_authent-parameter-2.html&amp;linkname=What%20is%20the%20REMOTE_OS_AUTHENT%20parameter%3F"><img src="http://www.ucertify.com/article/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.ucertify.com/article/what-is-the-remote_os_authent-parameter-2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is  DBMS_SESSION  PL/SQL package?</title>
		<link>http://www.ucertify.com/article/what-is-dbms_session-plsql-package-2.html</link>
		<comments>http://www.ucertify.com/article/what-is-dbms_session-plsql-package-2.html#comments</comments>
		<pubDate>Tue, 08 Sep 2009 00:00:00 +0000</pubDate>
		<dc:creator>uCertify</dc:creator>
				<category><![CDATA[OCA DBA 10g]]></category>
		<category><![CDATA[OCA DBA 11g]]></category>
		<category><![CDATA[OCA DBA 9i]]></category>
		<category><![CDATA[OCA PL/SQL Developer]]></category>
		<category><![CDATA[OCP DBA 10g]]></category>
		<category><![CDATA[OCP DBA 11g]]></category>
		<category><![CDATA[OCP DBA 9i]]></category>
		<category><![CDATA[OCP PL/SQL Developer]]></category>
		<category><![CDATA[Oracle Certified Master 10g]]></category>
		<category><![CDATA[Oracle PL/SQL Developer]]></category>
		<category><![CDATA[Performance Tuning Expert 11g]]></category>
		<category><![CDATA[RAC Certified Expert 10g]]></category>
		<category><![CDATA[SQL Certified Expert 10g]]></category>
		<category><![CDATA[SQL Certified Expert 11g]]></category>
		<category><![CDATA[1Z0-033]]></category>
		<category><![CDATA[1Z0-042]]></category>
		<category><![CDATA[1Z0-047]]></category>
		<category><![CDATA[1Z0-051]]></category>

		<guid isPermaLink="false">2201023</guid>
		<description><![CDATA[The DBMS_SESSION PL/SQL package is used to provide access to the  ALTER SESSION and ALTER SYSTEM statements. This package is also used for gathering session related information. The DBMS_SESSION PL/SQL package uses the privileges of the user executing thi]]></description>
			<content:encoded><![CDATA[<!-- This is a HTML comment, it will not display in any page. Feel free to remove this comment if it cause any inconvenient to you.
	Thanks for using digg digg, please visit http://www.mkyong.com/blog/digg-digg-wordpress-plugin for any comments and ideas, 
	
    Author : Yong Mook Kim
    Website : http://www.mkyong.com
	--><div><table> <td><iframe src='http://digg.com/api/diggthis.php?w=new&amp;u=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-dbms_session-plsql-package-2.html&amp;t=What+is++DBMS_SESSION++PL%2FSQL+package%3F&amp;s=compact' height='18' width='120' frameborder='0' scrolling='no'></iframe></td> <td><iframe src='http://www.reddit.com/button_content?newwindow=1&amp;url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-dbms_session-plsql-package-2.html&amp;title=What+is++DBMS_SESSION++PL%2FSQL+package%3F&amp;t=1 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><iframe src='http://widgets.dzone.com/links/widgets/zoneit.html?url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-dbms_session-plsql-package-2.html&amp;title=What+is++DBMS_SESSION++PL%2FSQL+package%3F&amp;t=2 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><script type="text/javascript"><!--yahooBuzzArticleHeadline=What+is++DBMS_SESSION++PL%2FSQL+package%3F;//--></script><script type="text/javascript" src="http://d.yimg.com/ds/badge2.js" badgetype=small-votes></script></td> <td><iframe src='http://api.tweetmeme.com/button.js?url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-dbms_session-plsql-package-2.html&amp;source=ucertify&amp;style=compact ' height='20' width='90' frameborder='0' scrolling='no'></iframe></td></table></div><p>The DBMS_SESSION PL/SQL package is used to provide access to the  ALTER SESSION and ALTER SYSTEM statements. This package is also used for gathering session related information. The DBMS_SESSION PL/SQL package uses the privileges of the user executing this package, instead of using privileges of the user SYS. </p>
<ul style='border:1px solid #ccc;background-color:#eff3ef;padding:10px;'><li style='margin-left:10px;'> Download practice question and study guide for  <a href="http://www.ucertify.com/certifications/Oracle/oca-dba10g.html" >oca-dba10g</a> for exam.<li style='margin-left:10px;'> Download practice question and study guide for  <a href="http://www.ucertify.com/certifications/Oracle/oca-dba-11g.html" >oca-dba-11g</a> for exam.<li style='margin-left:10px;'> Download free practice test for <a href="http://www.ucertify.com/certifications/Oracle/oca-dba9i.html" >Oracle OCA DBA 9i</a> exam.<li style='margin-left:10px;'> Click here to download <a href="http://www.ucertify.com/certifications/Oracle/oca-pl-sql.html" >oca-pl-sql</a> test study guide and practice question.<li style='margin-left:10px;'> Pass <a href="http://www.ucertify.com/certifications/Oracle/ocp-dba10g.html" >OCP DBA 10g</a> in first attampt.<li style='margin-left:10px;'> <a href="http://www.ucertify.com/certifications/Oracle/ocp-dba-11g.html" > Pass Oracle ocp-dba-11g - OCP DBA 11g</a><li style='margin-left:10px;'> Download free practice test for <a href="http://www.ucertify.com/certifications/Oracle/ocp-dba9i.html" >Oracle OCP DBA 9i</a> exam.<li style='margin-left:10px;'> <a href="http://www.ucertify.com/certifications/Oracle/ocp-pl-sql.html" > Pass Oracle ocp-pl-sql - OCP PL/SQL Developer</a><li style='margin-left:10px;'> Click here to get free <a href="http://www.ucertify.com/certifications/Oracle/ocm-10g.html" >ocm-10g Oracle Certified Master 10g</a> exam practice questions.<li style='margin-left:10px;'> Get certified in first attempt download <a href="http://www.ucertify.com/certifications/Oracle/oracle-pl-sql.html" >oracle-pl-sql - Oracle PL/SQL Developer</a> simulation.<li style='margin-left:10px;'> Pass <a href="http://www.ucertify.com/certifications/Oracle/performance-tuning-certified-expert-11g.html" >Performance Tuning Expert 11g</a> in first attampt.<li style='margin-left:10px;'> Click here to get free <a href="http://www.ucertify.com/certifications/Oracle/rac-administrator-certified-experts-10g.html" >rac-administrator-certified-experts-10g RAC Certified Expert 10g</a> exam practice questions.<li style='margin-left:10px;'> Click here to download <a href="http://www.ucertify.com/certifications/Oracle/sql-certified-expert-10g.html" >sql-certified-expert-10g</a> test study guide and practice question.<li style='margin-left:10px;'> <a href="http://www.ucertify.com/certifications/Oracle/sql-certified-expert-11g.html" > Pass Oracle sql-certified-expert-11g - SQL Certified Expert 11g</a><li style='margin-left:10px;'> Click here to download <a href="http://www.ucertify.com/exams/Oracle/1Z0-033.html" >1Z0-033</a> test study guide and practice question.<li style='margin-left:10px;'> Get certified in first attempt download <a href="http://www.ucertify.com/exams/Oracle/1Z0-042.html" >1Z0-042 - Oracle Database 10g: Admin - I</a> simulation.<li style='margin-left:10px;'> Click here to download <a href="http://www.ucertify.com/exams/Oracle/1Z0-047.html" >1Z0-047</a> test study guide and practice question.<li style='margin-left:10px;'> Click here to get free <a href="http://www.ucertify.com/exams/Oracle/1Z0-051.html" >1Z0-051 OCA: Oracle Database 11g-SQL Fundamentals-I</a> exam practice questions.</ul><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-dbms_session-plsql-package-2.html&amp;linkname=What%20is%20%20DBMS_SESSION%20%20PL%2FSQL%20package%3F"><img src="http://www.ucertify.com/article/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.ucertify.com/article/what-is-dbms_session-plsql-package-2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is DECODE function?</title>
		<link>http://www.ucertify.com/article/what-is-decode-function-2.html</link>
		<comments>http://www.ucertify.com/article/what-is-decode-function-2.html#comments</comments>
		<pubDate>Tue, 01 Sep 2009 00:00:00 +0000</pubDate>
		<dc:creator>uCertify</dc:creator>
				<category><![CDATA[OCA DBA 10g]]></category>
		<category><![CDATA[OCA DBA 11g]]></category>
		<category><![CDATA[OCA DBA 9i]]></category>
		<category><![CDATA[OCA DBA 9i PL/SQL]]></category>
		<category><![CDATA[OCA PL/SQL Developer]]></category>
		<category><![CDATA[OCP DBA 10g]]></category>
		<category><![CDATA[OCP DBA 11g]]></category>
		<category><![CDATA[OCP DBA 9i]]></category>
		<category><![CDATA[OCP PL/SQL Developer]]></category>
		<category><![CDATA[Oracle Certified Master 10g]]></category>
		<category><![CDATA[Oracle PL/SQL Developer]]></category>
		<category><![CDATA[Performance Tuning Expert 11g]]></category>
		<category><![CDATA[RAC Certified Expert 10g]]></category>
		<category><![CDATA[1Z0-007]]></category>

		<guid isPermaLink="false">1801007</guid>
		<description><![CDATA[The DECODE function decodes a column value or an expression and compares it with each specified search value, one by one. If the expression matches a search value, a result value corresponding to the matching search value is returned. If no match is found]]></description>
			<content:encoded><![CDATA[<!-- This is a HTML comment, it will not display in any page. Feel free to remove this comment if it cause any inconvenient to you.
	Thanks for using digg digg, please visit http://www.mkyong.com/blog/digg-digg-wordpress-plugin for any comments and ideas, 
	
    Author : Yong Mook Kim
    Website : http://www.mkyong.com
	--><div><table> <td><iframe src='http://digg.com/api/diggthis.php?w=new&amp;u=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-decode-function-2.html&amp;t=What+is+DECODE+function%3F&amp;s=compact' height='18' width='120' frameborder='0' scrolling='no'></iframe></td> <td><iframe src='http://www.reddit.com/button_content?newwindow=1&amp;url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-decode-function-2.html&amp;title=What+is+DECODE+function%3F&amp;t=1 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><iframe src='http://widgets.dzone.com/links/widgets/zoneit.html?url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-decode-function-2.html&amp;title=What+is+DECODE+function%3F&amp;t=2 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><script type="text/javascript"><!--yahooBuzzArticleHeadline=What+is+DECODE+function%3F;//--></script><script type="text/javascript" src="http://d.yimg.com/ds/badge2.js" badgetype=small-votes></script></td> <td><iframe src='http://api.tweetmeme.com/button.js?url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-decode-function-2.html&amp;source=ucertify&amp;style=compact ' height='20' width='90' frameborder='0' scrolling='no'></iframe></td></table></div><p>The DECODE function decodes a column value or an expression and compares it with each specified search value, one by one. If the expression matches a search value, a result value corresponding to the matching search value is returned. If no match is found, a default result value, if included, is returned. However, if no default value is included, a NULL value is returned. The DECODE function is one of the few single-row functions that directly deal with NULL values. It can compare two NULL values and can return a NULL value. </p>
<p><uc:hed>Syntax:</uc:hed> </p>
<p><uc:stx>DECODE (ColumnExpression, search, result[, search, result, ...] [, default] )</uc:stx> </p>
<p>ColumnExpression, search, and result can be of the CHAR, VARCHAR2, NCHAR, or NVARCHAR2 datatype. </p>
<ul style='border:1px solid #ccc;background-color:#eff3ef;padding:10px;'><li style='margin-left:10px;'> Best exam simulation <a href="http://www.ucertify.com/certifications/Oracle/oca-dba10g.html" >Oracle oca-dba10g</a> download free trial.<li style='margin-left:10px;'> Best exam simulation <a href="http://www.ucertify.com/certifications/Oracle/oca-dba-11g.html" >Oracle oca-dba-11g</a> download free trial.<li style='margin-left:10px;'> Pass <a href="http://www.ucertify.com/certifications/Oracle/oca-dba9i.html" >OCA DBA 9i</a> in first attampt.<li style='margin-left:10px;'> Become <a href="http://www.ucertify.com/certifications/Oracle/oca-dba9i-pl-sql.html" >Oracle OCA DBA 9i PL/SQL</a> certified.<li style='margin-left:10px;'> Download free practice test for <a href="http://www.ucertify.com/certifications/Oracle/oca-pl-sql.html" >oca-pl-sql  OCA PL/SQL Developer</a> exam.<li style='margin-left:10px;'> Download practice question and study guide for  <a href="http://www.ucertify.com/certifications/Oracle/ocp-dba10g.html" >ocp-dba10g</a> for exam.<li style='margin-left:10px;'> Download practice question and study guide for  <a href="http://www.ucertify.com/certifications/Oracle/ocp-dba-11g.html" >ocp-dba-11g</a> for exam.<li style='margin-left:10px;'> Pass <a href="http://www.ucertify.com/certifications/Oracle/ocp-dba9i.html" >OCP DBA 9i</a> in first attampt.<li style='margin-left:10px;'> Get certified in first attempt download <a href="http://www.ucertify.com/certifications/Oracle/ocp-pl-sql.html" >ocp-pl-sql - OCP PL/SQL Developer</a> simulation.<li style='margin-left:10px;'> Download free practice test for <a href="http://www.ucertify.com/certifications/Oracle/ocm-10g.html" >Oracle Oracle Certified Master 10g</a> exam.<li style='margin-left:10px;'> Click here to download <a href="http://www.ucertify.com/certifications/Oracle/oracle-pl-sql.html" >oracle-pl-sql</a> test study guide and practice question.<li style='margin-left:10px;'> Download free practice test for <a href="http://www.ucertify.com/certifications/Oracle/performance-tuning-certified-expert-11g.html" >Oracle Performance Tuning Expert 11g</a> exam.<li style='margin-left:10px;'> <a href="http://www.ucertify.com/certifications/Oracle/rac-administrator-certified-experts-10g.html" > Pass Oracle rac-administrator-certified-experts-10g - RAC Certified Expert 10g</a><li style='margin-left:10px;'> Pass <a href="http://www.ucertify.com/exams/Oracle/1Z0-007.html" >Introduction to Oracle9i: SQL</a> in first attampt.</ul><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-decode-function-2.html&amp;linkname=What%20is%20DECODE%20function%3F"><img src="http://www.ucertify.com/article/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.ucertify.com/article/what-is-decode-function-2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is TO_CHAR (datetime) function?</title>
		<link>http://www.ucertify.com/article/what-is-to_char-datetime-function-2.html</link>
		<comments>http://www.ucertify.com/article/what-is-to_char-datetime-function-2.html#comments</comments>
		<pubDate>Tue, 01 Sep 2009 00:00:00 +0000</pubDate>
		<dc:creator>uCertify</dc:creator>
				<category><![CDATA[OCA DBA 10g]]></category>
		<category><![CDATA[OCA DBA 11g]]></category>
		<category><![CDATA[OCA DBA 9i]]></category>
		<category><![CDATA[OCA DBA 9i PL/SQL]]></category>
		<category><![CDATA[OCA PL/SQL Developer]]></category>
		<category><![CDATA[OCP DBA 10g]]></category>
		<category><![CDATA[OCP DBA 11g]]></category>
		<category><![CDATA[OCP DBA 9i]]></category>
		<category><![CDATA[OCP PL/SQL Developer]]></category>
		<category><![CDATA[Oracle Certified Master 10g]]></category>
		<category><![CDATA[Oracle PL/SQL Developer]]></category>
		<category><![CDATA[Performance Tuning Expert 11g]]></category>
		<category><![CDATA[RAC Certified Expert 10g]]></category>
		<category><![CDATA[SQL Certified Expert 10g]]></category>
		<category><![CDATA[SQL Certified Expert 11g]]></category>
		<category><![CDATA[1Z0-007]]></category>
		<category><![CDATA[1Z0-031]]></category>
		<category><![CDATA[1Z0-043]]></category>
		<category><![CDATA[1Z0-047]]></category>
		<category><![CDATA[1Z0-051]]></category>
		<category><![CDATA[1Z0-053]]></category>

		<guid isPermaLink="false">1801075</guid>
		<description><![CDATA[TO_CHAR (datetime) is a single-row function that is used to convert a value of DATE, TIMESTAMP, TIMESTAMP WITH TIME ZONE, or TIMESTAMP WITH LOCAL TIME ZONE datatype to a value of VARCHAR2 datatype in the specified date format. 

Syntax:

TO_CHAR ( datetim]]></description>
			<content:encoded><![CDATA[<!-- This is a HTML comment, it will not display in any page. Feel free to remove this comment if it cause any inconvenient to you.
	Thanks for using digg digg, please visit http://www.mkyong.com/blog/digg-digg-wordpress-plugin for any comments and ideas, 
	
    Author : Yong Mook Kim
    Website : http://www.mkyong.com
	--><div><table> <td><iframe src='http://digg.com/api/diggthis.php?w=new&amp;u=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-to_char-datetime-function-2.html&amp;t=What+is+TO_CHAR+%28datetime%29+function%3F&amp;s=compact' height='18' width='120' frameborder='0' scrolling='no'></iframe></td> <td><iframe src='http://www.reddit.com/button_content?newwindow=1&amp;url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-to_char-datetime-function-2.html&amp;title=What+is+TO_CHAR+%28datetime%29+function%3F&amp;t=1 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><iframe src='http://widgets.dzone.com/links/widgets/zoneit.html?url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-to_char-datetime-function-2.html&amp;title=What+is+TO_CHAR+%28datetime%29+function%3F&amp;t=2 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><script type="text/javascript"><!--yahooBuzzArticleHeadline=What+is+TO_CHAR+%28datetime%29+function%3F;//--></script><script type="text/javascript" src="http://d.yimg.com/ds/badge2.js" badgetype=small-votes></script></td> <td><iframe src='http://api.tweetmeme.com/button.js?url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-to_char-datetime-function-2.html&amp;source=ucertify&amp;style=compact ' height='20' width='90' frameborder='0' scrolling='no'></iframe></td></table></div><p>TO_CHAR (datetime) is a single-row function that is used to convert a value of DATE, TIMESTAMP, TIMESTAMP WITH TIME ZONE, or TIMESTAMP WITH LOCAL TIME ZONE datatype to a value of VARCHAR2 datatype in the specified date format. </p>
<p><uc:hed>Syntax:</uc:hed></p>
<p><uc:stx>TO_CHAR ( datetime [, fmt [, 'nlsparam' ]] )</uc:stx> </p>
<p>where,</p>
<li>datetime specifies a value of DATE, TIMESTAMP, TIMESTAMP WITH TIME ZONE, or TIMESTAMP WITH LOCAL TIME ZONE datatype.</li>
<p></p>
<li>fmt specifies the date format in which the converted value is to be displayed.</li>
<p></p>
<li>nlsparam specifies the language in which the names and abbreviations of months and days are to be displayed.</li>
<ul style='border:1px solid #ccc;background-color:#eff3ef;padding:10px;'><li style='margin-left:10px;'> Click here to get free <a href="http://www.ucertify.com/certifications/Oracle/oca-dba10g.html" >oca-dba10g OCA DBA 10g</a> exam practice questions.<li style='margin-left:10px;'> Download free practice test for <a href="http://www.ucertify.com/certifications/Oracle/oca-dba-11g.html" >Oracle OCA DBA 11g</a> exam.<li style='margin-left:10px;'> Best exam simulation <a href="http://www.ucertify.com/certifications/Oracle/oca-dba9i.html" >Oracle oca-dba9i</a> download free trial.<li style='margin-left:10px;'> Get certified in first attempt download <a href="http://www.ucertify.com/certifications/Oracle/oca-dba9i-pl-sql.html" >oca-dba9i-pl-sql - OCA DBA 9i PL/SQL</a> simulation.<li style='margin-left:10px;'> Download free practice test for <a href="http://www.ucertify.com/certifications/Oracle/oca-pl-sql.html" >Oracle OCA PL/SQL Developer</a> exam.<li style='margin-left:10px;'> Become <a href="http://www.ucertify.com/certifications/Oracle/ocp-dba10g.html" >Oracle OCP DBA 10g</a> certified.<li style='margin-left:10px;'> Get certified in first attempt download <a href="http://www.ucertify.com/certifications/Oracle/ocp-dba-11g.html" >ocp-dba-11g - OCP DBA 11g</a> simulation.<li style='margin-left:10px;'> Download free practice test for <a href="http://www.ucertify.com/certifications/Oracle/ocp-dba9i.html" >ocp-dba9i  OCP DBA 9i</a> exam.<li style='margin-left:10px;'> Click here to download <a href="http://www.ucertify.com/certifications/Oracle/ocp-pl-sql.html" >ocp-pl-sql</a> test study guide and practice question.<li style='margin-left:10px;'> Click here to get free <a href="http://www.ucertify.com/certifications/Oracle/ocm-10g.html" >ocm-10g Oracle Certified Master 10g</a> exam practice questions.<li style='margin-left:10px;'> Download practice question and study guide for  <a href="http://www.ucertify.com/certifications/Oracle/oracle-pl-sql.html" >oracle-pl-sql</a> for exam.<li style='margin-left:10px;'> Download practice question and study guide for  <a href="http://www.ucertify.com/certifications/Oracle/performance-tuning-certified-expert-11g.html" >performance-tuning-certified-expert-11g</a> for exam.<li style='margin-left:10px;'> Click here to get free <a href="http://www.ucertify.com/certifications/Oracle/rac-administrator-certified-experts-10g.html" >rac-administrator-certified-experts-10g RAC Certified Expert 10g</a> exam practice questions.<li style='margin-left:10px;'> Become <a href="http://www.ucertify.com/certifications/Oracle/sql-certified-expert-10g.html" >Oracle SQL Certified Expert 10g</a> certified.<li style='margin-left:10px;'> Download free practice test for <a href="http://www.ucertify.com/certifications/Oracle/sql-certified-expert-11g.html" >sql-certified-expert-11g  SQL Certified Expert 11g</a> exam.<li style='margin-left:10px;'> Download practice question and study guide for  <a href="http://www.ucertify.com/exams/Oracle/1Z0-007.html" >1Z0-007</a> for exam.<li style='margin-left:10px;'> Best exam simulation <a href="http://www.ucertify.com/exams/Oracle/1Z0-031.html" >Oracle 1Z0-031</a> download free trial.<li style='margin-left:10px;'> Best exam simulation <a href="http://www.ucertify.com/exams/Oracle/1Z0-043.html" >Oracle 1Z0-043</a> download free trial.<li style='margin-left:10px;'> Download free practice test for <a href="http://www.ucertify.com/exams/Oracle/1Z0-047.html" >1Z0-047  Oracle Database SQL Expert</a> exam.<li style='margin-left:10px;'> Click here to download <a href="http://www.ucertify.com/exams/Oracle/1Z0-051.html" >1Z0-051</a> test study guide and practice question.<li style='margin-left:10px;'> Click here to download <a href="http://www.ucertify.com/exams/Oracle/1Z0-053.html" >1Z0-053</a> test study guide and practice question.</ul><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-to_char-datetime-function-2.html&amp;linkname=What%20is%20TO_CHAR%20%28datetime%29%20function%3F"><img src="http://www.ucertify.com/article/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.ucertify.com/article/what-is-to_char-datetime-function-2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Joins: Its Types and Uses</title>
		<link>http://www.ucertify.com/article/joins-its-types-and-uses.html</link>
		<comments>http://www.ucertify.com/article/joins-its-types-and-uses.html#comments</comments>
		<pubDate>Fri, 21 Aug 2009 00:00:00 +0000</pubDate>
		<dc:creator>uCertify</dc:creator>
				<category><![CDATA[MCITP]]></category>
		<category><![CDATA[MCITP Database Administrator]]></category>
		<category><![CDATA[MCITP Database Administrator SQL Server]]></category>
		<category><![CDATA[MCITP Database Administrator SQL Server 2005]]></category>
		<category><![CDATA[MCITP Database Developer SQL Server 2008]]></category>
		<category><![CDATA[MCITP Microsoft SQL Server]]></category>
		<category><![CDATA[MCP]]></category>
		<category><![CDATA[OCA DBA 10g]]></category>
		<category><![CDATA[OCA DBA 11g]]></category>
		<category><![CDATA[OCA DBA 9i]]></category>
		<category><![CDATA[OCA PL/SQL Developer]]></category>
		<category><![CDATA[OCP DBA 10g]]></category>
		<category><![CDATA[OCP DBA 11g]]></category>
		<category><![CDATA[OCP DBA 9i]]></category>
		<category><![CDATA[OCP PL/SQL Developer]]></category>
		<category><![CDATA[Oracle Certified Master 10g]]></category>
		<category><![CDATA[Oracle PL/SQL Developer]]></category>
		<category><![CDATA[Performance Tuning Expert 11g]]></category>
		<category><![CDATA[RAC Certified Expert 10g]]></category>
		<category><![CDATA[SQL Certified Expert 10g]]></category>
		<category><![CDATA[SQL Certified Expert 11g]]></category>
		<category><![CDATA[1Z0-047]]></category>
		<category><![CDATA[1Z0-051]]></category>
		<category><![CDATA[70-443]]></category>
		<category><![CDATA[77-605]]></category>

		<guid isPermaLink="false">3601509</guid>
		<description><![CDATA[The JOIN clause is used with the SELECT statement to retrieve data from more than one table. This clause matches data from multiple tables. This results in the creation of a table, which is a combination of columns from multiple tables.

Uses of Joins: Jo]]></description>
			<content:encoded><![CDATA[<!-- This is a HTML comment, it will not display in any page. Feel free to remove this comment if it cause any inconvenient to you.
	Thanks for using digg digg, please visit http://www.mkyong.com/blog/digg-digg-wordpress-plugin for any comments and ideas, 
	
    Author : Yong Mook Kim
    Website : http://www.mkyong.com
	--><div><table> <td><iframe src='http://digg.com/api/diggthis.php?w=new&amp;u=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fjoins-its-types-and-uses.html&amp;t=Joins%3A+Its+Types+and+Uses&amp;s=compact' height='18' width='120' frameborder='0' scrolling='no'></iframe></td> <td><iframe src='http://www.reddit.com/button_content?newwindow=1&amp;url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fjoins-its-types-and-uses.html&amp;title=Joins%3A+Its+Types+and+Uses&amp;t=1 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><iframe src='http://widgets.dzone.com/links/widgets/zoneit.html?url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fjoins-its-types-and-uses.html&amp;title=Joins%3A+Its+Types+and+Uses&amp;t=2 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><script type="text/javascript"><!--yahooBuzzArticleHeadline=Joins%3A+Its+Types+and+Uses;//--></script><script type="text/javascript" src="http://d.yimg.com/ds/badge2.js" badgetype=small-votes></script></td> <td><iframe src='http://api.tweetmeme.com/button.js?url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fjoins-its-types-and-uses.html&amp;source=ucertify&amp;style=compact ' height='20' width='90' frameborder='0' scrolling='no'></iframe></td></table></div><p>The JOIN clause is used with the SELECT statement to retrieve data from more than one table. This clause matches data from multiple tables. This results in the creation of a table, which is a combination of columns from multiple tables.</p>
<p><uc:hed>Uses of Joins: </uc:hed>Join is a feature of SQL Server. It joins the tables by means of the combination of a primary key and a foreign key. The result of the query generates a temporary table containing the columns from two or more tables. An example of using the JOIN clause is as follows:</p>
<p>Suppose there is a database named Manufacture, which contains the tables Car and Dealer. The Car table has the following columns:</p>
<ul>
<li>CarID</li>
<p></p>
<li>CarName</li>
<p></p>
<li>CarModel</li>
<p></p>
<li>CarPrice</li>
</ul>
<p>The Dealer table has the following columns:</p>
<ul>
<li>DealerID</li>
<p></p>
<li>DealerName</li>
<p></p>
<li>Address</li>
<p></p>
<li>Phone</li>
<p></p>
<li>Mobile</li>
<p></p>
<li>Commission</li>
<li>CarID</li>
</ul>
<p>The CarID column in the Car table is defined as the primary key, and the CarID column in the Dealer table is defined as the foreign key. If a user wants to retrieve the car name, car price, car model, dealer name, and commission, the following query should be executed:</p>
<p><uc:stx>SELECT CarName, CarModel, CarPrice, DealerName, Commission FROM Car JOIN Dealer WHERE Car.CarID=Dealer.CarID</uc:stx></p>
<p><uc:hed>Aliases: </uc:hed>If two tables contain the same columns, it results in a conflict. To avoid this conflict, a user can use either the table names or aliases. The aliases improve the readability of a SQL statement. Aliases can be defined by using letters, numbers, or a combination of these. The following example will demonstrate the use of aliases:</p>
<p><uc:stx>SELECT c.CarName, c.CarModel, c.CarPrice, d.DealerName, d.Commission FROM Car c JOIN Dealer d WHERE Car.CarID=Dealer.CarID</uc:stx></p>
<p>In the above example, c is the alias for the Car table, and d is the alias for the Dealer table.</p>
<p><uc:hed>Types of Joins: </uc:hed>The join types used in SQL Server are as follows:</p>
<p><uc:hed>Inner Joins: </uc:hed>In this type of join, data in various columns are compared by using the comparison operators. The inner joins are also known as equi-joins. It returns only those rows  that have an equal value. The following example will demonstrate the use of the inner join:</p>
<p><uc:stx>SELECT c.CarName, c.CarModel, c.CarPrice, d.DealerName, d.Commission FROM Car c INNER JOIN Dealer d ON c.CarID=d.CarID</uc:stx></p>
<p><uc:hed>Outer Joins: </uc:hed>Outer joins return rows from one of the tables specified in the query. There are three types of outer joins as follows:</p>
<p><uc:hed>LEFT OUTER JOIN: </uc:hed>When this join is used in a query, all the rows from the left table will be retrieved, and only the matching rows from the right table will be retrieved. If a row from the left table does not match with any of the rows of the right table, NULL is inserted in that row of the right table. The following example will demonstrate the use of the LEFT OUTER JOIN:</p>
<p><uc:stx>SELECT c.CarName, c.CarModel, c.CarPrice, d.DealerName, d.Commission FROM Car c LEFT OUTER JOIN Dealer d ON c.CarID=d.CarID</uc:stx></p>
<p>In the above example, all rows from the Car table will be retrieved, and only the matching rows from the Dealer table will be retrieved.</p>
<p><uc:hed>RIGHT OUTER JOIN: </uc:hed>When this join is used in a query, all the rows from the right table will be retrieved, and only the matching rows from the left table will be retrieved. If a row from the right table does not match with any of the rows of the left table, NULL is inserted in that row of the left table. The following example will demonstrate the use of the RIGHT OUTER JOIN:</p>
<p><uc:stx>SELECT c.CarName, c.CarModel, c.CarPrice, d.DealerName, d.Commission FROM Car c RIGHT OUTER JOIN Dealer d ON c.CarID=d.CarID</uc:stx></p>
<p>In the above example, all rows from the Dealer table will be retrieved, and only the matching rows from the Car table will be retrieved.</p>
<p><uc:hed>FULL OUTER JOIN: </uc:hed>When this join is used in a query, all the rows from all the tables specified in the query will be retrieved. The following example will demonstrate the use of the FULL OUTER JOIN:</p>
<p><uc:stx>SELECT c.CarName, c.CarModel, c.CarPrice, d.DealerName, d.Commission FROM Car c FULL OUTER JOIN Dealer d ON c.CarID=d.CarID</uc:stx></p>
<p>In the above example, all rows from the Dealer and Car tables will be retrieved.</p>
<p><uc:hed>Cross Joins: </uc:hed>When this join is used in a query, the result is the multiplication of the number of rows from the left table with the number of rows from the right table. The following example will demonstrate this:</p>
<p><uc:stx>SELECT c.CarName, c.CarModel, c.CarPrice, d.DealerName, d.Commission FROM Car c CROSS JOIN Dealer d ON c.CarID=d.CarID</uc:stx></p>
<p>If the Car table contains ten rows and the Dealer table contains twelve rows, the result will be 120 rows.</p>
<p><uc:hed>Self Join: </uc:hed>This join is used to join a table with itself. In this case, a user will have to use two unique aliases for the table. The following example will demonstrate this:</p>
<p><uc:stx>SELECT c1.CarName, c1.CarModel, c1.CarPrice FROM Car c1 INNER JOIN Car c2 ON c1.CarID=c2.CarID</uc:stx></p>
<ul style='border:1px solid #ccc;background-color:#eff3ef;padding:10px;'><li style='margin-left:10px;'> Click here to download <a href="http://www.ucertify.com/certifications/Microsoft/mcitp.html" >mcitp</a> test study guide and practice question.<li style='margin-left:10px;'> Become <a href="http://www.ucertify.com/certifications/Microsoft/mcitp-database-administrator.html" >Microsoft MCITP Database Administrator</a> certified.<li style='margin-left:10px;'> Become <a href="http://www.ucertify.com/certifications/Microsoft/mcitp-database-administrator-sql-server.html" >Microsoft MCITP Database Administrator SQL Server</a> certified.<li style='margin-left:10px;'> Best exam simulation <a href="http://www.ucertify.com/certifications/Microsoft/mcitp-database-admin-sql-server-2005.html" >Microsoft mcitp-database-admin-sql-server-2005</a> download free trial.<li style='margin-left:10px;'> Click here to get free <a href="http://www.ucertify.com/certifications/Microsoft/mcitp-database-developer-2008.html" >mcitp-database-developer-2008 MCITP Database Developer SQL Server 2008</a> exam practice questions.<li style='margin-left:10px;'> Download practice question and study guide for  <a href="http://www.ucertify.com/certifications/Microsoft/mcitp-sql-server.html" >mcitp-sql-server</a> for exam.<li style='margin-left:10px;'> Download free practice test for <a href="http://www.ucertify.com/certifications/Microsoft/mcp.html" >Microsoft MCP</a> exam.<li style='margin-left:10px;'> Click here to download <a href="http://www.ucertify.com/certifications/Oracle/oca-dba10g.html" >oca-dba10g</a> test study guide and practice question.<li style='margin-left:10px;'> Download practice question and study guide for  <a href="http://www.ucertify.com/certifications/Oracle/oca-dba-11g.html" >oca-dba-11g</a> for exam.<li style='margin-left:10px;'> Download practice question and study guide for  <a href="http://www.ucertify.com/certifications/Oracle/oca-dba9i.html" >oca-dba9i</a> for exam.<li style='margin-left:10px;'> Download practice question and study guide for  <a href="http://www.ucertify.com/certifications/Oracle/oca-pl-sql.html" >oca-pl-sql</a> for exam.<li style='margin-left:10px;'> Click here to download <a href="http://www.ucertify.com/certifications/Oracle/ocp-dba10g.html" >ocp-dba10g</a> test study guide and practice question.<li style='margin-left:10px;'> <a href="http://www.ucertify.com/certifications/Oracle/ocp-dba-11g.html" > Pass Oracle ocp-dba-11g - OCP DBA 11g</a><li style='margin-left:10px;'> Download free practice test for <a href="http://www.ucertify.com/certifications/Oracle/ocp-dba9i.html" >ocp-dba9i  OCP DBA 9i</a> exam.<li style='margin-left:10px;'> <a href="http://www.ucertify.com/certifications/Oracle/ocp-pl-sql.html" > Pass Oracle ocp-pl-sql - OCP PL/SQL Developer</a><li style='margin-left:10px;'> Become <a href="http://www.ucertify.com/certifications/Oracle/ocm-10g.html" >Oracle Oracle Certified Master 10g</a> certified.<li style='margin-left:10px;'> Download free practice test for <a href="http://www.ucertify.com/certifications/Oracle/oracle-pl-sql.html" >Oracle Oracle PL/SQL Developer</a> exam.<li style='margin-left:10px;'> Download free practice test for <a href="http://www.ucertify.com/certifications/Oracle/performance-tuning-certified-expert-11g.html" >performance-tuning-certified-expert-11g  Performance Tuning Expert 11g</a> exam.<li style='margin-left:10px;'> Pass <a href="http://www.ucertify.com/certifications/Oracle/rac-administrator-certified-experts-10g.html" >RAC Certified Expert 10g</a> in first attampt.<li style='margin-left:10px;'> Download free practice test for <a href="http://www.ucertify.com/certifications/Oracle/sql-certified-expert-10g.html" >sql-certified-expert-10g  SQL Certified Expert 10g</a> exam.<li style='margin-left:10px;'> Download practice question and study guide for  <a href="http://www.ucertify.com/certifications/Oracle/sql-certified-expert-11g.html" >sql-certified-expert-11g</a> for exam.<li style='margin-left:10px;'> <a href="http://www.ucertify.com/exams/Oracle/1Z0-047.html" > Pass Oracle 1Z0-047 - Oracle Database SQL Expert</a><li style='margin-left:10px;'> Click here to get free <a href="http://www.ucertify.com/exams/Oracle/1Z0-051.html" >1Z0-051 OCA: Oracle Database 11g-SQL Fundamentals-I</a> exam practice questions.<li style='margin-left:10px;'> Get certified in first attempt download <a href="http://www.ucertify.com/exams/Microsoft/70-443.html" >70-443 - SQL Server 2005 Design</a> simulation.<li style='margin-left:10px;'> <a href="http://www.ucertify.com/exams/Microsoft/77-605.html" > Pass Microsoft 77-605 - MCAS: Microsoft Office Access 2007</a></ul><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fjoins-its-types-and-uses.html&amp;linkname=Joins%3A%20Its%20Types%20and%20Uses"><img src="http://www.ucertify.com/article/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.ucertify.com/article/joins-its-types-and-uses.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Relational Algebra</title>
		<link>http://www.ucertify.com/article/relational-algebra.html</link>
		<comments>http://www.ucertify.com/article/relational-algebra.html#comments</comments>
		<pubDate>Sat, 15 Aug 2009 00:00:00 +0000</pubDate>
		<dc:creator>uCertify</dc:creator>
				<category><![CDATA[CIW Professional]]></category>
		<category><![CDATA[Master CIW Enterprise Developer]]></category>
		<category><![CDATA[OCA DBA 10g]]></category>
		<category><![CDATA[OCA DBA 11g]]></category>
		<category><![CDATA[OCA DBA 9i]]></category>
		<category><![CDATA[OCA PL/SQL Developer]]></category>
		<category><![CDATA[OCP DBA 10g]]></category>
		<category><![CDATA[OCP DBA 11g]]></category>
		<category><![CDATA[OCP DBA 9i]]></category>
		<category><![CDATA[OCP PL/SQL Developer]]></category>
		<category><![CDATA[Oracle Certified Master 10g]]></category>
		<category><![CDATA[Oracle PL/SQL Developer]]></category>
		<category><![CDATA[Performance Tuning Expert 11g]]></category>
		<category><![CDATA[RAC Certified Expert 10g]]></category>
		<category><![CDATA[SQL Certified Expert 10g]]></category>
		<category><![CDATA[SQL Certified Expert 11g]]></category>
		<category><![CDATA[1D0-441]]></category>
		<category><![CDATA[1Z0-047]]></category>
		<category><![CDATA[1Z0-051]]></category>

		<guid isPermaLink="false">3501099</guid>
		<description><![CDATA[Algebra is a formal structure, which consists of sets, and operations performed on these sets. Relational algebra is a formal structure for manipulating relations. There are various relational operators for manipulating relations. These operators take two]]></description>
			<content:encoded><![CDATA[<!-- This is a HTML comment, it will not display in any page. Feel free to remove this comment if it cause any inconvenient to you.
	Thanks for using digg digg, please visit http://www.mkyong.com/blog/digg-digg-wordpress-plugin for any comments and ideas, 
	
    Author : Yong Mook Kim
    Website : http://www.mkyong.com
	--><div><table> <td><iframe src='http://digg.com/api/diggthis.php?w=new&amp;u=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Frelational-algebra.html&amp;t=Relational+Algebra&amp;s=compact' height='18' width='120' frameborder='0' scrolling='no'></iframe></td> <td><iframe src='http://www.reddit.com/button_content?newwindow=1&amp;url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Frelational-algebra.html&amp;title=Relational+Algebra&amp;t=1 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><iframe src='http://widgets.dzone.com/links/widgets/zoneit.html?url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Frelational-algebra.html&amp;title=Relational+Algebra&amp;t=2 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><script type="text/javascript"><!--yahooBuzzArticleHeadline=Relational+Algebra;//--></script><script type="text/javascript" src="http://d.yimg.com/ds/badge2.js" badgetype=small-votes></script></td> <td><iframe src='http://api.tweetmeme.com/button.js?url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Frelational-algebra.html&amp;source=ucertify&amp;style=compact ' height='20' width='90' frameborder='0' scrolling='no'></iframe></td></table></div><p>Algebra is a formal structure, which consists of sets, and operations performed on these sets. Relational algebra is a formal structure for manipulating relations. There are various relational operators for manipulating relations. These operators take two tables,  perform the operation, and return back the desired output.</p>
<p>There are basically eight operators in relational algebra to perform operations on tables. Each of them is discussed in detail.</p>
<ol>
<li>Union</li>
<li>Intersection</li>
<li>Difference</li>
<li>Cartesian Product</li>
<li>Project</li>
<li>Restrict</li>
<li>Divide</li>
<li>Join</li>
</ol>
<p>
The first four operators, i.e. Union, Intersection, Difference, and Cartesian Product are taken from set theory with some changes to make them work with tables. The last four, i.e. Project, Restrict, Divide, and Join are designed specifically for tables. The most important operators for logical design are project and join. </p>
<p><uc:hed>Union</uc:hed> </p>
<p>The union operator takes two tables and returns a table including all the rows appearing in either or both of the tables.</p>
<p>Union is always denoted by the &#8216;U&#8217; symbol. Suppose there is a table named P and a table named Q, then the union of the two will be PUQ.</p>
<p>An example, which describes the union operation, is given below.</p>
<table width="200" border="0">
<td align="center">P<br />
<table border="1">
<tr>
<td><uc:hed>Name</uc:hed></td>
</tr>
<tr>
<td>Roger</td>
</tr>
<tr>
<td>John</td>
</tr>
<tr>
<td>Jones</td>
</tr>
</table>
</td>
<td align="center">Q<br />
<table border="1">
<tr>
<td><uc:hed>EmpId</uc:hed></td>
</tr>
<tr>
<td>A11</td>
</tr>
<tr>
<td>A12</td>
</tr>
<tr>
<td>A13</td>
</tr>
</table>
</td>
</table>
<p>Result of P Union Q</p>
<table border="1">
<tr>
<td ><uc:hed>Name</uc:hed></td>
<td><uc:hed>EmpId</uc:hed></td>
</tr>
<tr>
<td>Roger</td>
<td>A11</td>
</tr>
<tr>
<td>John</td>
<td>A12</td>
</tr>
<tr>
<td>Jones</td>
<td>A13</td>
</tr>
</table>
<p><uc:hed>Intersection</uc:hed></p>
<p>The intersection operator takes two tables and returns a table, which consists of all the common rows appearing in both the tables. If no row is common between the two tables, then the result is NULL. </p>
<p>Below is an example, which describes the intersection operation.</p>
<table width="300">
<td align="center"> P<br />
<table border ="1">
<tr>
<td><uc:hed>Name</uc:hed></td>
<td><uc:hed>EmpId</uc:hed></td>
</tr>
<tr>
<td>Roger</td>
<td>A11</td>
</tr>
<tr>
<td>Binnie</td>
<td>A12</td>
</tr>
<tr>
<td>Annie</td>
<td>A13</td>
</tr>
</table>
</td>
<td align="center">
Q<br />
<table border="1">
<tr>
<td><uc:hed>Name</uc:hed></td>
<td><uc:hed>EmpId</uc:hed></td>
</tr>
<tr>
<td>Roger</td>
<td>A11</td>
</tr>
</table>
</td>
</table>
<p>Result of P Intersection Q</p>
<table border="1">
<tr>
<td><uc:hed>Name</uc:hed></td>
<td><uc:hed>EmpId</uc:hed></td>
</tr>
<tr>
<td>Roger</td>
<td>A11</td>
</tr>
</table>
<p>Here, only one row is common between P and Q. </p>
<p><uc:hed>Difference</uc:hed></p>
<p>The difference operator takes two tables and returns a table, which consists of all rows appearing in one of the tables but not in the other. The symbol for difference is &#8216;-&#8217;. If there are two tables named A and B, then the difference between them is &#8220;A-B&#8221;. It consists of all the rows in A but not in B.</p>
<p>Below is an example, which describes the difference operation.</p>
<table width="250" border="0">
<td align="center"> A<br />
<table border="1">
<tr>
<td> <uc:hed>Name</uc:hed></td>
</tr>
<tr>
<td>Roger</td>
</tr>
<tr>
<td>Annie</td>
</tr>
<tr>
<td>Binnie</td>
</tr>
<tr>
<td>Richie</td>
</tr>
</table>
</td>
<td align="center">B<br />
<table border="1">
<tr>
<td><uc:hed>Name</uc:hed></td>
</tr>
<tr>
<td>Anil</td>
</tr>
<tr>
<td>Emma</td>
</tr>
<tr>
<td>Rocky</td>
</tr>
</table>
</td>
</table>
<p>Result of A Difference B </p>
<table border="1">
<tr>
<td><uc:hed>Name</uc:hed></td>
</tr>
<tr>
<td>Roger</td>
</tr>
<tr>
<td>Annie</td>
</tr>
<tr>
<td>Binnie</td>
</tr>
<tr>
<td>Richie</td>
</tr>
</table>
<p><uc:hed>Cartesian Product</uc:hed></p>
<p>The Cartesian product operator takes two tables and returns a table that consists of rows that are possible combination of two rows, i.e. one from each table. The symbol of the Cartesian operator is &#8216;X&#8217;.</p>
<p>Below is an example, which describes the Cartesian product.</p>
<table width="250">
<td align="center"> A<br />
<table border="1">
<tr>
<td><uc:hed>Name</uc:hed></td>
</tr>
<tr>
<td>Roger</td>
</tr>
<tr>
<td>Binnie</td>
</tr>
</table>
</td>
<td align="center"> B<br />
<table border="1">
<tr>
<td><uc:hed>Working days</uc:hed></td>
</tr>
<tr>
<td>Monday</td>
</tr>
<tr>
<td>Tuesday</td>
</tr>
<tr>
<td>Wednesday</td>
</tr>
</table>
</td>
</table>
<p>Resultant Table </p>
<table border="1">
<tr>
<td><uc:hed>Name</uc:hed></td>
<td><uc:hed>Working days</uc:hed></td>
</tr>
<tr>
<td>Roger</td>
<td>Monday</td>
</tr>
<tr>
<td>Binnie</td>
<td>Monday</td>
</tr>
<tr>
<td>Roger</td>
<td>Tuesday</td>
</tr>
<tr>
<td>Binnie</td>
<td>Tuesday</td>
</tr>
<tr>
<td>Roger</td>
<td>Wednesday</td>
</tr>
<tr>
<td>Binnie</td>
<td>Wednesday</td>
</tr>
</table>
<p>Here, the resultant table obtained is the possible combination of rows from both the tables.</p>
<p><uc:hed>Project</uc:hed></p>
<p>The project operator takes a  table and returns a table that is a subset of the original table. The result obtained is known as projection. A projection is also known as decomposition of the table.</p>
<p>To understand projection, let&#8217;s take an example. A table named Employee is given below. The projection of the table on two attributes, Empname and salary, is also shown below. The projection is the subset of the original table.</p>
<p>Employee </p>
<table border="1">
<tr>
<td><uc:hed>Name</uc:hed></td>
<td><uc:hed>Salary</uc:hed></td>
<td><uc:hed>DeptId</uc:hed></td>
</tr>
<tr>
<td>Smith</td>
<td>800</td>
<td>30</td>
</tr>
<tr>
<td>Harry</td>
<td>1250</td>
<td>30</td>
</tr>
<tr>
<td>Warden</td>
<td>1260</td>
<td>30</td>
</tr>
<tr>
<td>Blake</td>
<td>1245</td>
<td>30</td>
</tr>
</table>
<p>Result of Projection on the Employee table</p>
<table border="1">
<tr>
<td><uc:hed>Name</uc:hed></td>
<td><uc:hed>Salary</uc:hed></td>
</tr>
<tr>
<td>Smith</td>
<td>800</td>
</tr>
<tr>
<td>Harry</td>
<td>1250</td>
</tr>
<tr>
<td>Warden</td>
<td>1260</td>
</tr>
<tr>
<td>Blake</td>
<td>1245</td>
</tr>
</table>
<p><uc:hed>Restrict</uc:hed></p>
<p>The restrict operator takes a table and returns a table that consists of a subset of rows. The selected rows must satisfy a specific criteria or restriction condition. It is implemented using the WHERE clause of the SELECT statement.</p>
<p>The result so obtained is known as selection.</p>
<p>An example, which describes the restrict operation, is given below.</p>
<p>The table named student is given below:</p>
<table border="1">
<tr>
<td><uc:hed>Name</uc:hed></td>
<td><uc:hed>Age</uc:hed></td>
</tr>
<tr>
<td>Lucky</td>
<td>12</td>
</tr>
<tr>
<td>Linda</td>
<td>13</td>
</tr>
<tr>
<td>Melinda</td>
<td>13</td>
</tr>
<tr>
<td>Binnie</td>
<td>13</td>
</tr>
<tr>
<td>James</td>
<td>12</td>
</tr>
</table>
<p>Now, when the following query is issued on this table,  the result will be as follows:</p>
<p><uc:stx>SELECT Name<br />
FROM Student <br />
WHERE age>12 </uc:stx> </p>
<table border="1">
<tr>
<td>Linda</td>
</tr>
<tr>
<td>Melinda</td>
</tr>
<tr>
<td>Binnie</td>
</tr>
</table>
<p><uc:hed>Divide</uc:hed></p>
<p>The divide operator takes two tables, one table having two columns and the other having one column. It searches in the two-column table for those sets of rows, for which the values in one of the two columns match all the values in the one-column table and for which all the corresponding row values in the second column are the same. The result obtained is a single-column table that consists of all the matching values found in the second column.</p>
<p>An example, which describes the division operation, is given below.</p>
<p>A table named student is given with two columns: Name and Grade; and a table named Grade is given with one column Grade.</p>
<table width="250">
<td align="center">Name<br />
<table border="1">
<tr>
<td><uc:hed>Name</uc:hed></td>
<td><uc:hed>Grade</uc:hed></td>
</tr>
<tr>
<td>Roger</td>
<td>A</td>
</tr>
<tr>
<td>Roger</td>
<td>B</td>
</tr>
<tr>
<td>Melinda</td>
<td>A</td>
</tr>
<tr>
<td>Melinda</td>
<td>C</td>
</tr>
<tr>
<td>Peter</td>
<td>A</td>
</tr>
<tr>
<td>Peter</td>
<td>B</td>
</tr>
<tr>
<td>Doreen</td>
<td>B</td>
</tr>
<tr>
<td>Doreen</td>
<td>C</td>
</tr>
</table>
</td>
<td align="center">Grade<br />
<table border="1">
<tr>
<td><uc:hed>Grade</uc:hed></td>
</tr>
<tr>
<td>A</td>
</tr>
<tr>
<td>B</td>
</tr>
</table ></td>
</table>
<p>Resultant table</p>
<table border="1">
<tr>
<td>Roger</td>
</tr>
<tr>
<td>Peter</td>
</tr>
</table>
<p>The result contains the value from the Name table. The two names obtained have both the values that are in the Grade table. Only Roger and Peter contain matching values, i.e. A and B from the Grade table.</p>
<p><uc:hed>Join</uc:hed></p>
<p>A join or an equijoin combines the rows of two tables that have equivalent values for the specified columns. The two tables are joined using an equality operator &#8220;=&#8221;. It is also known as simple join and inner join. A join is basically a combination of Cartesian product and restrict operation. The join operation takes all the possible combination of rows from the two tables as it is done in Cartesian product, and then it selects those records for which the values in a common attribute meet some specified criteria. For example, consider the two tables given below named Employee and Salary. Here, the common attribute between the two tables is EmpId. When we perform a join on these two tables, then all the records, which have the same values on EmpId in both the tables will be retrieved. Hence, it is a combination of both Cartesian product and join operations.</p>
<table width="450">
<td align="center">Employee<br />
<table border="1">
<tr>
<td><uc:hed>Name</uc:hed> </td>
<td><uc:hed>EmpId</uc:hed> </td>
</tr>
<tr>
<td>Richard</td>
<td>A11</td>
</tr>
<tr>
<td>Doreen</td>
<td>A12</td>
</tr>
<tr>
<td>Peter</td>
<td>A13</td>
</tr>
<tr>
<td>Nancy</td>
<td>A14</td>
</tr>
</table>
</td>
<td align="center"> Salary<br />
<table border="1">
<tr>
<td><uc:hed>EmpId</uc:hed></td>
<td><uc:hed>Salary</uc:hed></td>
</tr>
<tr>
<td>A11</td>
<td>2300</td>
</tr>
<tr>
<td>A13</td>
<td>3000</td>
</tr>
</table>
</td>
</table>
<p>When we perform a join operation on these two tables, we get a result as given below:</p>
<p><uc:stx>SELECT *<br />
FROM Employee, Salary<br />
WHERE Employee.EmpId= Salary.EmpId</uc:stx></p>
<p>Result<br />
<table border="1">
<tr>
<td><uc:hed>EmpId</uc:hed></td>
<td><uc:hed>Name</uc:hed></td>
<td><uc:hed>Salary</uc:hed></td>
</tr>
<tr>
<td>A11</td>
<td>Richard</td>
<td>2300</td>
</tr>
<tr>
<td>A13</td>
<td>Peter</td>
<td>3000</td>
</tr>
</table>
<p>The join and project operators are very important to normal forms. These operators specify whether a particular decomposition of table improves the logical design of the database or not. </p>
<p><uc:hed>Note:</uc:hed> Why is a relational database said to be &#8220;closed&#8221; when relational operators are applied to any of its tables?</p>
<p> When a relational operator is applied to a table in a relational database, the result is another table. That means applying relational operators to the results of relational operations will yield another table. Therefore, a relational database is said to be closed when relational operators are applied to any of its tables.</p>
<ul style='border:1px solid #ccc;background-color:#eff3ef;padding:10px;'><li style='margin-left:10px;'> Best exam simulation <a href="http://www.ucertify.com/certifications/CIW/ciw-professional.html" >CIW ciw-professional</a> download free trial.<li style='margin-left:10px;'> Download practice question and study guide for  <a href="http://www.ucertify.com/certifications/CIW/master-ciw-enterprise-developer.html" >master-ciw-enterprise-developer</a> for exam.<li style='margin-left:10px;'> Best exam simulation <a href="http://www.ucertify.com/certifications/Oracle/oca-dba10g.html" >Oracle oca-dba10g</a> download free trial.<li style='margin-left:10px;'> Get certified in first attempt download <a href="http://www.ucertify.com/certifications/Oracle/oca-dba-11g.html" >oca-dba-11g - OCA DBA 11g</a> simulation.<li style='margin-left:10px;'> Pass <a href="http://www.ucertify.com/certifications/Oracle/oca-dba9i.html" >OCA DBA 9i</a> in first attampt.<li style='margin-left:10px;'> Get certified in first attempt download <a href="http://www.ucertify.com/certifications/Oracle/oca-pl-sql.html" >oca-pl-sql - OCA PL/SQL Developer</a> simulation.<li style='margin-left:10px;'> Download free practice test for <a href="http://www.ucertify.com/certifications/Oracle/ocp-dba10g.html" >Oracle OCP DBA 10g</a> exam.<li style='margin-left:10px;'> Download free practice test for <a href="http://www.ucertify.com/certifications/Oracle/ocp-dba-11g.html" >ocp-dba-11g  OCP DBA 11g</a> exam.<li style='margin-left:10px;'> Click here to get free <a href="http://www.ucertify.com/certifications/Oracle/ocp-dba9i.html" >ocp-dba9i OCP DBA 9i</a> exam practice questions.<li style='margin-left:10px;'> Pass <a href="http://www.ucertify.com/certifications/Oracle/ocp-pl-sql.html" >OCP PL/SQL Developer</a> in first attampt.<li style='margin-left:10px;'> Click here to get free <a href="http://www.ucertify.com/certifications/Oracle/ocm-10g.html" >ocm-10g Oracle Certified Master 10g</a> exam practice questions.<li style='margin-left:10px;'> Pass <a href="http://www.ucertify.com/certifications/Oracle/oracle-pl-sql.html" >Oracle PL/SQL Developer</a> in first attampt.<li style='margin-left:10px;'> Download practice question and study guide for  <a href="http://www.ucertify.com/certifications/Oracle/performance-tuning-certified-expert-11g.html" >performance-tuning-certified-expert-11g</a> for exam.<li style='margin-left:10px;'> Download practice question and study guide for  <a href="http://www.ucertify.com/certifications/Oracle/rac-administrator-certified-experts-10g.html" >rac-administrator-certified-experts-10g</a> for exam.<li style='margin-left:10px;'> Download free practice test for <a href="http://www.ucertify.com/certifications/Oracle/sql-certified-expert-10g.html" >Oracle SQL Certified Expert 10g</a> exam.<li style='margin-left:10px;'> Get certified in first attempt download <a href="http://www.ucertify.com/certifications/Oracle/sql-certified-expert-11g.html" >sql-certified-expert-11g - SQL Certified Expert 11g</a> simulation.<li style='margin-left:10px;'> Best exam simulation <a href="http://www.ucertify.com/exams/CIW/1D0-441.html" >CIW 1D0-441</a> download free trial.<li style='margin-left:10px;'> Download free practice test for <a href="http://www.ucertify.com/exams/Oracle/1Z0-047.html" >1Z0-047  Oracle Database SQL Expert</a> exam.<li style='margin-left:10px;'> Best exam simulation <a href="http://www.ucertify.com/exams/Oracle/1Z0-051.html" >Oracle 1Z0-051</a> download free trial.</ul><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Frelational-algebra.html&amp;linkname=Relational%20Algebra"><img src="http://www.ucertify.com/article/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.ucertify.com/article/relational-algebra.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OCP 1z0-047 Short Notes: Exam passing tips</title>
		<link>http://www.ucertify.com/article/ocp-1z0-047-short-notes-exam-passing-tips.html</link>
		<comments>http://www.ucertify.com/article/ocp-1z0-047-short-notes-exam-passing-tips.html#comments</comments>
		<pubDate>Fri, 07 Aug 2009 00:00:00 +0000</pubDate>
		<dc:creator>uCertify</dc:creator>
				<category><![CDATA[OCA DBA 10g]]></category>
		<category><![CDATA[OCA DBA 11g]]></category>
		<category><![CDATA[OCA DBA 9i]]></category>
		<category><![CDATA[OCA PL/SQL Developer]]></category>
		<category><![CDATA[OCP DBA 10g]]></category>
		<category><![CDATA[OCP DBA 11g]]></category>
		<category><![CDATA[OCP DBA 9i]]></category>
		<category><![CDATA[OCP PL/SQL Developer]]></category>
		<category><![CDATA[Oracle Certified Master 10g]]></category>
		<category><![CDATA[Oracle PL/SQL Developer]]></category>
		<category><![CDATA[Performance Tuning Expert 11g]]></category>
		<category><![CDATA[RAC Certified Expert 10g]]></category>
		<category><![CDATA[SQL Certified Expert 10g]]></category>
		<category><![CDATA[SQL Certified Expert 11g]]></category>
		<category><![CDATA[1Z0-047]]></category>
		<category><![CDATA[1Z0-051]]></category>

		<guid isPermaLink="false">3701677</guid>
		<description><![CDATA[Retrieving data using the SQL SELECT statement and using single row functions to customize the output/*...*/ and -- are used to put comments in an Oracle program.
The CREATE TABLE does not end immediately with a semicolon, and a column name cannot start w]]></description>
			<content:encoded><![CDATA[<!-- This is a HTML comment, it will not display in any page. Feel free to remove this comment if it cause any inconvenient to you.
	Thanks for using digg digg, please visit http://www.mkyong.com/blog/digg-digg-wordpress-plugin for any comments and ideas, 
	
    Author : Yong Mook Kim
    Website : http://www.mkyong.com
	--><div><table> <td><iframe src='http://digg.com/api/diggthis.php?w=new&amp;u=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Focp-1z0-047-short-notes-exam-passing-tips.html&amp;t=OCP+1z0-047+Short+Notes%3A+Exam+passing+tips&amp;s=compact' height='18' width='120' frameborder='0' scrolling='no'></iframe></td> <td><iframe src='http://www.reddit.com/button_content?newwindow=1&amp;url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Focp-1z0-047-short-notes-exam-passing-tips.html&amp;title=OCP+1z0-047+Short+Notes%3A+Exam+passing+tips&amp;t=1 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><iframe src='http://widgets.dzone.com/links/widgets/zoneit.html?url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Focp-1z0-047-short-notes-exam-passing-tips.html&amp;title=OCP+1z0-047+Short+Notes%3A+Exam+passing+tips&amp;t=2 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><script type="text/javascript"><!--yahooBuzzArticleHeadline=OCP+1z0-047+Short+Notes%3A+Exam+passing+tips;//--></script><script type="text/javascript" src="http://d.yimg.com/ds/badge2.js" badgetype=small-votes></script></td> <td><iframe src='http://api.tweetmeme.com/button.js?url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Focp-1z0-047-short-notes-exam-passing-tips.html&amp;source=ucertify&amp;style=compact ' height='20' width='90' frameborder='0' scrolling='no'></iframe></td></table></div><p><uc:hed>Retrieving data using the SQL SELECT statement and using single row functions to customize the output</uc:hed>
<ul>
<li>/*&#8230;*/ and &#8212; are used to put comments in an Oracle program.</li>
<p></p>
<li>The CREATE TABLE does not end immediately with a semicolon, and a column name cannot start with a numeric value. However, a numeric value can be used in between a column name.</li>
<p></p>
<li>Name of a table cannot start with @ special character.</li>
<p></p>
<li>Knowing about the GROUP BY clause.</li>
</ul>
<p><uc:hed>Using sub queries and set operators to solve queries, as well as DDL statements to create and manage tables</uc:hed></p>
<ul>
<li>+ (unary), &#8211; (unary), *, /, ||, =, !=, &lt;, &gt;, &lt;=, &gt;=, IS NULL, LIKE, BETWEEN, IN, NOT, AND, OR is the correct order of operators precedence.</li>
<p></p>
<li>The ROLLBACK command is used to end the current transaction, and discard any changes made since the beginning of the transaction.</li>
</ul>
<p><uc:hed>Managing objects with data dictionary views, schema objects and data in different time zones</uc:hed>
<ul>
<li>The length of a column can be increased even if it contains data. However, the data type of the column cannot be modified if it contains any data.</li>
<p></p>
<li>The parameters used to maximize the space in Flash Recovery Area.</li>
<p></p>
<li>User error failure refers to a database failure that results due to certain transactions on a database by a user.</li>
<p></p>
<li>Flashback Query is used to view and repair historical data, and to view the contents of a table at any specific point in time.</li>
<p></p>
<li>UNDO_RETENTION is a parameter in the init.ora initialization parameters file that specifies the time period in seconds for which a system retains undo data for committed transactions.</li>
<p></p>
<li>Once the Flashback Versions Query is run to diagnose the erroneous transaction, the Flashback Transaction Query helps in the repair process of the transaction. </li>
<p></p>
<li>The correct order of steps that will enable the flashback database are as follows:
<ol>
<li>Put the database in Archive log mode.</li>
<li>Set up a flash recovery area.</li>
<li>Set the period for the flashback retention target.</li>
<li>Shut down and mount the database.</li>
<li>Enable flashback logging.</li>
<li>Open the database.</li>
</ol>
</li>
<li>The overall utilization of the flash recovery area is displayed in megabytes.</li>
<p></p>
<li>SQL statement can be used to flashback a database.</li>
<p></p>
<li>Take the following steps to enable the Flashback Database:
<ol>
<li>Ensure that the database is in Archive Log mode.</li>
<p></p>
<li>Setup a flash recovery area.</li>
<p></p>
<li>Set the duration for the flashback retention target.</li>
<p></p>
<li>Shutdown the database.</li>
<p></p>
<li>Mount the database.</li>
<p></p>
<li>Enable flashback logging.</li>
<p></p>
<li>Open the database.</li>
</ol>
</li>
<li>The dropped table can be recovered by using Flashback Drop.</li>
<p></p>
<li>The flashback database is enabled only in Archive log mode, as it recovers the database to an earlier specific point of time.</li>
<p></p>
<li>Flashback Database is used to reverse the changes made to a table.</li>
<p></p>
<li>The Perform Recovery: Review screen is used to display the RMAN script that performs the Flashback Database recovery.</li>
<p></p>
<li>The portlist.ini file is used to get all the port numbers of the HTTP listeners.</li>
<p></p>
<li>RVWR is a background process, which is a part of the Flashback Database Architecture.</li>
<p></p>
<li>LGWR is a background process that is a part of Flashback Database Architecture.</li>
<p></p>
<li>SELECT oldest_flashback_scn FROM V; is used to retrieve an approximate system change number (SCN) to which a database can be flashed back.</li>
</ul>
<ul style='border:1px solid #ccc;background-color:#eff3ef;padding:10px;'><li style='margin-left:10px;'> Get certified in first attempt download <a href="http://www.ucertify.com/certifications/Oracle/oca-dba10g.html" >oca-dba10g - OCA DBA 10g</a> simulation.<li style='margin-left:10px;'> <a href="http://www.ucertify.com/certifications/Oracle/oca-dba-11g.html" > Pass Oracle oca-dba-11g - OCA DBA 11g</a><li style='margin-left:10px;'> Download free practice test for <a href="http://www.ucertify.com/certifications/Oracle/oca-dba9i.html" >oca-dba9i  OCA DBA 9i</a> exam.<li style='margin-left:10px;'> Pass <a href="http://www.ucertify.com/certifications/Oracle/oca-pl-sql.html" >OCA PL/SQL Developer</a> in first attampt.<li style='margin-left:10px;'> Download free practice test for <a href="http://www.ucertify.com/certifications/Oracle/ocp-dba10g.html" >ocp-dba10g  OCP DBA 10g</a> exam.<li style='margin-left:10px;'> Best exam simulation <a href="http://www.ucertify.com/certifications/Oracle/ocp-dba-11g.html" >Oracle ocp-dba-11g</a> download free trial.<li style='margin-left:10px;'> Best exam simulation <a href="http://www.ucertify.com/certifications/Oracle/ocp-dba9i.html" >Oracle ocp-dba9i</a> download free trial.<li style='margin-left:10px;'> Download practice question and study guide for  <a href="http://www.ucertify.com/certifications/Oracle/ocp-pl-sql.html" >ocp-pl-sql</a> for exam.<li style='margin-left:10px;'> Pass <a href="http://www.ucertify.com/certifications/Oracle/ocm-10g.html" >Oracle Certified Master 10g</a> in first attampt.<li style='margin-left:10px;'> <a href="http://www.ucertify.com/certifications/Oracle/oracle-pl-sql.html" > Pass Oracle oracle-pl-sql - Oracle PL/SQL Developer</a><li style='margin-left:10px;'> Download free practice test for <a href="http://www.ucertify.com/certifications/Oracle/performance-tuning-certified-expert-11g.html" >performance-tuning-certified-expert-11g  Performance Tuning Expert 11g</a> exam.<li style='margin-left:10px;'> Pass <a href="http://www.ucertify.com/certifications/Oracle/rac-administrator-certified-experts-10g.html" >RAC Certified Expert 10g</a> in first attampt.<li style='margin-left:10px;'> Best exam simulation <a href="http://www.ucertify.com/certifications/Oracle/sql-certified-expert-10g.html" >Oracle sql-certified-expert-10g</a> download free trial.<li style='margin-left:10px;'> Become <a href="http://www.ucertify.com/certifications/Oracle/sql-certified-expert-11g.html" >Oracle SQL Certified Expert 11g</a> certified.<li style='margin-left:10px;'> Click here to download <a href="http://www.ucertify.com/exams/Oracle/1Z0-047.html" >1Z0-047</a> test study guide and practice question.<li style='margin-left:10px;'> Download practice question and study guide for  <a href="http://www.ucertify.com/exams/Oracle/1Z0-051.html" >1Z0-051</a> for exam.</ul><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Focp-1z0-047-short-notes-exam-passing-tips.html&amp;linkname=OCP%201z0-047%20Short%20Notes%3A%20Exam%20passing%20tips"><img src="http://www.ucertify.com/article/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.ucertify.com/article/ocp-1z0-047-short-notes-exam-passing-tips.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is the REMOTE_OS_AUTHENT parameter?</title>
		<link>http://www.ucertify.com/article/what-is-the-remote_os_authent-parameter.html</link>
		<comments>http://www.ucertify.com/article/what-is-the-remote_os_authent-parameter.html#comments</comments>
		<pubDate>Tue, 04 Aug 2009 00:00:00 +0000</pubDate>
		<dc:creator>uCertify</dc:creator>
				<category><![CDATA[OCA DBA 10g]]></category>
		<category><![CDATA[OCA DBA 11g]]></category>
		<category><![CDATA[OCA DBA 9i]]></category>
		<category><![CDATA[OCA PL/SQL Developer]]></category>
		<category><![CDATA[OCP DBA 10g]]></category>
		<category><![CDATA[OCP DBA 11g]]></category>
		<category><![CDATA[OCP DBA 9i]]></category>
		<category><![CDATA[OCP PL/SQL Developer]]></category>
		<category><![CDATA[Oracle Certified Master 10g]]></category>
		<category><![CDATA[Oracle PL/SQL Developer]]></category>
		<category><![CDATA[Performance Tuning Expert 11g]]></category>
		<category><![CDATA[RAC Certified Expert 10g]]></category>
		<category><![CDATA[SQL Certified Expert 10g]]></category>
		<category><![CDATA[SQL Certified Expert 11g]]></category>
		<category><![CDATA[1Z0-042]]></category>
		<category><![CDATA[1Z0-047]]></category>

		<guid isPermaLink="false">3701252</guid>
		<description><![CDATA[The REMOTE_OS_AUTHENT parameter in the parameter file of the database specifies whether remote clients will be authenticated  with the value of the OS_AUTHENT_PREFIX parameter or not. The type of the REMOTE_OS_AUTHENT parameter is Boolean, the default val]]></description>
			<content:encoded><![CDATA[<!-- This is a HTML comment, it will not display in any page. Feel free to remove this comment if it cause any inconvenient to you.
	Thanks for using digg digg, please visit http://www.mkyong.com/blog/digg-digg-wordpress-plugin for any comments and ideas, 
	
    Author : Yong Mook Kim
    Website : http://www.mkyong.com
	--><div><table> <td><iframe src='http://digg.com/api/diggthis.php?w=new&amp;u=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-the-remote_os_authent-parameter.html&amp;t=What+is+the+REMOTE_OS_AUTHENT+parameter%3F&amp;s=compact' height='18' width='120' frameborder='0' scrolling='no'></iframe></td> <td><iframe src='http://www.reddit.com/button_content?newwindow=1&amp;url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-the-remote_os_authent-parameter.html&amp;title=What+is+the+REMOTE_OS_AUTHENT+parameter%3F&amp;t=1 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><iframe src='http://widgets.dzone.com/links/widgets/zoneit.html?url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-the-remote_os_authent-parameter.html&amp;title=What+is+the+REMOTE_OS_AUTHENT+parameter%3F&amp;t=2 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><script type="text/javascript"><!--yahooBuzzArticleHeadline=What+is+the+REMOTE_OS_AUTHENT+parameter%3F;//--></script><script type="text/javascript" src="http://d.yimg.com/ds/badge2.js" badgetype=small-votes></script></td> <td><iframe src='http://api.tweetmeme.com/button.js?url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-the-remote_os_authent-parameter.html&amp;source=ucertify&amp;style=compact ' height='20' width='90' frameborder='0' scrolling='no'></iframe></td></table></div><p>The REMOTE_OS_AUTHENT parameter in the parameter file of the database specifies whether remote clients will be authenticated  with the value of the OS_AUTHENT_PREFIX parameter or not. The type of the REMOTE_OS_AUTHENT parameter is Boolean, the default value is false, and the parameter class is static. The REMOTE_OS_AUTHENT parameter is case sensitive on some operating systems. The flow diagram below may help a user understand the role of the REMOTE_OS_AUTHENT parameter for a remote database:</p>
<p><img src='i3701252.gif' /> </p>
<ul style='border:1px solid #ccc;background-color:#eff3ef;padding:10px;'><li style='margin-left:10px;'> <a href="http://www.ucertify.com/certifications/Oracle/oca-dba10g.html" > Pass Oracle oca-dba10g - OCA DBA 10g</a><li style='margin-left:10px;'> <a href="http://www.ucertify.com/certifications/Oracle/oca-dba-11g.html" > Pass Oracle oca-dba-11g - OCA DBA 11g</a><li style='margin-left:10px;'> Click here to get free <a href="http://www.ucertify.com/certifications/Oracle/oca-dba9i.html" >oca-dba9i OCA DBA 9i</a> exam practice questions.<li style='margin-left:10px;'> <a href="http://www.ucertify.com/certifications/Oracle/oca-pl-sql.html" > Pass Oracle oca-pl-sql - OCA PL/SQL Developer</a><li style='margin-left:10px;'> Click here to download <a href="http://www.ucertify.com/certifications/Oracle/ocp-dba10g.html" >ocp-dba10g</a> test study guide and practice question.<li style='margin-left:10px;'> Get certified in first attempt download <a href="http://www.ucertify.com/certifications/Oracle/ocp-dba-11g.html" >ocp-dba-11g - OCP DBA 11g</a> simulation.<li style='margin-left:10px;'> Click here to get free <a href="http://www.ucertify.com/certifications/Oracle/ocp-dba9i.html" >ocp-dba9i OCP DBA 9i</a> exam practice questions.<li style='margin-left:10px;'> Best exam simulation <a href="http://www.ucertify.com/certifications/Oracle/ocp-pl-sql.html" >Oracle ocp-pl-sql</a> download free trial.<li style='margin-left:10px;'> Click here to download <a href="http://www.ucertify.com/certifications/Oracle/ocm-10g.html" >ocm-10g</a> test study guide and practice question.<li style='margin-left:10px;'> Pass <a href="http://www.ucertify.com/certifications/Oracle/oracle-pl-sql.html" >Oracle PL/SQL Developer</a> in first attampt.<li style='margin-left:10px;'> Pass <a href="http://www.ucertify.com/certifications/Oracle/performance-tuning-certified-expert-11g.html" >Performance Tuning Expert 11g</a> in first attampt.<li style='margin-left:10px;'> Download free practice test for <a href="http://www.ucertify.com/certifications/Oracle/rac-administrator-certified-experts-10g.html" >Oracle RAC Certified Expert 10g</a> exam.<li style='margin-left:10px;'> Click here to get free <a href="http://www.ucertify.com/certifications/Oracle/sql-certified-expert-10g.html" >sql-certified-expert-10g SQL Certified Expert 10g</a> exam practice questions.<li style='margin-left:10px;'> Pass <a href="http://www.ucertify.com/certifications/Oracle/sql-certified-expert-11g.html" >SQL Certified Expert 11g</a> in first attampt.<li style='margin-left:10px;'> Pass <a href="http://www.ucertify.com/exams/Oracle/1Z0-042.html" >Oracle Database 10g: Admin - I</a> in first attampt.<li style='margin-left:10px;'> <a href="http://www.ucertify.com/exams/Oracle/1Z0-047.html" > Pass Oracle 1Z0-047 - Oracle Database SQL Expert</a></ul><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-the-remote_os_authent-parameter.html&amp;linkname=What%20is%20the%20REMOTE_OS_AUTHENT%20parameter%3F"><img src="http://www.ucertify.com/article/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.ucertify.com/article/what-is-the-remote_os_authent-parameter.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What are conventional path loads?</title>
		<link>http://www.ucertify.com/article/what-are-conventional-path-loads.html</link>
		<comments>http://www.ucertify.com/article/what-are-conventional-path-loads.html#comments</comments>
		<pubDate>Mon, 27 Jul 2009 00:00:00 +0000</pubDate>
		<dc:creator>uCertify</dc:creator>
				<category><![CDATA[OCA DBA 11g]]></category>
		<category><![CDATA[OCP DBA 11g]]></category>
		<category><![CDATA[OCP DBA 9i]]></category>
		<category><![CDATA[Performance Tuning Expert 11g]]></category>
		<category><![CDATA[RAC Certified Expert 10g]]></category>
		<category><![CDATA[1Z0-033]]></category>
		<category><![CDATA[1Z0-052]]></category>

		<guid isPermaLink="false">2201079</guid>
		<description><![CDATA[A conventional path load is a method of loading data into tables. This method uses the SQL INSERT statement and a bind array buffer for loading the data. It is the default method employed by every Oracle tool and application. In conventional path loads, t]]></description>
			<content:encoded><![CDATA[<!-- This is a HTML comment, it will not display in any page. Feel free to remove this comment if it cause any inconvenient to you.
	Thanks for using digg digg, please visit http://www.mkyong.com/blog/digg-digg-wordpress-plugin for any comments and ideas, 
	
    Author : Yong Mook Kim
    Website : http://www.mkyong.com
	--><div><table> <td><iframe src='http://digg.com/api/diggthis.php?w=new&amp;u=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-are-conventional-path-loads.html&amp;t=What+are+conventional+path+loads%3F&amp;s=compact' height='18' width='120' frameborder='0' scrolling='no'></iframe></td> <td><iframe src='http://www.reddit.com/button_content?newwindow=1&amp;url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-are-conventional-path-loads.html&amp;title=What+are+conventional+path+loads%3F&amp;t=1 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><iframe src='http://widgets.dzone.com/links/widgets/zoneit.html?url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-are-conventional-path-loads.html&amp;title=What+are+conventional+path+loads%3F&amp;t=2 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><script type="text/javascript"><!--yahooBuzzArticleHeadline=What+are+conventional+path+loads%3F;//--></script><script type="text/javascript" src="http://d.yimg.com/ds/badge2.js" badgetype=small-votes></script></td> <td><iframe src='http://api.tweetmeme.com/button.js?url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-are-conventional-path-loads.html&amp;source=ucertify&amp;style=compact ' height='20' width='90' frameborder='0' scrolling='no'></iframe></td></table></div><p>A conventional path load is a method of loading data into tables. This method uses the SQL INSERT statement and a bind array buffer for loading the data. It is the default method employed by every Oracle tool and application. In conventional path loads, the SQL*Loader has to compete with all other Oracle processes for buffer resources. However, this significantly deteriorates the speed of the load process as compared to direct path loads. Conventional path loads search for partially filled data blocks to fill them at each insert operation. This process also deteriorates the speed of conventional path loads. Conventional path loads are generally employed for loading data into clustered tables or where a small number of rows are to be inserted into a large indexed table.</p>
<ul style='border:1px solid #ccc;background-color:#eff3ef;padding:10px;'><li style='margin-left:10px;'> Become <a href="http://www.ucertify.com/certifications/Oracle/oca-dba-11g.html" >Oracle OCA DBA 11g</a> certified.<li style='margin-left:10px;'> Best exam simulation <a href="http://www.ucertify.com/certifications/Oracle/ocp-dba-11g.html" >Oracle ocp-dba-11g</a> download free trial.<li style='margin-left:10px;'> Become <a href="http://www.ucertify.com/certifications/Oracle/ocp-dba9i.html" >Oracle OCP DBA 9i</a> certified.<li style='margin-left:10px;'> Pass <a href="http://www.ucertify.com/certifications/Oracle/performance-tuning-certified-expert-11g.html" >Performance Tuning Expert 11g</a> in first attampt.<li style='margin-left:10px;'> Click here to get free <a href="http://www.ucertify.com/certifications/Oracle/rac-administrator-certified-experts-10g.html" >rac-administrator-certified-experts-10g RAC Certified Expert 10g</a> exam practice questions.<li style='margin-left:10px;'> Click here to download <a href="http://www.ucertify.com/exams/Oracle/1Z0-033.html" >1Z0-033</a> test study guide and practice question.<li style='margin-left:10px;'> Download free practice test for <a href="http://www.ucertify.com/exams/Oracle/1Z0-052.html" >Oracle OCA: Oracle Database 11g: Administration I</a> exam.</ul><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-are-conventional-path-loads.html&amp;linkname=What%20are%20conventional%20path%20loads%3F"><img src="http://www.ucertify.com/article/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.ucertify.com/article/what-are-conventional-path-loads.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
