Re: [PHP-DB] Blob problem (php and oracle)

2005-04-03 Thread Christopher Jones
Here are some things you could try. Remove all the @ suppressions and make sure error_reporting = E_ALL and display_errors = On are set in your php.ini. Echo the SQL statement inside SQLInsertLob() to make sure it is constructed OK. Echo the filename to check it includes the appropriate path. If

[PHP-DB] Blob problem (php and oracle)

2005-04-01 Thread EL Marouri Mounir
hi all, i have a problem in saving a blob file into oracle database the system is linux 7.3 oracle 9i apache and php things are working pretty well in other machine (same php source code) but in my machine it gives this error savefile():OCILobWrite : OCI_INVALID_HANDLE. this is the php: