Sql Tuning Advisor - Privileges (sqltrpt.sql) [message #609917] |
Thu, 13 March 2014 22:35 |
hitesh.bhatt
Messages: 84 Registered: February 2014 Location: INDIA
|
Member |
|
|
Hi,
Database - Oracle 11.2.0.3 Enterprise Edition
Server - Linux x86 64-bit
When I execute Sql Tuning Advisor(STA) - "ORACLE_HOME/rdbms/admin/sqltrpt.sql", it works fine for SELECT scripts,
but when execute STA for INSERT / UPDATE scripts it gives one of following error -
ORA-01031: insufficient privileges
ORA-00904: : invalid identifier
--I have verified that I have SELECT privileges on all tables of another schema, also I have following privileges:
ADVISOR,ADMINISTER SQL MANAGEMENT OBJECT,ADMINISTER SQL TUNING SET,
CREATE SESSION,GLOBAL QUERY REWRITE,ADMINISTER ANY SQL TUNING SET,CREATE ROLE.
Could you please help me which privileges are still missing?
Thanks in advance.
|
|
|
|
|