[PHP-DB] PHP and Oracle

2001-05-09 Thread Lokesh Wuluvarana
Hi, I just wanted to know if there are any known issues with PHP working with Oracle database. We are currently configuring Oracle to make PHP work with Oracle. Let me know. Thanks Lokesh -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: [PHP-DB] Performance of Stored Procedures ?

2001-05-14 Thread Lokesh Wuluvarana
Well tuned (using appropriate indexes and following a good execution plan) Queries work faster than procedures. If the query involves mathematical computation or operations such as substr, concatenations, then a PL/SQL procedure works better. It all depends what the quey is doing. Lokesh "Thies

Re: [PHP-DB] Image and Mysql capabilities

2001-05-14 Thread Lokesh Wuluvarana
In Oracle reports, this strategy is used (storing the path of the image file in the DB and storing the actual image file in the OS) to display images and for the same reason - performance of the DB. I think it is good approach. Lokesh Felipe Moreno wrote: > > Hi list Members, > >I have a re