Hi,
I will connect a vCenter and a Update Manager to a production Oracle database. This database is in production for other software and now it will be used to support VMware databases too.
In VMware documentation I can see that these privileges (among others) should be assigned to the Update Manager user:
create any sequence
create any table
drop any table
"Any"...correct me if I'm wrong but that means that this user will be able to create or delete (drop) any table in other schemas too. Why is this? I would prefer to change these to:
create sequence
create table
drop table
Is it possible?
What's the risk in giving the "any" to that user?
Thanks in advance!
elgreco81