DENY over other rights [message #351913] |
Fri, 03 October 2008 12:56 |
livgonzales
Messages: 2 Registered: October 2008 Location: Huntington Beach, CA
|
Junior Member |
|
|
Hello everyone,
Im new to Oracle, been a MS SQL server user most of my working life.
I was asking from the DBA create view rights and I was told I cannot have them because I only have select and it will be cumbersome for him or something.
I am wondering if he can give me create view rights, THEN DENY me insert, update, delete and drop rights on DBA tables.
I wish to create my own table, even temporary ones, my own views, but I should not be given rights that can mess up their database.
Thanks.
|
|
|
Re: DENY over other rights [message #351919 is a reply to message #351913] |
Fri, 03 October 2008 13:18 |
|
Michel Cadot
Messages: 68718 Registered: March 2007 Location: Saint-Maur, France, https...
|
Senior Member Account Moderator |
|
|
Why on DBA tables? You have to justify that.
Quote: | I wish to create my own table, even temporary ones, my own views, but I should not be given rights that can mess up their database.
|
If it is a development database, why not.
If it is a production database, DBA is right unless you have a business need for that (which I doubt).
Remember that Oracle has not the same temporary tables than MS SQL Server and most often does not need temporary table.
Regards
Michel
[Updated on: Fri, 03 October 2008 13:19] Report message to a moderator
|
|
|
|
|
Re: DENY over other rights [message #351943 is a reply to message #351926] |
Fri, 03 October 2008 15:43 |
|
Littlefoot
Messages: 21823 Registered: June 2005 Location: Croatia, Europe
|
Senior Member Account Moderator |
|
|
OK, but why do you want to do anything on a production database?
Quote: | I wish to create my own table, even temporary ones, my own views
| Where and why? If it is for testing or educational purposes, you could download and install your own Oracle database version (consider 10g Express Edition) from the Oracle Technology Network site and do whatever you want - create and drop tables, views, anything.
If that's not the option, ask DBA to create your own schema in a database which can live with your presence (for example, a development database, production replication database which is used for testing purposes, ...).
|
|
|