Home » RDBMS Server » Server Administration » Privilege require to gather stats (Oracle 10.2.0.1.0, Windows)
|
|
Re: Privilege require to gather stats [message #555726 is a reply to message #555681] |
Mon, 28 May 2012 00:24   |
 |
Barbara Boehmer
Messages: 9105 Registered: November 2002 Location: California, USA
|
Senior Member |
|
|
If you have sufficient privileges to create a table in your own schema (create session, create table, quota on tablespace), then you can gather statistics on it. You do not need any additional privileges to gather statistics on a table in your own schema. There is a PUBLIC role that is automatically granted to all users and not listed in dba_roles or session_roles and execute on dbms_stats is granted to PUBLIC. However, you need additional privileges (analyze any) to gather statistics for tables in other schemas.
[Updated on: Mon, 28 May 2012 00:43] Report message to a moderator
|
|
|
|
|
Goto Forum:
Current Time: Fri Jun 06 10:32:24 CDT 2025
|