Re: TWO_TASK environment variable

2007-09-11 Thread Jared Still
On 4/11/07, tom r <[EMAIL PROTECTED]> wrote: > > i believe that sql*plus does not use > TWO_TASK. > > Sqlplus does use TWO_TASK. 10:31-ordevdb01:dv11:jkstill-18 > oenv ORACLE_SID : dv1 TWO_TASK : ORACLE_HOME : /u01/app/oracle/product/10.2.0/10gr2dev IAS_ORACLE_HOME : ORAC

Re: TWO_TASK environment variable

2007-09-06 Thread Martin Evans
akefile.PL says: use DBI 1.28 Martin -- Martin J. Evans Easysoft Limited http://www.easysoft.com - Original Message - From: "Martin J. Evans" <[EMAIL PROTECTED]> To: Cc: "tom r" <[EMAIL PROTECTED]> Sent: Thursday, September 06, 2007 5:47 AM Subject: Re

Re: TWO_TASK environment variable

2007-09-06 Thread John Scoles
s" <[EMAIL PROTECTED]> To: Cc: "tom r" <[EMAIL PROTECTED]> Sent: Thursday, September 06, 2007 5:47 AM Subject: Re: TWO_TASK environment variable I was playing with TWO_TASK myself this morning and like Tom, I cannot make the advice in DBD::Oracle work with Instant Client 10.

Re: TWO_TASK environment variable

2007-09-06 Thread Martin J. Evans
gives an in depth explanation on how the TWO_TASK environment variable can be used. however, when i tried to use it in place of .tnsnames.ora nothing worked. i believe that sql*plus does not use TWO_TASK. - [~] cat .tnsnames.ora infra=(description=(address=(protocol=tcp)(host

Re: TWO_TASK environment variable

2007-04-11 Thread tom r
strings inside single quotes are evaluated by the shell. they're just passed straight to the program. i suspect the problem may be as you suggested: i'm using the old version 8 style sid instead of a service name, although ezconnect with the sid works fine inside of a perl program. i'll see

RE: TWO_TASK environment variable

2007-04-11 Thread Reidy, Ron
it parameters db_name and domain_name. rr -Original Message- From: tom r [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 11, 2007 12:37 PM To: Reidy, Ron; dbi-users@perl.org Subject: Re: TWO_TASK environment variable hi ron, thanks for the response. using sqlnet.ora just doesn't wor

Re: TWO_TASK environment variable

2007-04-11 Thread tom r
hi ron, thanks for the response. using sqlnet.ora just doesn't work for me. i agree with you about hidden files -- i don't like them. that's why i'd like to find a better way. here's what happens using sqlnet.ora: - [~] cat sqlnet.ora NAMES.DIRECTORY_PATH=(ezconnect, tnsnames) [~] sqlp

RE: TWO_TASK environment variable

2007-04-11 Thread Reidy, Ron
-users@perl.org Subject: TWO_TASK environment variable reading man DBD::Oracle gives an in depth explanation on how the TWO_TASK environment variable can be used. however, when i tried to use it in place of .tnsnames.ora nothing worked. i believe that sql*plus does not use TWO_TASK. - [~] cat

TWO_TASK environment variable

2007-04-11 Thread tom r
reading man DBD::Oracle gives an in depth explanation on how the TWO_TASK environment variable can be used. however, when i tried to use it in place of .tnsnames.ora nothing worked. i believe that sql*plus does not use TWO_TASK. - [~] cat .tnsnames.ora infra=(description=(address