Hi all ,
Can anyone help me with the below query
I have a table in a schema user1.employee1
And I need to execute anlayze table employee1 gather statistics from user2.
I have executed below from
grant analyze on user1.employee1 to user2
But this is not working .
Is there any other way ?
Thanks