Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Select hangs in C++

Select hangs in C++

From: Gerry West <gwest_at_skyconnect.com>
Date: 1997/12/17
Message-ID: <01bd0b26$6477af70$847253ce@deepwater>#1/1

Given an C++ multi-threaded application accessing embedded SQL ...

We have an intermittent problem involving a simple SELECT.

The function selects a count of specified rows then goes on to process an INSERT. Sometimes it hangs in the SELECT:

	/* Select count to determine if page exists */
	EXEC SQL SELECT 	count(*) 
		   INTO 	:iph_count
		   FROM	page_paging_history
		   WHERE	page_id = :page_id;

Has anyone ever seen this and if so, have what can be done to handle it ?

Thanks in advance,
Gerry West Received on Wed Dec 17 1997 - 00:00:00 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US