[PHP-DB] Oracle - Executing Stored QUERIES

2002-04-05 Thread Chris Andrew
Hi, Please tell me this is possible: I have a bunch of stored queries on an Oracle machine. Using PHP from a separate RedHat box, I want to run these stored queries. My PHP is compiled with oracle support, and I can issue regular SQL to the Oracle box - such as SELECT foo FROM bar. This works

Re: [PHP-DB] Oracle - Executing Stored QUERIES

2002-04-05 Thread Thies C. Arntzen
On Fri, Apr 05, 2002 at 01:08:20PM +0100, Chris Andrew wrote: Hi, Please tell me this is possible: I have a bunch of stored queries on an Oracle machine. Using PHP from a separate RedHat box, I want to run these stored queries. My PHP is compiled with oracle support, and I can issue