in reply to DBIx::XML_RDB and Oracle?

Did you try Oraperl?

--BigJoe

Learn patience, you must.
Young PerlMonk, craves Not these things.
Use the source Luke.

Replies are listed 'Best First'.
Re: Re: DBIx::XML_RDB and Oracle?
by mr.dunstan (Monk) on Jun 20, 2001 at 21:58 UTC
    Thanks for your reply.

    Yeah, I've been trying to sort this whole oraperl thing out - the thing I'm confused about is:

    If you're making the connection through DBIx::XML_RDB, then I'm not sure exactly how I'm supposed to be using oraperl. I mean - i've tried using "DBD::Oraperl" and "Oraperl" as the driver but no luck!

    Sigh. mr.dunstan
    "There are only 35 chambers, there is no 36th."
    "I know, I want to create a new one... " - Shaolin Master Killer
        Hi guys - thanks for the reply. Yes, I have read those 2 pages over and over again. Nothing even remotely shows me how to use oraperl with DBIx::XML_RDB.

        "There are only 35 chambers, there is no 36th."
        "I know, I want to create a new one... " - Shaolin Master Killer
      Well I opened up the XML_RDB.pm file and looked at the function that uses the driver and this is what it showed
      $self->{dbh} = DBI->connect("dbi:$driver:". $self->{datasource}, $user +id, $password);
      Which leads me to believe if you put "Oracle" as your driver and have DBD::Oracle installed properly it should work.

      --BigJoe

      Learn patience, you must.
      Young PerlMonk, craves Not these things.
      Use the source Luke.