<?xml version="1.0" encoding="UTF-8" ?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>dbi-users at Yahoo! Groups</title>
    <link>http://tech.groups.yahoo.com/group/dbi-users/</link>
    <description>dbi-users</description>

    <item>
      <title>What does this mean?</title>
      <pubDate>Fri, 19 Jan 2001 08:11:46 GMT</pubDate>
      <dc:creator>Dave Rolsky</dc:creator>
      <link>http://tech.groups.yahoo.com/group/dbi-users/message/31274</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/dbi-users/message/31274</guid>
      <description>(in cleanup) dbih_getcom handle &#39;DBI::dr=HASH(0x8479e64)&#39; is not a DBI handle (has no magic) during global destruction. SV = RV(0x84741e0) at 0xbffff5e8 REFCNT</description>
    </item>
    <item>
      <title>DBI and Oracle</title>
      <pubDate>Fri, 19 Jan 2001 06:47:13 GMT</pubDate>
      <dc:creator>P B</dc:creator>
      <link>http://tech.groups.yahoo.com/group/dbi-users/message/31273</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/dbi-users/message/31273</guid>
      <description>I couldn&#39;t dig up this problem in any FAQs or archives, but it can&#39;t be new.... I installed DBI and DBD::Oracle on a win32 (98) machine. I&#39;m running </description>
    </item>
    <item>
      <title>Re: Make failed: Perl 5.6,DBD::Oracle 1.06 on HPUX</title>
      <pubDate>Fri, 19 Jan 2001 05:12:09 GMT</pubDate>
      <dc:creator>Ken Lai</dc:creator>
      <link>http://tech.groups.yahoo.com/group/dbi-users/message/31272</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/dbi-users/message/31272</guid>
      <description>Hi Lincoln, For 1,  I  think the possibility is very small, because 1. I have the same environments on Solaris boxes. they all works fine with DBD::Oracle. (I</description>
    </item>
    <item>
      <title>Installation of DBI::Bundle on RH 7.0 w/ Mysql</title>
      <pubDate>Fri, 19 Jan 2001 04:57:58 GMT</pubDate>
      <dc:creator>Felzien Michael</dc:creator>
      <link>http://tech.groups.yahoo.com/group/dbi-users/message/31271</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/dbi-users/message/31271</guid>
      <description>Greetings: I&#39;m new to this list but it seems like the perfect forum for asking this question.  I&#39;m trying to get DBI to properly install using cpan or the tar</description>
    </item>
    <item>
      <title>Re: Installation Question</title>
      <pubDate>Fri, 19 Jan 2001 03:27:53 GMT</pubDate>
      <dc:creator>Jeff Urlwin</dc:creator>
      <link>http://tech.groups.yahoo.com/group/dbi-users/message/31270</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/dbi-users/message/31270</guid>
      <description>Merant&#39;s ODBC driver manager is not providing SQLParamData as a function call.  Use the iODBC manager and Merant&#39;s drivers. Jeff ... DBI HOME PAGE AND</description>
    </item>
    <item>
      <title>Re: Error Not able to load object</title>
      <pubDate>Fri, 19 Jan 2001 00:14:07 GMT</pubDate>
      <dc:creator>Sterin, Ilya</dc:creator>
      <link>http://tech.groups.yahoo.com/group/dbi-users/message/31269</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/dbi-users/message/31269</guid>
      <description>Usually this can be fixing the LD_LIBRARY_PATH to include the Oracle includes for the user you are logged in as. Ilya ... From: Baxter, Lincoln To: &#39;Metzler,</description>
    </item>
    <item>
      <title>Re: Error Not able to load object</title>
      <pubDate>Fri, 19 Jan 2001 00:06:38 GMT</pubDate>
      <dc:creator>Baxter, Lincoln</dc:creator>
      <link>http://tech.groups.yahoo.com/group/dbi-users/message/31268</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/dbi-users/message/31268</guid>
      <description>At the risk of asking some embarrasing questions: Do you have the following files: /your/install/prefix/perl/lib/site_perl/5.6.0/PA-RISC2.0/auto/DBD/Oracle/Ora</description>
    </item>
    <item>
      <title>Error Not able to load object</title>
      <pubDate>Thu, 18 Jan 2001 23:10:48 GMT</pubDate>
      <dc:creator>Metzler, Larry</dc:creator>
      <link>http://tech.groups.yahoo.com/group/dbi-users/message/31267</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/dbi-users/message/31267</guid>
      <description>I just installed DBI and DBD::Oracle on an hpux.  The make test and make install worked fine, but when i attempted to write a test perl script, i received the</description>
    </item>
    <item>
      <title>Re: DELETE from QUESTION</title>
      <pubDate>Thu, 18 Jan 2001 21:56:15 GMT</pubDate>
      <dc:creator>Sterin, Ilya</dc:creator>
      <link>http://tech.groups.yahoo.com/group/dbi-users/message/31266</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/dbi-users/message/31266</guid>
      <description>Don&#39;t think two WHERE clauses will work.  Rather try this... WHERE jobid = &#39;$jobid&#39; AND filename =&gt; &#39;?&#39;; Ilya ... From: Ronald J Kimball To: Purcell, Scott Cc:</description>
    </item>
    <item>
      <title>Re: bind_param and NULLs</title>
      <pubDate>Thu, 18 Jan 2001 21:08:57 GMT</pubDate>
      <dc:creator>Ronald J Kimball</dc:creator>
      <link>http://tech.groups.yahoo.com/group/dbi-users/message/31265</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/dbi-users/message/31265</guid>
      <description>... Could you show us the actual if() line? ... BTW, that&#39;s logically equivalent to: if ( ! defined $a || $a eq &#39;&#39; ) { Ronald ... DBI HOME PAGE AND ARCHIVES:</description>
    </item>
    <item>
      <title>Re: DELETE from QUESTION</title>
      <pubDate>Thu, 18 Jan 2001 21:07:55 GMT</pubDate>
      <dc:creator>Ronald J Kimball</dc:creator>
      <link>http://tech.groups.yahoo.com/group/dbi-users/message/31264</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/dbi-users/message/31264</guid>
      <description>... You&#39;re on the right track, you just don&#39;t want the single quotes around the question mark. Ronald ... DBI HOME PAGE AND ARCHIVES:</description>
    </item>
    <item>
      <title>Re: bind_param and NULLs</title>
      <pubDate>Thu, 18 Jan 2001 21:01:32 GMT</pubDate>
      <dc:creator>Tim Harsch</dc:creator>
      <link>http://tech.groups.yahoo.com/group/dbi-users/message/31263</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/dbi-users/message/31263</guid>
      <description>Thanks Ronald, I tried your change of (good catch) if( ! defined $gb_gi || $gb_gi eq &#39;&#39; ) but it does not prevent the uninit warning. line 88 is the if( !</description>
    </item>
    <item>
      <title>Re: bind_param and NULLs</title>
      <pubDate>Thu, 18 Jan 2001 20:49:21 GMT</pubDate>
      <dc:creator>Tim Harsch</dc:creator>
      <link>http://tech.groups.yahoo.com/group/dbi-users/message/31262</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/dbi-users/message/31262</guid>
      <description>Yes.  If I change it to #if( ! defined $gb_gi || $gb_gi eq &#39;&#39; ) { # line 88 #		$sth-&gt;bind_param( 3, undef ); #	} else { $sth-&gt;bind_param( 3, $gb_gi ); #	} The</description>
    </item>
    <item>
      <title>Re: dbi and Oracle SQL Spool statement</title>
      <pubDate>Thu, 18 Jan 2001 20:44:27 GMT</pubDate>
      <dc:creator>Stephen Clouse</dc:creator>
      <link>http://tech.groups.yahoo.com/group/dbi-users/message/31261</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/dbi-users/message/31261</guid>
      <description>... Hash: SHA1 ... spool is an sqlplus-specific command -- e.g., *not* a valid SQL statement. - -- Stephen Clouse &lt;stephenc@...&gt; Senior Programmer,</description>
    </item>
    <item>
      <title>Re: dbi and Oracle SQL Spool statement</title>
      <pubDate>Thu, 18 Jan 2001 20:43:55 GMT</pubDate>
      <dc:creator>Thomas A. La Porte</dc:creator>
      <link>http://tech.groups.yahoo.com/group/dbi-users/message/31260</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/dbi-users/message/31260</guid>
      <description>SPOOL is not an SQL command, it is an SQL*Plus command. You&#39;ll need to use some other mechanism to redirect your output to a file. ... DBI HOME PAGE AND</description>
    </item>

  </channel>
</rss>
<!-- wr1.grp.sp2.yahoo.com uncompressed/chunked Wed Jan  6 01:27:32 PST 2010 -->
