Oracle's Metalink has an article about a problem with Cold Fusion, Oracle
and Bullseye conflict causing this error. Doc ID: 171452.995


Kore Peterson
Database Development Specialist
SEH - Minneapolis
612.758.6739




                                                                                       
                    
                    "Chris                                                             
                    
                    Norloff"             To:     CF-Talk <[EMAIL PROTECTED]>   
                    
                    <cnorloff@norl       cc:                                           
                    
                    off.com>             Subject:     Oracle Error "no descriptor for 
this position        
                                                                                       
                    
                    10/18/2002                                                         
                    
                    08:39 AM                                                           
                    
                    Please respond                                                     
                    
                    to cf-talk                                                         
                    
                                                                                       
                    
                                                                                       
                    




We're getting the Oracle error ORA-24334: no descriptor for this position
with the following query. Not having much luck finding out what's going on,
or getting info from the MM CF forum, CF-Talk archives, or Google.  Any
ideas?  (CF 4.5.1 SP2 on Solaris 8, Oracle 8i db, with 8.1.7 client)

thanks,
Chris Norloff

SELECT
job_id,
provider_code,
NVL(financial_no, '00000') financial_no, mailing_facility,
job_title,
process_category,
class,
local_permit_no,
permit_type,
total_piece,
total_weight,
cqt_total_pieces,
cqt_weight,
location_zip,
owner_name,
gca_version
FROM
m_job_summary
WHERE
job_id = 'QD2AES_1'
AND     provider_code = 'QUAD'
AND     mailing_facility =
'22203-1553'


Oracle's description of the error:
ORA-24334 no descriptor for this position
Cause: The application is trying to get a descriptor from a handle for an
illegal position.
Action: Check the position number.




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Reply via email to