http://www.perlmonks.org?node_id=1014929


in reply to Re^5: Possible to mimic an Oracle install?
in thread Possible to mimic an Oracle install?

This node falls below the community's threshold of quality. You may see it by logging in.
  • Comment on Re^6: Possible to mimic an Oracle install?

Replies are listed 'Best First'.
Re^7: Possible to mimic an Oracle install?
by marto (Cardinal) on Jan 23, 2013 at 15:31 UTC

    My first response to you was to clear up your confusion regarding a statement from someone else. You were confused as to someone elses use of the term "in the system" which I clarified for you. You don't have to reiterate anything to me.

    In my second response I answered the points you raise in your question, since you felt the need to nitpick something I didn't say.

    "I'm already well aware"

    Seems contrary to

    "I assume"

    In your question. Being "well aware" one wouldn't have to make assumptions.

      I appreciate your first response, because I needed the clarification.

      Your hostility in "You're telling me this why?" is what prompted my nitpicking. God forbid I respond to your clarification with further clarification. My question hadn't (and still hasn't) really been answered yet, so I was reiterating the fact that it is indeed the client running the script. It was an attempt to acknowledge your answer and effectively say, "okay, I understand and here's why".

      If we want to nitpick, though, "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. They aren't contrary to each other because they're statements about separate topics.

        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.