<?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>Oracle Database Tips blog &#187; oracle database link</title>
	<atom:link href="http://oracle-database-tips.com/wp/tag/oracle-database-link/feed" rel="self" type="application/rss+xml" />
	<link>http://oracle-database-tips.com/wp</link>
	<description>News for Oracle professionals</description>
	<lastBuildDate>Fri, 03 Feb 2012 10:37:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Oracle Database Links Background</title>
		<link>http://oracle-database-tips.com/wp/dblinks/oracle-database-links-background</link>
		<comments>http://oracle-database-tips.com/wp/dblinks/oracle-database-links-background#comments</comments>
		<pubDate>Fri, 23 Oct 2009 02:55:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[DB Links]]></category>
		<category><![CDATA[authentication]]></category>
		<category><![CDATA[correct privileges]]></category>
		<category><![CDATA[database server]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[oracle database link]]></category>
		<category><![CDATA[query data]]></category>

		<guid isPermaLink="false">http://oracle-database-tips.com/wp/?p=107</guid>
		<description><![CDATA[Oracle Database Links Background information]]></description>
			<content:encoded><![CDATA[<p><ins style="border: medium none; margin: 0pt; padding: 0pt; display: inline-table; height: 250px; position: relative; visibility: visible; width: 250px;"><ins style="border: medium none; margin: 0pt; padding: 0pt; display: block; height: 250px; position: relative; visibility: visible; width: 250px;"></ins></ins> <script type="text/javascript"><!--
&lt;! 
google_ad_client = "pub-7851621922754096";
/* 250x250left */
google_ad_slot = "5892931358";
google_ad_width = 250;
google_ad_height = 250;
// &gt;
// --></script> <script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script><script type="text/javascript"><!--
google_protectAndRun("ads_core.google_render_ad", google_handleError, google_render_ad);
// --></script><ins style="border: medium none; margin: 0pt; padding: 0pt; display: inline-table; height: 250px; position: relative; visibility: visible; width: 250px;"><ins style="border: medium none; margin: 0pt; padding: 0pt; display: block; height: 250px; position: relative; visibility: visible; width: 250px;"></ins></ins> <!-- ============================================================================================================================================================ --> A Database Link allows you to access data in a remote database as if it          is a local table&#8217;s data.</p>
<p>The connection can be made to a database hosted on the same machine or          remotely on another server.</p>
<p>When you query data on a different database, you are essentially using          a distributed query.<br />
It is also possible to execute distributed transactions through database          links like insert, update and delete.</p>
<p>The authentication used in a database link is either the link&#8217;s owner          or a hard-coded username and password, depending on the way the link was          created.</p>
<p>A database link in oracle can be either private (for use only by the link&#8217;s          owner) or public (accessible to any user with the correct privileges).</p>
<p>Connectivity is established via Sql*Net, using an alias defined in the          local database server&#8217;s tnsnames.ora</p>
<p>Have a look at the tutorials on this site  to find out more about oracle database          links :</p>
<p><a href="http://oracle-database-tips.com/wp/category/dblinks">Dblinks category</a></p>
]]></content:encoded>
			<wfw:commentRss>http://oracle-database-tips.com/wp/dblinks/oracle-database-links-background/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

