Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Oracle Temp Table

Status
Not open for further replies.

rb2005

Programmer
Mar 7, 2005
110
US
Hi,
I am planning to store data in Oracle 9i global temp table and retrieve report data from there. I will write Oracle Stored Procedure to insert data into temp table. I will use Crystal 10 for reporting. Now these reports are mostly daily and on demand. User can see data for any day. So basically they will pass date parameter and get the report. I have only one concern if two users try to see the same report at same time and for the same date will they see duplicate data or Oracle will consider that as two request as two different session?

If any one has any clue please let me know. Thanks in advance.
RB
 
Hi,
See my reply in the Business Objects forum, but basically, no duplication is involved - if both users use the same criteria, they will see the same output.



[profile]

To Paraphrase:"The Help you get is proportional to the Help you give.."
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top