Is there a way to create a temp table in ORacle 8 that would be local to each user.
I have a crystal report in which I am using the stored procedure. In my stored procedure, I am deleting from a temp table and repopulating it based on the parameter values entered by the user. Now, if multiple users are accessing the same report at the same time, they will be deleting / repopulating the same temp table at the same time. How can I create a temp table for each user from where they can delete / repopulate so that they do not interfere wach other's work?
please help. thanks.
I have a crystal report in which I am using the stored procedure. In my stored procedure, I am deleting from a temp table and repopulating it based on the parameter values entered by the user. Now, if multiple users are accessing the same report at the same time, they will be deleting / repopulating the same temp table at the same time. How can I create a temp table for each user from where they can delete / repopulate so that they do not interfere wach other's work?
please help. thanks.