You can revoke the privilege from the user rimon by the following command:
REVOKE create session, create table,
create view, create sequence
FROM rimon;
SQL Command:
REVOKE create session, create table,
create view, create sequence
FROM user_name;
0 comments:
Post a Comment