<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Using an Oracle database link to connect to Excel</title>
	<atom:link href="http://technology.amis.nl/2006/08/04/using-an-oracle-database-link-to-connect-to-excel/feed/" rel="self" type="application/rss+xml" />
	<link>http://technology.amis.nl/2006/08/04/using-an-oracle-database-link-to-connect-to-excel/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=using-an-oracle-database-link-to-connect-to-excel</link>
	<description></description>
	<lastBuildDate>Fri, 12 Apr 2013 10:04:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: radino</title>
		<link>http://technology.amis.nl/2006/08/04/using-an-oracle-database-link-to-connect-to-excel/#comment-3736</link>
		<dc:creator>radino</dc:creator>
		<pubDate>Thu, 01 Oct 2009 11:29:15 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1303#comment-3736</guid>
		<description><![CDATA[link to documentation doesn&#039;t work..
here is link to official doc:
http://download.oracle.com/docs/cd/B19306_01/server.102/b14232/toc.htm]]></description>
		<content:encoded><![CDATA[<p>link to documentation doesn&#8217;t work..<br />
here is link to official doc:<br />
<a href="http://download.oracle.com/docs/cd/B19306_01/server.102/b14232/toc.htm" rel="nofollow">http://download.oracle.com/docs/cd/B19306_01/server.102/b14232/toc.htm</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Travis</title>
		<link>http://technology.amis.nl/2006/08/04/using-an-oracle-database-link-to-connect-to-excel/#comment-3735</link>
		<dc:creator>Travis</dc:creator>
		<pubDate>Fri, 03 Oct 2008 18:48:20 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1303#comment-3735</guid>
		<description><![CDATA[I used this several years ago with great success connecting to db2 on an as400. I am now trying to use it on my internal platform to connect from Oracle 9i to MS Access 2007 on the same machine but cannot get it working. Your help would be great! Here is what my config looks like:
 inithsgosales.ora

HS_FDS_CONNECT_INFO = gosales
HS_FDS_TRACE_LEVEL = off
HS_AUTOREGISTER = TRUE
HS_DB_NAME = hsodbc
============================================
My listener.ora.

(SID_DESC =
      (SID_NAME = hsgosales)
      (ORACLE_HOME = c:\Oracle\Ora92)
      (PROGRAM = hsodbc)
    )
=========================================
my tnsnames.ora

gosales.mtc =

  (DESCRIPTION =
     (ADDRESS_LIST =
      (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
    )
  (CONNECT_DATA =
      (SID = hsgosales)
  )
  (HS=OK)
 )
================================================
TNSPING Results for TNSPING GOSALES.MTC

Used TNSNAMES adapter to resolve the alias
Attempting to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = IPC)
(KEY = EXTPROC0))) (CONNECT_DATA = (SID = hsgosales)) (HS=OK))
OK (20 msec)
=================================================
My database link syntax:

drop database link gosales;
create database link gosales using &#039;gosales.mtc&#039;;
==================================================
When I run my select:

select * from countries@gosales;

ERROR at line 1:
ORA-28500: connection from ORACLE to a non-Oracle system returned this message:
[Generic Connectivity Using ODBC]
ORA-02063: preceding 2 lines from GOSALES]]></description>
		<content:encoded><![CDATA[<p>I used this several years ago with great success connecting to db2 on an as400. I am now trying to use it on my internal platform to connect from Oracle 9i to MS Access 2007 on the same machine but cannot get it working. Your help would be great! Here is what my config looks like:<br />
 inithsgosales.ora</p>
<p>HS_FDS_CONNECT_INFO = gosales<br />
HS_FDS_TRACE_LEVEL = off<br />
HS_AUTOREGISTER = TRUE<br />
HS_DB_NAME = hsodbc<br />
============================================<br />
My listener.ora.</p>
<p>(SID_DESC =<br />
      (SID_NAME = hsgosales)<br />
      (ORACLE_HOME = c:\Oracle\Ora92)<br />
      (PROGRAM = hsodbc)<br />
    )<br />
=========================================<br />
my tnsnames.ora</p>
<p>gosales.mtc =</p>
<p>  (DESCRIPTION =<br />
     (ADDRESS_LIST =<br />
      (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))<br />
    )<br />
  (CONNECT_DATA =<br />
      (SID = hsgosales)<br />
  )<br />
  (HS=OK)<br />
 )<br />
================================================<br />
TNSPING Results for TNSPING GOSALES.MTC</p>
<p>Used TNSNAMES adapter to resolve the alias<br />
Attempting to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = IPC)<br />
(KEY = EXTPROC0))) (CONNECT_DATA = (SID = hsgosales)) (HS=OK))<br />
OK (20 msec)<br />
=================================================<br />
My database link syntax:</p>
<p>drop database link gosales;<br />
create database link gosales using &#8216;gosales.mtc&#8217;;<br />
==================================================<br />
When I run my select:</p>
<p>select * from countries@gosales;</p>
<p>ERROR at line 1:<br />
ORA-28500: connection from ORACLE to a non-Oracle system returned this message:<br />
[Generic Connectivity Using ODBC]<br />
ORA-02063: preceding 2 lines from GOSALES</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Avi</title>
		<link>http://technology.amis.nl/2006/08/04/using-an-oracle-database-link-to-connect-to-excel/#comment-3734</link>
		<dc:creator>Avi</dc:creator>
		<pubDate>Tue, 03 Oct 2006 23:39:16 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1303#comment-3734</guid>
		<description><![CDATA[Good One will Appriciate if you write a step by step guide to create dblink to connect with MS sql 2000 Database]]></description>
		<content:encoded><![CDATA[<p>Good One will Appriciate if you write a step by step guide to create dblink to connect with MS sql 2000 Database</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chuck</title>
		<link>http://technology.amis.nl/2006/08/04/using-an-oracle-database-link-to-connect-to-excel/#comment-3733</link>
		<dc:creator>Chuck</dc:creator>
		<pubDate>Sat, 05 Aug 2006 04:59:46 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1303#comment-3733</guid>
		<description><![CDATA[Nice to see someone tackle HS.  I&#039;ve never tried Oracle&#039;s ox cart given MS tools (DTS) and Toad&#039;s Data Import features. If the goal is to get current Excel/Access data into Oracle these tools can&#039;t be beat for flexibility, speed, and error reporting.]]></description>
		<content:encoded><![CDATA[<p>Nice to see someone tackle HS.  I&#8217;ve never tried Oracle&#8217;s ox cart given MS tools (DTS) and Toad&#8217;s Data Import features. If the goal is to get current Excel/Access data into Oracle these tools can&#8217;t be beat for flexibility, speed, and error reporting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://technology.amis.nl/2006/08/04/using-an-oracle-database-link-to-connect-to-excel/#comment-3732</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Fri, 04 Aug 2006 19:01:44 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1303#comment-3732</guid>
		<description><![CDATA[Great! simple and sweet!
Patrick]]></description>
		<content:encoded><![CDATA[<p>Great! simple and sweet!<br />
Patrick</p>
]]></content:encoded>
	</item>
</channel>
</rss>
