I run a queries off of an Oracle database for reporting purposes, and I would like to be able to create temporary tables which contain data that can not be found on the server. I believe doing so would speed up the time needed to run my queries, which can often pull up to a million records at a time.
I've discovered that no users on this server have the proper permission to create temp tables though, and I was wondering if there is a reason for this. Do the DBAs out there know if it's possible to have permission to create temporary tables only without being given the rights to modify existing tables? Also, is this privilege not being given out to users because it may adversely affect server performance?
Thanks everyone!
I've discovered that no users on this server have the proper permission to create temp tables though, and I was wondering if there is a reason for this. Do the DBAs out there know if it's possible to have permission to create temporary tables only without being given the rights to modify existing tables? Also, is this privilege not being given out to users because it may adversely affect server performance?
Thanks everyone!