Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • Benefits and Usage of RMAN with Standby Databases Oracle
  • How to set Processes Parameter Oracle
  • How to choose Driver table in SQL statement Oracle
  • How to change hostname in Linux Linux/Unix
  • exp syntax in oracle 10g Oracle
  • tblwopk.sql /* Find Tables Without PK */ Oracle
  • Histogram information Oracle
  • How to know Number of CPUs on Sun Box Linux/Unix
  • Drop all SPM baselines for SQL handle Oracle
  • Adding Datafile on Primary Server and Impact on Standby Server Oracle
  • scripts to take listener.log backup Linux/Unix
  • DBMS_JOB all example Oracle
  • Oracle 10g Wait Model Oracle
  • Paste command syntax Linux/Unix
  • Locktree.sql 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

  • Restoring a user’s original password 1051962.101 Oracle
  • Reclaim temp tablespace for oracle 8, 8i Oracle
  • CTAS with LONG Column for 9i and higher Oracle
  • TOP-N Sql to find Nth max or Top N rows Oracle
  • 751131.1 New Article Error 2819 While Requesting a Systemstate Dump Oracle
  • TRUNCATE table and disabling referential constraints. 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
  • DETERMINING WHICH INSTANCE OWNS WHICH SHARED MEMORY & SEMAPHORE SEGMENTS Oracle
  • Shuffle an array PHP/MYSQL/Wordpress
  • Gathering statistics with DBMS_STATS Oracle
  • How does one SELECT a value from a table into a Unix variable? From SQL to Shell Linux/Unix
  • Generating XML from SQLPLUS Oracle
  • plan10g.sql good Oracle
  • reset Sequence Oracle
  • rm_backup_arch_file.ksh Linux/Unix

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme