Search results for tag "Oracle"
Inserting into Oracle BLOB column triggers "ORA-01465: invalid hex number"
–
ksnyder
–
13 years ago
I was trying to insert a value into a BLOB column. I was using Zend PHP oracle adapter (oci8_* functions) and binding my BLOB value by name.I got the Oracle error " ORA-0146...
My custom session handler (Oracle) causes PHP to seg fault
–
ksnyder
–
13 years ago
I have an Oracle session handler that triggers a seg fault on every page hit. I am using error_log to see it's progress. With brand new sessions, it is able to read and write be...
PHP Oracle functions causing seg fault when using CLOBs
–
ksnyder
–
13 years ago
I'm trying to use oci_new_descriptor, OCI-Lob-> save(), and oci_commit to insert a string into a CLOB table. Using other OCI-Lob seems to do no better. PHP is exiting unexpect...