But, for some reason the installation on my company provided desktop or even on the unix server does not have this module (or it was stripped from base installation for some reason).

DBI & DBD::Oracle are not part of the core perl distribution, so they would have been installed by somebody at the other places you've worked.

How do I connect to oracle databases without DBI module??

Well, I guess you could drive one of the command line tools - but I wouldn't recommend it.

I cannot install or build it on my machine , coz I do not have enough rights.

Talking to your sysadmins and getting them to install it, or getting the rights to install it yourself will almost certainly be simpler than attempting to roll your own solution.


In reply to Re: connecting to db without DBI by adrianh
in thread connecting to db without DBI by fadingjava

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.