How to grant SCHEDULER_ADMIN to user;
Hi everyone,
I have autonomous databace (19c) and i connect to sql as ADMIN.
When i try to run: GRANT SCHEDULER_ADMIN TO ADMIN;
The answer is : ORA-01924: le rôle 'SCHEDULER_ADMIN' n'est pas accordé ou n'existe pas
As ADMIN the expected behaviour is to be granted this role.
What should i do ?
Thank you