Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to create a unique temp table then automatically remove after the join?

778463Jun 10 2010 — edited Jun 10 2010
i have many users simultaneously accessing the web apps.
my problem is on how to solve the SELECT WHERE IN('..') clause..

i've read a lot of threads that with the same option..

1) open connection and start transaction
2) create temp table
3) insert the data (batch insert)
4) do the main goal. SELECT JOIN or SELECT WHERE IN(SUBQUERY).
5) end transaction and close connection

how do I assure that the created temp table was remove/drop upon 5) ?

thanks a lot..
This post has been answered by Rajesh Lathwal on Jun 10 2010
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 8 2010
Added on Jun 10 2010
3 comments
800 views