I need to insert a LOB on my oracle8 db.
If i use de 2nd example on using OCINewDescriptor function on the php manual i get message error saying that my string is to long. Is there any way to avoid this. There's also a msg error on line:
OCIExecute($stmt);
Thank you.
cheers.