I am trying to find out what is the best way of running a 6 meg sql script against an oracle database. I have a sql script that is ran every so often against some of are Oracle databases and I am wondering what is the best way to run this from php to oracle. Is there a better way than just creating hundreds of OCIExecute's, or is there a way I can have php just run a file.sql against the database.
Thanks