Nilanjan Das [[EMAIL PROTECTED]] wrote:
> Hi Gurus,
> 
> I have a basic question on building the DBI and DBD. Can I build DBI and
> DBD on a machine where there is no database installed. Basically the
> DBD module. My set up is like this. I have an Application server and a
> database server. The database server will have the oracle database and
> the Application server will have the application installed. I will have
> some Perl scripts(which uses DBI) on the Application server. So, I am
> wondering whether for installing the DBD on the Application server, do I
> need to have Oracle installed on the Application server. Does DBD for
> Oracle during installation expects that the Oracle database is installed
> on the same machine? Can we change it anyway?

DBD::Oracle will need to be installed on the application server, and
for that to compile properly, you will first need to install at least
the Oracle Client on that machine.

HTH.

-- 
Hardy Merrill
Mission Critical Linux, Inc.
http://www.missioncriticallinux.com

Reply via email to