RE: install DBD::Oracle on oracle application server

2009-03-19 Thread joe bayer
D::Oracle on oracle application server > > > I had this problem too with 11g. > I installed the examples, and this provided the missing mk files. > This was a seperate download for me. > Hope that helps. > > Good luck > Gordon. > > ______

install DBD::Oracle on oracle application server

2009-03-19 Thread joe bayer
dear group I am trying to install DBD::Oracle on a box that has oracle application server.  The sqlplus works fine, but i got error Unable to locate an oracle.mk, proc.mk or other suitable *.mk     file in your Oracle installation.  (I looked in     /usr/local/app/oracle/product/10.2.0/

Re: Change Oracle Home

2007-04-06 Thread joe bayer
files transmitted with it contain confidential information intended only for the person(s) to whom this email message is addressed. If you have received this email message in error, please notify the sender immediately by telephone or email and destroy the original message without making a copy. Thank

Change Oracle Home

2007-04-06 Thread joe bayer
Dear group, I just upgrade my Oracle to 10g to a new Oracle HOME. How could I change the pointer of DBI and DBD::oracle to this new home before I remove the old home? Is there a way I can let DBI point to two Oracle HOMEs? Thanks very much for your help. Joe ---

RE: help with my perl script

2007-03-23 Thread joe bayer
ORACLE_SID=test && . oraenv && /path/to/rman/script) There are other environment variables that are set in oraenv. Another question I have to ask – is the DB running? -- Ron Reidy Lead DBA Array BioPharma, Inc.

RE: help with my perl script

2007-03-23 Thread joe bayer
; export ORACLE_SID=test && . oraenv && /path/to/rman/script) There are other environment variables that are set in oraenv. Another question I have to ask – is the DB running? -- Ron Reidy Lead DBA Array BioPharma, Inc. ---------

RE: help with my perl script

2007-03-23 Thread joe bayer
pe {behavior:url(#default#VML);} st1\:*{behavior:url(#default#ieooui) } See below … ----- From: joe bayer [mailto:[EMAIL PROTECTED] Sent: Friday, March 23, 2007 3:33 PM To: Reidy, Ron; RaviChandra Chelikam; dbi-users@perl.org Su

help with my perl script

2007-03-23 Thread joe bayer
Dear group, I know it is not DBI related problem, but it is hard to find some one who knows perl, shell and Oracle. I am trying to write a RMAN script, == #!/usr/bin/perl my $ORACLE_HOME = "/opt/oracle/product_10g/test/10.2"; $ENV{ORACLE_HOME}=$ORACLE_HOME; my $ORACLE_SID="test"; $ENV{ORAC

Help with my perl script

2006-08-23 Thread joe bayer
Group, I am trying to write a load testing script. The script goes like this: ++ my $j = 0; while ($j < 300) { $dbh[$j] = DBI->connect ( "dbi:Oracle:$instance[$i]", "$username[$i]", "$passwd[$i]", {

Help: Oracle 10G installtion screwed up my perl

2005-10-21 Thread joe bayer
Hi, group, I used DBI a lot but not experenced in setting up perl. On my WinXP sp2, I have perl 5.6.1 installed and a lot of scripts depend on that. Recently I installed Oracle 10g Version 2, it added a new system variable ---

Using DBI to bounce the database

2005-09-08 Thread joe bayer
Hi, group, I would like to bouce the database using DBI. #!/usr/bin/perl -w # # Purpose : Refresh user xxx from production # Created : 20050907 # Author :