Re: DBI and DBI::Oracle packages configuration
From: Juha Laiho (Juha.Laiho_at_iki.fi)
Date: 07/22/04
- Next message: Joe Smith: "Re: Transferring variables between seperate hosts"
- Previous message: Michael Austin: "Re: Transferring variables between seperate hosts"
- In reply to: ulloa: "DBI and DBI::Oracle packages configuration"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 22 Jul 2004 17:52:03 GMT
randall_ulloa@costarricense.cr (ulloa) said:
>I have a little problem. I did an application using Perl, DBI and
>DBI::Oracle, and now I have to upload my application in an Unix
>server. The problem is that the server doesn't have DBI and
>DBI::Oracle packages and the owner's server doesn't want to install
>the packages because he thinks that the installation will change the
>server configuration, and that server has a lot of web applications in
>perl, c, etc.
>
>What will change if I install DBI and DBI:Oracle package??
Files related to these packages will be copied to the local perl
library directory. The installation won't touch overall system
or Oracle configuration. If in doubt, the owner could set up
a separate account (that doesn't have permission to modify the
system or Oracle configuration) with which he makes a "private
installation" of these modules. In your programs you'll need
to declare that private library directory then with 'use lib'.
See the documentation you get with "perldoc -q library".
--
Wolf a.k.a. Juha Laiho Espoo, Finland
(GC 3.0) GIT d- s+: a C++ ULSH++++$ P++@ L+++ E- W+$@ N++ !K w !O !M V
PS(+) PE Y+ PGP(+) t- 5 !X R !tv b+ !DI D G e+ h---- r+++ y++++
"...cancel my subscription to the resurrection!" (Jim Morrison)
- Next message: Joe Smith: "Re: Transferring variables between seperate hosts"
- Previous message: Michael Austin: "Re: Transferring variables between seperate hosts"
- In reply to: ulloa: "DBI and DBI::Oracle packages configuration"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|