Me as a User can i execute the following statements via sql editor?
Grant select on schema system to _sys_repo with grant option;
Grant select on schema _sys_bic to _sys_repo with grant option;
Grant select on schema Schema_orders to _sys_repo with Grant Option;
Is there a grant Insert or grant update or grant delete's? since i always see select, i thought select statements.
Thanksa lot for the helpful info.
Request clarification before answering.
Yes, you can if your user has the USER_ADMIN system privilege.
Yes, there are grant insert, delete, update, alter, execute, drop etc.
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Anooj,
I have the User_Admin granted to my System Privilege but I am able to execute only the
Grant select on schema _sys_bic to _sys_repo with grant option; statement from my User id.
As a system User I am unable to execute the Grant select on schema "My_Schema" to _sys_repo with Grant Option;. statement.
Not sure what I am doing wrong in both the cases.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.