![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Dear Experts, I need a new user to be created with a read only access to some tables and no access to all other objects. My DBA told me it is impossible in Sybase because all new users belong to the "public" group which has a full access to all objects. So he has to remove access permissions from the group and it will make a lot of problems. I think it could be more realistic solution for this simple job. Could you please give me some input how to create a new user with a read only access? Regards, Serguei. |
#3
| |||
| |||
|
|
Dear Experts, I need a new user to be created with a read only access to some tables and no access to all other objects. My DBA told me it is impossible in Sybase because all new users belong to the "public" group which has a full access to all objects. So he has to remove access permissions from the group and it will make a lot of problems. I think it could be more realistic solution for this simple job. Could you please give me some input how to create a new user with a read only access? |
#4
| |||
| |||
|
|
On Jun 9, 11:21 am, Serguei.Goumeni... (AT) cibc (DOT) ca wrote: Dear Experts, I need a new user to be created with a read only access to some tables and no access to all other objects. My DBA told me it is impossible in Sybase because all new users belong to the "public" group which has a full access to all objects. So he has to remove access permissions from the group and it will make a lot of problems. I think it could be more realistic solution for this simple job. Could you please give me some input how to create a new user with a read only access? With all due respect, your DBA doesn't know what he's talking about. Just REVOKE the INSERT and UPDATE permissions on those tables from that user. REVOKE INSERT,UPDATE ON {table} FROM {user} GO |
![]() |
| Thread Tools | |
| Display Modes | |
| |