Which rigths to be able to create objetcs for others users, BUT not for myself.
hi,I know, the subject of this post is difficult to understand ...
what I want to do is : creating a user who can create objects (tables, indexes, ...) for other users, BUT who can't create objects for himself.
In other words, I want to create an operator user like this:
connect Operator/xxxx
create table user1.TEST (.....) : OK
create table TEST2 : KO
Is it possible ?
thank's
what I want to do is : creating a user who can create objects (tables, indexes, ...) for other users, BUT who can't create objects for himself.
In other words, I want to create an operator user like this:
connect Operator/xxxx
create table user1.TEST (.....) : OK
create table TEST2 : KO
Is it possible ?
thank's
0