Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Creating Temporary Tables in Oracle
I'm not sure you can stop that. If they log in as the same user then they
are effectively the same person with the same permissions. I can think of
two possible ways around this though.
Your post also raises the question of why multiple people are using the same login when clearly the responsibilities of these people are not the same. i.e if you should have access to the table and Joe Bloggs shouldn;t then he should really use another user with another role I;d have thought.
--
Alan D. Mills
sumanm_at_my-dejanews.com wrote in message <7188li$ogo$1_at_nnrp1.dejanews.com>...
>How can I create temporary tables in Oracle ?
>I know that SQL Server supports temporary tables.
>Basically, I need to create a temporary table containing
>a subset of the data from another table. Then I want
>to update some rows in that temporary table,
>use it and later drop it.
>
>I don't want anyone else who has logged on using the
>same userid/pwd to see my temporary table.
>
>How do I achieve that ?
>
>-----------== Posted via Deja News, The Discussion Network ==----------
>http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
Received on Thu Oct 29 1998 - 04:34:18 CST