Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • telnet listening Linux/Unix
  • grep multuple patterns Linux/Unix
  • 276434.1 Modifying the VIP or VIP Hostname of a 10g or 11g Oracle Clusterware Node Oracle
  • reset Sequence Oracle
  • How to set Processes Parameter Oracle
  • Establishing trusted relationship between dbmonitor( central monitoring) and monitoring targets. Linux/Unix
  • Korn Shell Arithmatic Linux/Unix
  • upload.html PHP/MYSQL/Wordpress
  • run this before doing any dbchange pvm_pre_change.sql Oracle
  • OPENING A STANDBY DATABASE IN READ-ONLY MODE Oracle
  • Difference between SYNC and AFFIRM Oracle
  • switchlogfile.sh Linux/Unix
  • findobj.sql Oracle
  • All Hints for Oracle Databases Oracle
  • DBMS_SQL for alter session. 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

  • VIvek Encryption Package and Its Usage Oracle
  • Btee and Bitmap Plans in Oracle 9i and higher Oracle
  • Good links for x$ tables in oracle. Oracle
  • Find All internal Parameters Oracle
  • Adding or Dropping Online Redo Log Files When Physical Standby in place Oracle
  • Jai Shree Ram Oracle

Leave a Reply Cancel reply

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

Categories

  • AWS (2)
  • Azure (1)
  • Linux/Unix (149)
  • Oracle (388)
  • PHP/MYSQL/Wordpress (10)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (149)
  • SQL scripts (337)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • findinfo.sql (SQL for getting CPU and Active session info)27-May-2025
  • SQL Tracker by SID sqltrackerbysid.sql22-Apr-2025
  • How to connect to Oracle Database with Wallet with Python.21-Mar-2025
  • JSON/XML Types in Oracle18-Mar-2025
  • CPU Core related projections12-Mar-2025
  • Exadata Basics10-Dec-2024
  • Reading config file from other folder inside class24-Sep-2024
  • Python class import from different folders22-Sep-2024
  • Transfer SQL Profiles from One database to other database.05-Sep-2024
  • Load testing on Oracle 19C RAC with HammerDB18-Jan-2024

Archives

  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • Deleting first line and lastline of a file using sed Linux/Unix
  • Paste command syntax Linux/Unix
  • How to find pinned objects from shared pool. (pinned via dbms_shared_pool.keep) Oracle
  • Global Unique Identifier Generation in Oracle 9.2 SYS_GUID() Oracle
  • Session_info.ksh Linux/Unix
  • OEM-troubleshooting on 20-MAY-08 Oracle
  • run this before doing any dbchange pvm_pre_change.sql Oracle
  • move_arch_files.ksh Linux/Unix

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme