<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: 3 Tips on Using dg4odbc on 64-bit Linux</title>
	<link>http://www.pythian.com/blogs/892/3-tips-on-using-dg4odbc-on-64-bit-linux</link>
	<description>News and views from Pythian DBAs</description>
	<pubDate>Fri,  8 Aug 2008 21:17:39 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.2</generator>
		<item>
		<title>By: Peter</title>
		<link>http://www.pythian.com/blogs/892/3-tips-on-using-dg4odbc-on-64-bit-linux#comment-212085</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Wed, 04 Jun 2008 23:21:12 +0000</pubDate>
		<guid>http://www.pythian.com/blogs/892/3-tips-on-using-dg4odbc-on-64-bit-linux#comment-212085</guid>
		<description>We have tested successfully Oracle 11gR1 dg4odbc from linux.x64 shiphome with 64bit odbc drivers.  All indications reflect it's 64bit application.

[aime@stawj11 bin]$ ldd dg4odbc
        libagtsh.so =&#62; /scratch/aime/product/11.1.0/tg_1/lib/libagtsh.so (0x0000002a95557000)
        libpthread.so.0 =&#62; /lib64/tls/libpthread.so.0 (0x00000033b4700000)
        libclntsh.so.11.1 =&#62; /scratch/aime/product/11.1.0/tg_1/lib/libclntsh.so.11.1 (0x0000002a95d96000)
        libdl.so.2 =&#62; /lib64/libdl.so.2 (0x00000033b4100000)
        libm.so.6 =&#62; /lib64/tls/libm.so.6 (0x00000033b3f00000)
        libnsl.so.1 =&#62; /lib64/libnsl.so.1 (0x00000033b9900000)
        libc.so.6 =&#62; /lib64/tls/libc.so.6 (0x00000033b3c00000)
        /lib64/ld-linux-x86-64.so.2 (0x00000033b3800000)
        libnnz11.so =&#62; /scratch/aime/product/11.1.0/tg_1/lib/libnnz11.so (0x0000002a980cf000)
        libaio.so.1 =&#62; /usr/lib64/libaio.so.1 (0x00000033b3a00000)
[aime@stawj11 bin]$ ldd /scratch/aime/product/11.1.0/tg_1/lib/libagtsh.so
        libdl.so.2 =&#62; /lib64/libdl.so.2 (0x0000002a95d96000)
        libc.so.6 =&#62; /lib64/tls/libc.so.6 (0x0000002a95e99000)
        /lib64/ld-linux-x86-64.so.2 (0x000000552aaaa000)</description>
		<content:encoded><![CDATA[<p>We have tested successfully Oracle 11gR1 dg4odbc from linux.x64 shiphome with 64bit odbc drivers.  All indications reflect it&#8217;s 64bit application.</p>
<p>[aime@stawj11 bin]$ ldd dg4odbc<br />
        libagtsh.so =&gt; /scratch/aime/product/11.1.0/tg_1/lib/libagtsh.so (0&#215;0000002a95557000)<br />
        libpthread.so.0 =&gt; /lib64/tls/libpthread.so.0 (0&#215;00000033b4700000)<br />
        libclntsh.so.11.1 =&gt; /scratch/aime/product/11.1.0/tg_1/lib/libclntsh.so.11.1 (0&#215;0000002a95d96000)<br />
        libdl.so.2 =&gt; /lib64/libdl.so.2 (0&#215;00000033b4100000)<br />
        libm.so.6 =&gt; /lib64/tls/libm.so.6 (0&#215;00000033b3f00000)<br />
        libnsl.so.1 =&gt; /lib64/libnsl.so.1 (0&#215;00000033b9900000)<br />
        libc.so.6 =&gt; /lib64/tls/libc.so.6 (0&#215;00000033b3c00000)<br />
        /lib64/ld-linux-x86-64.so.2 (0&#215;00000033b3800000)<br />
        libnnz11.so =&gt; /scratch/aime/product/11.1.0/tg_1/lib/libnnz11.so (0&#215;0000002a980cf000)<br />
        libaio.so.1 =&gt; /usr/lib64/libaio.so.1 (0&#215;00000033b3a00000)<br />
[aime@stawj11 bin]$ ldd /scratch/aime/product/11.1.0/tg_1/lib/libagtsh.so<br />
        libdl.so.2 =&gt; /lib64/libdl.so.2 (0&#215;0000002a95d96000)<br />
        libc.so.6 =&gt; /lib64/tls/libc.so.6 (0&#215;0000002a95e99000)<br />
        /lib64/ld-linux-x86-64.so.2 (0&#215;000000552aaaa000)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Another Tip on Using dg4odbc: Materialized Views</title>
		<link>http://www.pythian.com/blogs/892/3-tips-on-using-dg4odbc-on-64-bit-linux#comment-177642</link>
		<dc:creator>Another Tip on Using dg4odbc: Materialized Views</dc:creator>
		<pubDate>Tue, 08 Apr 2008 19:39:54 +0000</pubDate>
		<guid>http://www.pythian.com/blogs/892/3-tips-on-using-dg4odbc-on-64-bit-linux#comment-177642</guid>
		<description>[...] setting up dg4odbc to connect to a SQL Server database (read &#8216;Tips on Using dg4odbc on 64-bit Linux&#8217;), I spent last week trying to get refreshes of materialized views to work in 11g, using the same [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] setting up dg4odbc to connect to a SQL Server database (read &#8216;Tips on Using dg4odbc on 64-bit Linux&#8217;), I spent last week trying to get refreshes of materialized views to work in 11g, using the same [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Log Buffer #91: a Carnival of the Vanities for DBAs</title>
		<link>http://www.pythian.com/blogs/892/3-tips-on-using-dg4odbc-on-64-bit-linux#comment-176330</link>
		<dc:creator>Log Buffer #91: a Carnival of the Vanities for DBAs</dc:creator>
		<pubDate>Fri, 04 Apr 2008 16:44:02 +0000</pubDate>
		<guid>http://www.pythian.com/blogs/892/3-tips-on-using-dg4odbc-on-64-bit-linux#comment-176330</guid>
		<description>[...] at home on the Pythian blog, Karun Dutt posted his first item, 3 Tips on Using dg4odbc on 64-bit Linux, the results of having to make data available to an application that formerly queried an MS SQL [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] at home on the Pythian blog, Karun Dutt posted his first item, 3 Tips on Using dg4odbc on 64-bit Linux, the results of having to make data available to an application that formerly queried an MS SQL [&#8230;]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
