Operating System - HP-UX
1753511 Members
4934 Online
108795 Solutions
New Discussion юеВ

Re: DBD Perl Module Install

 
SOLVED
Go to solution
H.Merijn Brand (procura
Honored Contributor

Re: DBD Perl Module Install

It's all written in README's

It's not TWO_DUMMY, but TWO_TASK:

Example (remote database):

export ORACLE_USERID=
export ORACLE_HOME=
export ORACLE_SID=@
export SHLIB_PATH=$ORACLE_HOME/lib #for 32bit HP
export LD_LIBRARY_PATH=$ORACLE_HOME/lib #for 64bit HP (I defined them both)

and

Having done this all of my systems (even those without a hint of
oracle on them) could access remote Oracle servers by setting TWO_TASK
appropriately. SQL*Net didn't seem to come into it.

Enjoy, Have FUN! H.Merijn
Enjoy, Have FUN! H.Merijn
Youlette Etienne_2
Regular Advisor

Re: DBD Perl Module Install

These variables are all set correctly from the oracle environment files setup by the DBAs, following the instructions in the README.hpux file. I mistyped with the TWO_TASK setting. That too is exported with the suggested variable. Still doesn't work. I will have to bypass this for now and come back to it. Thanks for your help.
If at first you don't succeed, change the rules!
Youlette Etienne_2
Regular Advisor

Re: DBD Perl Module Install

The relevant applications that required these modules is functioning correctly, and logging into the remote database using these Perl modules. I continued with the "make install" and ran "perldoc perllocal" to check.

Thanks so much for your help.
If at first you don't succeed, change the rules!