tracker issue : CF-3863218

select a category, or use search below
(searches all categories and all time range)
Title:

Query that selects a BFILE column hangs under CF11

| View in Tracker

Status/Resolution/Reason: Closed/Withdrawn/CannotReproduce

Reporter/Name(from Bugbase): Ying Gao / Ying Gao (cfcary)

Created: 12/05/2014

Components: Database

Versions: 11.0

Failure Type: Non Functioning

Found In Build/Fixed In Build: CF11_Final /

Priority/Frequency: Critical / All users will encounter

Locale/System: English / Win 2008 Server R2 64 bit

Vote Count: 0

Problem Description:  Any query that selects a BFILE column from a table in Oracle database (11gR1), the query hangs and returns no result.

Steps to Reproduce:  
1. create a test table in a oracle database (11gR1) with a bfile column in it.  Upload a test document into the table.
2.  Write a query in a ColdFusion page:
test.cfm:
<cfquery>
select bfile_column
from test_table
where rec_id = XXX
</cfquery>
3.  Open the test.cfm in a browser.  The page hangs and cannot be opened.

Actual Result:  Query hangs and no result returns

Expected Result:  the query should return the document stream.  The query works fine under both CF9 and 10.

Any Workarounds:  Use oracle DBMS_LOB utilities to retrieve the BFILE documents.

----------------------------- Additional Watson Details -----------------------------

Watson Bug ID:	3863218

External Customer Info:
External Company:  
External Customer Name: cfcary
External Customer Email:  
External Test Config: My Hardware and Environment details:

win 2008 Server R2 64 bit + IIS 7 + Oracle 11gR1

Attachments:

Comments:

Hello, Please share the below mentioned details: 1. Settings summary 2. Database build number 3. Database driver used to create the datasource 4. sample cfm code and db script
Comment by Nimit S.
9696 | July 06, 2015 10:25:17 PM GMT
Hello, Please provide the details mentioned in below note.
Comment by Nimit S.
9697 | August 03, 2015 10:35:35 PM GMT
Hello, We are unable to repro this issue. Can you please provide the details mentioned below?
Comment by Nimit S.
9698 | August 20, 2015 08:06:48 AM GMT
Hello, It has been a long time since we have received any update on this. We have tried it couple of times and unable to replicate this issue. So we are closing this bug. If you are still facing this issue please feel free to reach us.
Comment by Nimit S.
9699 | August 24, 2015 09:22:50 AM GMT
I have had the same issue with both Oracle 11g and 12c using ColdFusion 11. Query works fine in ColdFusion 10.
Comment by External U.
9700 | September 04, 2015 12:08:43 PM GMT