<?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, 11 May 2012 12:12:40 +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'>
hopfeed_template='';
hopfeed_align='LEFT';
hopfeed_type='IFRAME';
hopfeed_affiliate_tid='';
hopfeed_affiliate='affdba1';
hopfeed_fill_slots='true';
hopfeed_height='250';
hopfeed_width='250';
hopfeed_cellpadding=5;
hopfeed_rows=3;
hopfeed_cols=1;
hopfeed_font='Verdana, Arial, Helvetica, Sans Serif';
hopfeed_font_size='10pt';
hopfeed_font_color='#000000';
hopfeed_border_color='#FFFFFF';
hopfeed_link_font_color='#0000ff';
hopfeed_link_font_hover_color='#0000ff';
hopfeed_background_color='#ffffff';
hopfeed_keywords='job';
hopfeed_path='http://affdba1.hopfeed.com';
hopfeed_link_target='_blank';
</script>
<script type='text/javascript' src='http://affdba1.hopfeed.com/script/hopfeed.js'></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>

