Yes Alan.
this way : system("sqlplus -s user/[EMAIL PROTECTED] [EMAIL PROTECTED]");
thank you a lot.
with regards,
Jay
-----Original Message-----
From: Kong, Alan [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 24, 2004 12:39 PM
To: Jayakumar Rajagopal; [EMAIL PROTECTED]
Subject: RE: how to execute @report.sql
Jay,
I did call SQL script successfully using: system("sqlplus -s user/pass [EMAIL
PROTECTED]");
I can't remember if @ need to be escaped, try both.
good luck,
Alan
-----Original Message-----
From: Jayakumar Rajagopal [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 24, 2004 12:35 PM
To: [EMAIL PROTECTED]
Subject: how to execute @report.sql
Hi,
I am using in PERL in Unix, ORacle. Is there anyway to execute like
$dbh->("[EMAIL PROTECTED]").. ? I want to get the same effect of this :
SQL> @report
thanks,
Jay