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.
>
> ______
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/
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
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
---
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.
; 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.
---------
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
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
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]",
{
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
---
Hi, group, I would like to bouce the database using DBI.
#!/usr/bin/perl -w
#
# Purpose : Refresh user xxx from production
# Created : 20050907
# Author :
11 matches
Mail list logo