There was no hostility in my writing, you read that into it yourself. You reiterated for no reason, and now again in this post you throw the term "client" into the mix. Which client, the Oracle client, the person who pays you to write software? You're confused by someones use of terminology ("system") without context yet you repeatedly do the same. For the record I know what you're trying to say (no need to reiterate, again), you're just not saying it very well. To some extent I know what I mean. Why don't you? (and How do I post a question effectively?) would be worth reading.

'It was an attempt to acknowledge your answer and effectively say, "okay, I understand and here's why".'

So you can explain it sensibly now but not then?

'"I'm already well aware" is referring to being well aware that I need libraries to run this script. "I assume" is referring to assuming that I am running into this issue because Oracle isn't installed on the client.'

if you are "well aware that I need libraries to run this script" you also know that running the same script else where will require these libraries, so "assuming that I am running into this issue because Oracle isn't installed on the client". This is exactly the same thing. My statement was that if you're "well aware" you wouldn't be making assumptions.

Consider packaging your script and all it's dependencies before deploying to the client. pp. Again, some thought (and reading of How do I post a question effectively?) would probably have lead to a better initial question, something along the lines of:

"I have a script which uses DBD::Oracle to connect to a database and do some work, how can I deploy this on clients without having to install X,Y,Z on each target machine?"

Since mimicking an Oracle client installation won't make something which relies on an actual Oracle client work.

Update: You'd need to check the Oracle license agreement regarding redistributing parts of their client.


In reply to Re^9: Possible to mimic an Oracle install? by marto
in thread Possible to mimic an Oracle install? by thmsdrew

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.