Re: help needed oracle utl_file access

2001-04-03 Thread Mark Wagner
; From: Sterin, Ilya [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, 3 April 2001 2:07 PM > To: Mark Wagner; [EMAIL PROTECTED] > Subject: RE: help needed oracle utl_file access > > > Have you tried to run you PL/SQL in sqlplus to see if they work there. I > would recommend printin

RE: help needed oracle utl_file access

2001-04-02 Thread Steven Baldwin
Mark Wagner [mailto:[EMAIL PROTECTED]] Sent: Monday, April 02, 2001 5:16 PM To: '[EMAIL PROTECTED]' Subject: help needed oracle utl_file access I am having problems trying to do file access Here is my code: $statement = "ALTER DATABASE BACKUP

RE: help needed oracle utl_file access

2001-04-02 Thread Sterin, Ilya
PROTECTED]] Sent: Monday, April 02, 2001 5:16 PM To: '[EMAIL PROTECTED]' Subject: help needed oracle utl_file access I am having problems trying to do file access Here is my code: $statement = "ALTER DATABASE BACKUP CONTROLFILE TO TRACE";

help needed oracle utl_file access

2001-04-02 Thread Mark Wagner
I am having problems trying to do file access Here is my code: $statement = "ALTER DATABASE BACKUP CONTROLFILE TO TRACE"; $updated=$dbh->do($statement); if ($updated){ print "Control File Backed up to Trace";