<?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>Comentarios en: Heterogeneous Services</title>
	<atom:link href="http://www.blogzote.com/2007/03/13/oracle-heterogeneous-services/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blogzote.com/2007/03/13/oracle-heterogeneous-services/</link>
	<description>Mexico, informatica, internet, musica y algo mas...</description>
	<lastBuildDate>Wed, 08 Feb 2012 16:07:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Por: crixma</title>
		<link>http://www.blogzote.com/2007/03/13/oracle-heterogeneous-services/comment-page-1/#comment-2470</link>
		<dc:creator>crixma</dc:creator>
		<pubDate>Thu, 13 Oct 2011 16:21:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogzote.com/2007/03/13/oracle-heterogeneous-services/#comment-2470</guid>
		<description>Hola, confirmaste que el TNSNAMES.ORA funciona? haciendo un TNSPING... en tu caso TNSPING PGSQL</description>
		<content:encoded><![CDATA[<p>Hola, confirmaste que el TNSNAMES.ORA funciona? haciendo un TNSPING&#8230; en tu caso TNSPING PGSQL</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: crixma</title>
		<link>http://www.blogzote.com/2007/03/13/oracle-heterogeneous-services/comment-page-1/#comment-2469</link>
		<dc:creator>crixma</dc:creator>
		<pubDate>Thu, 13 Oct 2011 16:17:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogzote.com/2007/03/13/oracle-heterogeneous-services/#comment-2469</guid>
		<description>Estoy tratando de hacer la conexion Oracle-Postgres, todo ha funcionado excepto el DBLINK, me da ese error ORA-28545 pero no se me soluciona colocando LOCALHOST en el TNSNAMES.ORA.. Quien tendrá algun tips adicional???</description>
		<content:encoded><![CDATA[<p>Estoy tratando de hacer la conexion Oracle-Postgres, todo ha funcionado excepto el DBLINK, me da ese error ORA-28545 pero no se me soluciona colocando LOCALHOST en el TNSNAMES.ORA.. Quien tendrá algun tips adicional???</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Doqui</title>
		<link>http://www.blogzote.com/2007/03/13/oracle-heterogeneous-services/comment-page-1/#comment-2396</link>
		<dc:creator>Doqui</dc:creator>
		<pubDate>Tue, 04 Oct 2011 19:58:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogzote.com/2007/03/13/oracle-heterogeneous-services/#comment-2396</guid>
		<description>Hola yo necesito efectuar la conexion entre Oracle y postgress sobre Linux, me podrian colaborar, gracias.</description>
		<content:encoded><![CDATA[<p>Hola yo necesito efectuar la conexion entre Oracle y postgress sobre Linux, me podrian colaborar, gracias.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Franklin Alexis</title>
		<link>http://www.blogzote.com/2007/03/13/oracle-heterogeneous-services/comment-page-1/#comment-1982</link>
		<dc:creator>Franklin Alexis</dc:creator>
		<pubDate>Tue, 19 Jul 2011 23:09:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogzote.com/2007/03/13/oracle-heterogeneous-services/#comment-1982</guid>
		<description>Hola! Me parace muy bueno tu tutorial... En mi caso he intentado conectar Oracle con Postgres y al ejecutar esto (select * from &quot;cdestora_estu&quot;@PGSQL), me sale este error &quot;ORA-00942: table or view does not exist [Generic Connectivity Using ODBC]393330(0,0,1[[]]) ORA-02063: preceding 2 lines from PGSQL&quot;

Tengo el archivo initPGSQL.ora, que contiene:

HS_FDS_CONNECT_INFO = PGSQL 
HS_FDS_TRACE_LEVEL = OFF

tnsnames.ora agregue:

PGSQL.WORLD =
      (DESCRIPTION=
        (ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=1521))
        (CONNECT_DATA=(SID=PGSQL))
	(HS=OK)
      )


listener.ora agregue:

(SID_DESC=
      (GLOBAL_DBNAME = PGSQL.WORLD)
      (SID_NAME=PGSQL)
      (ORACLE_HOME=C:\Oracle\Ora81\bin)
      (PROGRAM=hsodbc)
    )

Y ejecute la instrucción sig.:

CREATE PUBLIC DATABASE LINK PGSQL CONNECT TO &quot;myuser&quot; IDENTIFIED BY &quot;mypwd&quot; USING &#039;PGSQL.WORLD&#039;

SOS NECESITO AYUDA POR FAVOR...</description>
		<content:encoded><![CDATA[<p>Hola! Me parace muy bueno tu tutorial&#8230; En mi caso he intentado conectar Oracle con Postgres y al ejecutar esto (select * from &#8220;cdestora_estu&#8221;@PGSQL), me sale este error &#8220;ORA-00942: table or view does not exist [Generic Connectivity Using ODBC]393330(0,0,1[[]]) ORA-02063: preceding 2 lines from PGSQL&#8221;</p>
<p>Tengo el archivo initPGSQL.ora, que contiene:</p>
<p>HS_FDS_CONNECT_INFO = PGSQL<br />
HS_FDS_TRACE_LEVEL = OFF</p>
<p>tnsnames.ora agregue:</p>
<p>PGSQL.WORLD =<br />
      (DESCRIPTION=<br />
        (ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=1521))<br />
        (CONNECT_DATA=(SID=PGSQL))<br />
	(HS=OK)<br />
      )</p>
<p>listener.ora agregue:</p>
<p>(SID_DESC=<br />
      (GLOBAL_DBNAME = PGSQL.WORLD)<br />
      (SID_NAME=PGSQL)<br />
      (ORACLE_HOME=C:\Oracle\Ora81\bin)<br />
      (PROGRAM=hsodbc)<br />
    )</p>
<p>Y ejecute la instrucción sig.:</p>
<p>CREATE PUBLIC DATABASE LINK PGSQL CONNECT TO &#8220;myuser&#8221; IDENTIFIED BY &#8220;mypwd&#8221; USING &#8216;PGSQL.WORLD&#8217;</p>
<p>SOS NECESITO AYUDA POR FAVOR&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: JOSE LUIS</title>
		<link>http://www.blogzote.com/2007/03/13/oracle-heterogeneous-services/comment-page-1/#comment-1883</link>
		<dc:creator>JOSE LUIS</dc:creator>
		<pubDate>Tue, 07 Jun 2011 21:16:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogzote.com/2007/03/13/oracle-heterogeneous-services/#comment-1883</guid>
		<description>Cabe mencionar que tanto SQL Server 2005 como Oracle 10G los tengo instalados en la misma PC.
Si alguien me puede ayudar se lo agradeceria mucho

Saludos</description>
		<content:encoded><![CDATA[<p>Cabe mencionar que tanto SQL Server 2005 como Oracle 10G los tengo instalados en la misma PC.<br />
Si alguien me puede ayudar se lo agradeceria mucho</p>
<p>Saludos</p>
]]></content:encoded>
	</item>
</channel>
</rss>

