<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: DBD-Oracle in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/dbd-oracle/m-p/4978954#M99583</link>
    <description>ok that's answer my question, and the restriction apply as mentioned by Procura.&lt;BR /&gt;&lt;BR /&gt;the next question, if we can specify username &amp;amp; password for each database in the script, why do we need to specify environment variable ORACLE_USERID when we build DBD-Oracle? is that only the default?</description>
    <pubDate>Tue, 16 May 2006 09:40:58 GMT</pubDate>
    <dc:creator>Reymond  Keiluhu</dc:creator>
    <dc:date>2006-05-16T09:40:58Z</dc:date>
    <item>
      <title>DBD-Oracle</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dbd-oracle/m-p/4978949#M99578</link>
      <description>Hello All,&lt;BR /&gt;&lt;BR /&gt;I'm quite new to perl-dbd/dbi world. I have installed and run successfully perl DBD-Oracle module. but I'm bit curious about something, which is, you know when we build DBD-Oracle from the source we must set the environment variable for ORACLE_HOME, ORACLE_USERID, ORACLE_SID etc. &lt;BR /&gt;&lt;BR /&gt;my question is, how do we build an DBD-Oracle on one perl instance to connect more than one instance of Oracle? is it possible to do that without installing different perl instance located on different location?&lt;BR /&gt;thanks.</description>
      <pubDate>Mon, 15 May 2006 03:40:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dbd-oracle/m-p/4978949#M99578</guid>
      <dc:creator>Reymond  Keiluhu</dc:creator>
      <dc:date>2006-05-15T03:40:00Z</dc:date>
    </item>
    <item>
      <title>Re: DBD-Oracle</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dbd-oracle/m-p/4978950#M99579</link>
      <description>As long as all the Oracle instances are the same (in respect to Oracle version and bitness), you can use one DBI/DBD script to connect to multiple databases simultaneously&lt;BR /&gt;&lt;BR /&gt;# man DBI&lt;BR /&gt;&lt;BR /&gt;and &lt;BR /&gt;&lt;BR /&gt;# man DBD::Oracle&lt;BR /&gt;&lt;BR /&gt;and then look for the $dbh-&amp;gt;connect () calls&lt;BR /&gt;There you can define the database to connect to&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
      <pubDate>Mon, 15 May 2006 06:01:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dbd-oracle/m-p/4978950#M99579</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2006-05-15T06:01:48Z</dc:date>
    </item>
    <item>
      <title>Re: DBD-Oracle</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dbd-oracle/m-p/4978951#M99580</link>
      <description>From what I remember DBD-Oracle will respect the current values of ORACLE_SID et all.</description>
      <pubDate>Mon, 15 May 2006 06:31:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dbd-oracle/m-p/4978951#M99580</guid>
      <dc:creator>Florian Heigl (new acc)</dc:creator>
      <dc:date>2006-05-15T06:31:16Z</dc:date>
    </item>
    <item>
      <title>Re: DBD-Oracle</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dbd-oracle/m-p/4978952#M99581</link>
      <description>thanks for the response.&lt;BR /&gt;&lt;BR /&gt;does it mean that we cannot utilize one perl instance to connect to different oracle instance located on different machine?</description>
      <pubDate>Tue, 16 May 2006 01:09:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dbd-oracle/m-p/4978952#M99581</guid>
      <dc:creator>Reymond  Keiluhu</dc:creator>
      <dc:date>2006-05-16T01:09:48Z</dc:date>
    </item>
    <item>
      <title>Re: DBD-Oracle</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dbd-oracle/m-p/4978953#M99582</link>
      <description>Hy, of course you can if i understood your question right. look the attachement.&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Tue, 16 May 2006 02:10:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dbd-oracle/m-p/4978953#M99582</guid>
      <dc:creator>Oviwan</dc:creator>
      <dc:date>2006-05-16T02:10:11Z</dc:date>
    </item>
    <item>
      <title>Re: DBD-Oracle</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dbd-oracle/m-p/4978954#M99583</link>
      <description>ok that's answer my question, and the restriction apply as mentioned by Procura.&lt;BR /&gt;&lt;BR /&gt;the next question, if we can specify username &amp;amp; password for each database in the script, why do we need to specify environment variable ORACLE_USERID when we build DBD-Oracle? is that only the default?</description>
      <pubDate>Tue, 16 May 2006 09:40:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dbd-oracle/m-p/4978954#M99583</guid>
      <dc:creator>Reymond  Keiluhu</dc:creator>
      <dc:date>2006-05-16T09:40:58Z</dc:date>
    </item>
    <item>
      <title>Re: DBD-Oracle</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dbd-oracle/m-p/4978955#M99584</link>
      <description>Yes. It is needed for building and testing.&lt;BR /&gt;&lt;BR /&gt;Those %ENV variables are used to connect () if no specific DBI_DSN is passed.&lt;BR /&gt;Exploring deeper functionality of connect () will open a parallel universe :)&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
      <pubDate>Tue, 16 May 2006 09:46:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dbd-oracle/m-p/4978955#M99584</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2006-05-16T09:46:26Z</dc:date>
    </item>
    <item>
      <title>Re: DBD-Oracle</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dbd-oracle/m-p/4978956#M99585</link>
      <description>solved. thanks a lot guys.</description>
      <pubDate>Tue, 16 May 2006 09:51:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dbd-oracle/m-p/4978956#M99585</guid>
      <dc:creator>Reymond  Keiluhu</dc:creator>
      <dc:date>2006-05-16T09:51:08Z</dc:date>
    </item>
  </channel>
</rss>

