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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: voelkl at fmi dot uni-passau dot de
New email:
PHP Version: OS:

 

 [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

Pull Requests

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: Thu Dec 26 23:01:28 2024 UTC