Precompilers and OCI (MOSC)

MOSC Banner

a safe way to read fetched rows before fetch call completed ?

edited Oct 30, 2010 4:17AM in Precompilers and OCI (MOSC) 11 commentsAnswered
Hello, <br/> <br/>I've a multithread application that uses OCIDefineArrayOfStruct() to fetch data into an array. is there a safe way for a thread to process array data before another thread did not complete the fetch call. <br/> <br/>If I can do that, I will not have to wait for completion of fetch. For example, If I've an array of 250 rows, I will be able to process row#10 in a thread, while another thread is fecthing row#90 into the array. <br/> <br/>thanks in advance... <br/> <br/> <br/>

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center