Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: revoke create/alter/drop tablespace
"Chan" <chandra_2000_us_at_yahoo.com> a écrit dans le message de news: 1128805083.749910.163880_at_g43g2000cwa.googlegroups.com...
| Is there any way we can revoke CREATE/ALTER/DROP TABLESPACE from a
| user.
| I am using ORACLE v9.2 on AIX.
|
| Thanks.
|
revoke create tablespace, alter tablespace, drop tablespace from <user>; revoke <all roles containing the previous privileges> from <user>;
Regards
Michel Cadot
Received on Sat Oct 08 2005 - 16:13:33 CDT
![]() |
![]() |