We're having trouble using the OCI scripts to store binaries (word files 😉 and pictures) in the oracle database. We just need a routine to put a file into the database and a routine to get the file out of the database.
thanks in advance
What kind of pb do you exactly have ?
Did you consider using Blobs or bfiles ?
Look at the OCINewDescriptor instruction in the PHP manual for an example.