Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • sess1.sql Oracle
  • Jai Shree Ram Oracle
  • Histogram Overview Oracle
  • Finding Oracle Patches with opatch Oracle
  • ORA-00064: object is too large to allocate on this O/S during startup Oracle
  • Rename Oracle Instance Name Oracle
  • Windows based Command line mailing program like mailx (Sednmail for windows) PHP/MYSQL/Wordpress
  • oracle 10g on linux Linux/Unix
  • SQL_PLAN.sql for checking real execution plan Oracle
  • configUOCIOTTO.ora Oracle
  • cold backup scripts to copy locally Linux/Unix
  • Find nth max and min. Oracle
  • plan10g.sql good Oracle
  • Facts about SCN and Rollback Segment Oracle
  • Sequence Resetting Oracle

In Addition to previous note, following grants needed on PERFSTAT user.

Posted on 16-Jan-2006 By Admin No Comments on In Addition to previous note, following grants needed on PERFSTAT user.

/* System privileges */

grant create session to PERFSTAT;

grant alter session to PERFSTAT;

grant create table to PERFSTAT;

grant create procedure to PERFSTAT;

grant create sequence to PERFSTAT;

grant create public synonym to PERFSTAT;

grant drop public synonym to PERFSTAT;

/* Select privileges on STATSPACK created views */

grant select on X_$KCBFWAIT to PERFSTAT;

grant select on X_$KSPPSV to PERFSTAT;

grant select on X_$KSPPI to PERFSTAT;

grant select on X_$KSQST to PERFSTAT;

grant select on V$FILESTATXS to PERFSTAT;

grant select on V$TEMPSTATXS to PERFSTAT;

grant select on V$SQLXS to PERFSTAT;

/* Roles */

grant SELECT_CATALOG_ROLE to PERFSTAT;

/* Select privs for catalog objects – ROLES disabled in PL/SQL packages */

grant select on V_$PARAMETER to PERFSTAT;

grant select on V_$SYSTEM_PARAMETER to PERFSTAT;

grant select on V_$DATABASE to PERFSTAT;

grant select on V_$INSTANCE to PERFSTAT;

grant select on V_$LIBRARYCACHE to PERFSTAT;

grant select on V_$LATCH to PERFSTAT;

grant select on V_$LATCH_MISSES to PERFSTAT;

grant select on V_$LATCH_CHILDREN to PERFSTAT;

grant select on V_$LATCH_PARENT to PERFSTAT;

grant select on V_$ROLLSTAT to PERFSTAT;

grant select on V_$ROWCACHE to PERFSTAT;

grant select on V_$SGA to PERFSTAT;

grant select on V_$BUFFER_POOL to PERFSTAT;

grant select on V_$SGASTAT to PERFSTAT;

grant select on V_$SYSTEM_EVENT to PERFSTAT;

grant select on V_$SESSION to PERFSTAT;

grant select on V_$SESSION_EVENT to PERFSTAT;

grant select on V_$SYSSTAT to PERFSTAT;

grant select on V_$WAITSTAT to PERFSTAT;

grant select on V_$SQLAREA to PERFSTAT;

grant select on V_$SQL to PERFSTAT;

grant select on V_$SQLTEXT to PERFSTAT;

grant select on V_$SESSTAT to PERFSTAT;

grant select on V_$BUFFER_POOL_STATISTICS to PERFSTAT;

/* Packages */

grant execute on DBMS_SHARED_POOL to PERFSTAT;

grant execute on DBMS_JOB to PERFSTAT

Oracle, SQL scripts

Post navigation

Previous Post: Removing first line
Next Post: New Latest Param.sql for finding all hidden parameters also

Related Posts

  • AWR license Oracle
  • Proc code Oracle
  • Index Range Scan Oracle
  • SYSOPER Mystery Oracle
  • ENQ: KO – FAST OBJECT CHECKPOINT tips Oracle
  • Find_stale_dr.sql finding stale physical DR.. Oracle

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Categories

  • Ansible (0)
  • AWS (2)
  • Azure (1)
  • Linux/Unix (149)
  • MYSQL (5)
  • Oracle (393)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (0)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (149)
  • SQL scripts (342)
  • SQL Server (6)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • Trace a SQL session from another session using ORADEBUG30-Sep-2025
  • SQL Server Vs Oracle Architecture difference25-Jul-2025
  • SQL Server: How to see historical transactions25-Jul-2025
  • SQL Server: How to see current transactions or requests25-Jul-2025
  • T-SQL Vs PL/SQL Syntax25-Jul-2025
  • Check SQL Server edition25-Jul-2025
  • Checking SQL Server Version25-Jul-2025
  • Oracle vs MYSQL Architecture differences (For DBAs)24-Jul-2025
  • V$INSTANCE of Oracle in MYSQL24-Jul-2025
  • Day to day MYSQL DBA operations (Compared with Oracle DBA)24-Jul-2025

Archives

  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • crtgr.sql /* For creating trigger from data dictionary */ Oracle
  • Paste command syntax Linux/Unix
  • Nice Article about semaphores and init.ora Processes parameter relations Linux/Unix
  • Default User Profile Oracle
  • replacing ^M character when passing files from Windows to Unix Linux/Unix
  • oradebug ipcrm ipcs Oracle
  • How can I tell if ASO is installed ? Oracle
  • Remove DOS CR/LFs (^M) Linux/Unix

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme