DBD 1.03 hangs in make test on Red Hat 6.0 with 8i

DBD-Oracle-1.03 is hanging running test.pl in make test.
top showed perl eating 95%+ cpu usage, and strace showed no
system calls being called. I first encountered this
identical hang with DBI-1.06.tar and DBD-Oracle-0.61, but
upgraded them before reporting this bug. Here's the
pedigree:
Red Hat 6.0
Some mainstream patches applied from Red Hat
Oracle 8i via web download
Oracle8i Enterprise Edition Release 8.1.5.0.0 -
Production
With the Partitioning and Java options
Red Hat's shipped perl, 5.00503
DBI-1.13
make test succeeded completely
DBD-Oracle-1.03
make test hung in test.pl
top showed perl with 95%+ cpu usage
strace showed no system calls called by perl
Do you have perl, DBD, and 8i running on Red Hat 6.0? If
so, can you try running the short test program below and see
if it hangs?
----- command line
(run in DBD top-level directory, as user oracle)
[oracle@rtcab2 DBD-Oracle-1.03]$ PERL_DL_NONLAZY=1 \
/usr/bin/perl -Iblib/arch -Iblib/lib \
-I/usr/lib/perl5/5.00503/i386-linux \
-I/usr/lib/perl5/5.00503 test.pl
----- Oracle DBI's test.pl hacked to a minimum
----- test case that hangs
$| = 1;
$dbname = '';
$dbuser = 'scott/tiger';
use Oraperl;
my @data_sources = DBI->data_sources('Oracle');
local($l) = &ora_login($dbname, $dbuser, '');
&ora_logoff($l)

Cesar Silva (guest) wrote:
: Hej!
: did anyone already managed to install DBD::Oracle in a server
: with Oracle EE (with the glic2.1 patch) ???
: OS - Red Hat 6.0
: tak!
: Cesar
I was able to do that... I am running:
Oracle 8.0.5 with the Glibc patches..
RH 6.0
It compiled without problems... get the latest versions:
DBD::Oracle 1.01
DBI 1.08
Make sure you have DBI installed first...
Regards,
H
null

Similar Messages

  • DBCA hanging on 9i Rel 2 / Red Hat 8.0

    O/S: Red Hat 8.0
    DBMS: 9i Release 2
    Processor: AMD Athlon XP 2600
    RAM: 1GB (Swap 2GB)
    Disk partition: 10GB
    As with many other correspondents of this forum, DBCA hangs at 51% progress. I have set all kernel parameters and ulimit sizes as documented, to no avail. I have tried using both BASH and KSH. HOWEVER, the parameters SHMMIN, SHMSEG and SHMVMX don't appear to exist. Maybe that's my problem...?
    Many thanks in advance.

    Try following instructions listed here instead.
    http://www.puschitz.com/InstallingOracle9i.shtml
    P.S. You've a very powerful machine. 1GB... wow.

  • DBD::Oracle & DBI & Oracle EE & Red Hat 6.0

    Hej!
    did anyone already managed to install DBD::Oracle in a server
    with Oracle EE (with the glic2.1 patch) ???
    OS - Red Hat 6.0
    tak!
    Cesar
    null

    Cesar Silva (guest) wrote:
    : Hej!
    : did anyone already managed to install DBD::Oracle in a server
    : with Oracle EE (with the glic2.1 patch) ???
    : OS - Red Hat 6.0
    : tak!
    : Cesar
    I was able to do that... I am running:
    Oracle 8.0.5 with the Glibc patches..
    RH 6.0
    It compiled without problems... get the latest versions:
    DBD::Oracle 1.01
    DBI 1.08
    Make sure you have DBI installed first...
    Regards,
    H
    null

  • [svn] 3937: FxContainer fix to make sure partRemoved/ partAdded are never called with a null instance.

    Revision: 3937
    Author: [email protected]
    Date: 2008-10-28 17:37:25 -0700 (Tue, 28 Oct 2008)
    Log Message:
    FxContainer fix to make sure partRemoved/partAdded are never called with a null instance. In this case, in clearSkinParts(), we would call partRemoved() on all parts, whether they were there or not. This was causing a Thermo bug.
    ASDoc fixes for Group, FxContainer, and FxDataContainer. Removing content property from ASDocs...this is not the recommended way to add items/remove items to Group/FxContainer. You should use the addItem/removeItem APIs. This is consistent with Flash Player and Halo. Under the hood someone can still set the content array, but it's discouraged because you could set two Groups to the same content array, which is hard to detect. Also, made currentContentGroup in FxContainer mx_internal...this is an implementation detail for us and something we may change later on. I also added some other ASDoc cleanups and fixes.
    QE Notes: Ran checkintests and Mustella tests for gumbo/core/ and gumbo/components/FxDataContainer. Joann is updatating the one test that failed. WHen verifying SDK-17750, please also verify Thermo bug SDK-17800.
    Doc Notes: This change includes ASDoc changes
    Bugs: SDK-17750, SDK-17741, SDK-17756
    Reviewer: Glenn
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-17750
    http://bugs.adobe.com/jira/browse/SDK-17800
    http://bugs.adobe.com/jira/browse/SDK-17750
    http://bugs.adobe.com/jira/browse/SDK-17741
    http://bugs.adobe.com/jira/browse/SDK-17756
    Modified Paths:
    flex/sdk/branches/gumbo_alpha/frameworks/projects/flex4/src/mx/components/FxContainer.as
    flex/sdk/branches/gumbo_alpha/frameworks/projects/flex4/src/mx/components/FxDataContainer .as
    flex/sdk/branches/gumbo_alpha/frameworks/projects/flex4/src/mx/components/Group.as
    flex/sdk/branches/gumbo_alpha/frameworks/projects/flex4/src/mx/components/baseClasses/FxC omponent.as

    Revision: 3937
    Author: [email protected]
    Date: 2008-10-28 17:37:25 -0700 (Tue, 28 Oct 2008)
    Log Message:
    FxContainer fix to make sure partRemoved/partAdded are never called with a null instance. In this case, in clearSkinParts(), we would call partRemoved() on all parts, whether they were there or not. This was causing a Thermo bug.
    ASDoc fixes for Group, FxContainer, and FxDataContainer. Removing content property from ASDocs...this is not the recommended way to add items/remove items to Group/FxContainer. You should use the addItem/removeItem APIs. This is consistent with Flash Player and Halo. Under the hood someone can still set the content array, but it's discouraged because you could set two Groups to the same content array, which is hard to detect. Also, made currentContentGroup in FxContainer mx_internal...this is an implementation detail for us and something we may change later on. I also added some other ASDoc cleanups and fixes.
    QE Notes: Ran checkintests and Mustella tests for gumbo/core/ and gumbo/components/FxDataContainer. Joann is updatating the one test that failed. WHen verifying SDK-17750, please also verify Thermo bug SDK-17800.
    Doc Notes: This change includes ASDoc changes
    Bugs: SDK-17750, SDK-17741, SDK-17756
    Reviewer: Glenn
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-17750
    http://bugs.adobe.com/jira/browse/SDK-17800
    http://bugs.adobe.com/jira/browse/SDK-17750
    http://bugs.adobe.com/jira/browse/SDK-17741
    http://bugs.adobe.com/jira/browse/SDK-17756
    Modified Paths:
    flex/sdk/branches/gumbo_alpha/frameworks/projects/flex4/src/mx/components/FxContainer.as
    flex/sdk/branches/gumbo_alpha/frameworks/projects/flex4/src/mx/components/FxDataContainer .as
    flex/sdk/branches/gumbo_alpha/frameworks/projects/flex4/src/mx/components/Group.as
    flex/sdk/branches/gumbo_alpha/frameworks/projects/flex4/src/mx/components/baseClasses/FxC omponent.as

  • Red Hat Enterprise Linux Test Page - why am I directed to this page when I go to a specific website. It does not happen when I use other browsers so there is not a problem with the website.

    Red Hat Enterprise Linux Test Page - why am I directed to this page when I go to a specific website. It does not happen when I use other browsers so there is not a problem with the website.
    Just started happening yesterday.

    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    *Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Tools > Options > Privacy > Cookies: "Show Cookies"
    Do you see any prefs related to that <b>knoxnews<i></i>.com</b> site on the <b>about:config</b> page if you enter that URL in the Filter?
    *http://kb.mozillazine.org/about:config
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode

  • When I update apple driver, a pop-up error message "The folder you specified doesn't contain a compatible driver for your device. If the foldre contains a driver, make sure it is designed to work with Windows for x64-based systems."

    When I update apple driver, a pop-up error message "The folder you specified doesn't contain a compatible driver for your device. If the foldre contains a driver, make sure it is designed to work with Windows for x64-based systems."

    Hi,
    Please also check Event Viewer if it identify this problem.
    In addition, also check Device Manager, if similar driver already installed, try to uninstall them and reinstall new driver again for test.
    Roger Lu
    TechNet Community Support

  • Hello,is there a way to make a word processing document in pages with 1" margins because at the top of page it has more than 1", and can the box at the top be deleted

    hello, is there a way to make a word processing document in pages with !" inch margins? i ask this because there is a box where you can write text and the you start your document, but it takes more than 1 inch from the top, can that box be removed? and why whatever you write in the box appears in every page of the paper? is there a way to avoid this? sorry I do not use computers very often and i just want to write an essay for my english clss, thanks for your help.

    The box is called Headers and is used for thing that will be repeated on several pages like page numbering and names etc.. You can uncheck it in the Inspector > Document tab

  • How can i make a picture from a video file with final cut pro x?

    how can i make a picture from a video file with final cut pro x?

    Go to the "share" menu, select "save current frame"

  • How can embed fonts into a PDF? Additionally, how can I make so that the PDF then opens with the embedded font?

    I need to embed a standard font (such as Times New Roman) and make it so that the document opens with this font presented. I see information on embedding fonts, but nothing related to the second part of my question. Thanks.

    The second part is automatic. If you manage to embed a font (for example with Preflight in Acrobat Pro), then a PDF viewer should use that. In some cases a locally installed font of the SAME NAME might take preference, which is only a difficulty if a private edited font is used.

  • How do you make an appointment in another time zone with IOS7?

    How do you make an appointment in another time zone with IOS7?

    Not clear how you want to set them - in your time zone or "another" time zone.
    Settings > Mail, Contacts, Calendars > (scroll down to Calendars) > Time Zone Support > ON/OFF (depending on how you want it)

  • How to make the keyword red in the searched document

    if the word document are loaded into the blob field,when the proper document are searched by the keyword,how to make the keyword red in the selected document!
    thanks a lot!

    Take a look at the CTX_DOC.MARKUP procedure in the Oracle8i interMedia Text Reference.
    <BLOCKQUOTE><font size="1" face="Verdana, Arial, Helvetica">quote:</font><HR>Originally posted by zhai ping ([email protected]):
    if the word document are loaded into the blob field,when the proper document are searched by the keyword,how to make the keyword red in the selected document!
    thanks a lot!<HR></BLOCKQUOTE>
    null

  • Make a file extension to open always with the same app

    Hello, do you know how can I make a file extension to open always with the same app. So far I have been doing it by double click > open with > other > and then mark open always with this app, BUT
    I do not want to do this very time with all the same file extension I have in my hard disk, is there any way, like in windows, to select and preset a determined app to always open all files with the same extensión in my hard disk??
    Actually what I´m experiencing and would like to change is to open always .pdf extensión with Acrobat and not with Preview
    Thanks very much in advance for your help!!

    OK!!!!
    Got it!!!
    Thanks anyway!!

  • HT201343 How can I make my 2013 Mac Pro been compatible with airplay & mirroring display

    How can I make my 2013 Mac Pro been compatible with airplay &amp; mirroring display ?
    Thanks for any help !

    2013 Mac Pro would be compatible
    http://support.apple.com/kb/ht5404

  • Can applw make a new software for Iphone 3g with multitasking

    can apple make a new software for Iphone 3g with multitasking

    No. Apple stated that the 3G does not have the processing power to provide multitasking to Apple's reuired standards.

  • So I recently upgraded my ram to 8GB but so far I haven't seen any improvement. I ran some tests and everything turned out fine with the ram. What should i do?

    So I recently upgraded my ram to 8GB but so far I haven't seen any improvement. I ran some tests and everything turned out fine with the ram. What should i do?

    What is the problem exactly???
    See if the Disk is issuing any S.M.A.R.T errors in Disk Utility...
    http://support.apple.com/kb/PH7029
    Open Activity Monitor in Applications>Utilities, select All Processes & sort on CPU%, any indications there?
    How much RAM & free space do you have also, click on the Memory & Disk Usage Tabs.
    Open Console in Utilities & see if there are any clues or repeating messages when this happens.
    In the Memory tab of Activity Monitor, are there a lot of Pageouts?

Maybe you are looking for