On Monday 03 March 2003 09:29 am, Simon wrote: > Hi, > > i have one big Oracle database, 20GB. Is it better to comunicate > directly to Oracle with PHP, or to export data to MySQL. How secure is > PHP & Oracle, can they communicate well?
I don't see why you would want to export data to MySQL first. PHP has a built in support for Oracle and OCI8, and it works really well. I've been doing a lot of developement using PHP + Oracle. You lose some SQL capability that are native to Oracle if you export from Oracle to Mysql. RDB -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php