This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
Using connection pool on Oracle 8i temporary tables
David Manoj
Greenhorn
Joined: Nov 27, 2001
Posts: 1
posted
0
Hi all, In ORACLE 8i, for temporary tables and cursors, after creation if we are incrementally trying to query the temporary table or cursor (in profile reports), there is no guarantee that we will get the same connection as the one we got for the first time because we are using pooled connections from the middle tier. This could lead to data integrity issues. To solve this problem, we have to go for permanent tables OR file system which are costly operations. We would like to know whether there is any alternative solution to overcome this problem. Probably, we can check whether anybody else has faced a similar problem in the past and what was done to solve the same. Can materialised views in ORACLE 8i be used for this purpose ? Can anybody help??
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.
subject: Using connection pool on Oracle 8i temporary tables