Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Using Perl with Oracle 10G on Windows

Re: Using Perl with Oracle 10G on Windows

From: Rene Nyffenegger <rene.nyffenegger_at_gmx.ch>
Date: Thu, 9 Jun 2005 19:31:30 +0000 (UTC)
Message-ID: <d8a5ei$4sh$4@klatschtante.init7.net>


On 2005-06-02, Bob T <bob.mailist_at_gmail.com> wrote:
> I have used Perl for a long time, and it is the only language I use to
> do Windows command scripting. I have always used the Perl version
> from Activstate.com. Now that Oracle is delivered with a version of
> Perl, I am running into compatibility problems.
>
> I would like to try using only the Perl that comes with oracle, so that
> I don't introduce version problems.
>
> I tried to use the windows gui tool to assign the files of type *.pl to
> the perl program in:
> #D:\oracle\product\10.1.0\Db_1\perl\5.6.1\bin\MSWin32-x86\perl.exe
> For some reason unknown to me, I click on a file named test.pl, I
> browse for the program to open it with, go to the perl.exe, click on
> Open, but when I get back to the window that is supposed to create the
> file association, the perl file doesn't show up.
>
> I need to be able to associate files of type *.pl with the perl
> program.
> Does anyone knwo what I need to do so that I can call a perl program
> from a command line and have it find and use the version from Oracle?
>
> ByTheWay, I know windows sux, so spare me the lectures on that topic,
> please.
>
> Thanks for any help or pointers to resources...
> Bob Treumann
>

C:\> ASSOC .pl=PerlScript
C:\> FTYPE PerlScript=perl.exe %1 %*

hth
Rene

-- 
  Rene Nyffenegger
  http://www.adp-gmbh.ch/
Received on Thu Jun 09 2005 - 14:31:30 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US