php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #690 "Select" from a Column of the Oracle-Datatyp "blob" isn't possible
Submitted: 1998-08-24 18:37 UTC Modified: 1999-03-30 01:51 UTC
From: voelkl at fmi dot uni-passau dot de Assigned: kara (profile)
Status: Closed Package: Oracle related
PHP Version: 3.0.3 OS: UNIX Solaris2.6
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
28 - 12 = ?
Subscribe to this entry?

 
 [1998-08-24 18:37 UTC] voelkl at fmi dot uni-passau dot de
Any "select ... from..." -statement which contains a column of the ORACLE-Datatyp "blob" results
in the errormessage:
Ora_Exec failed (ORA-00932: inconsistent datatypes -- while processing OCI function OEXEC/OEXN)

An Insert into a blob-column is possible, if the value is HEX-Code.

ORACLE-Version: 8.0.3 

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-03-30 01:51 UTC] thies
Where is the blob column referenced? Could you give a complete example
statement?
------------------
this works with the OCI8 driver. as ?LOB is only supported with oracle >= 8 
we can not provide a backport for the ora_* interface
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 20:01:32 2024 UTC