vspacer
 
vspacer
 

Kintana Script : CLM V$ Database Grants

 

ZDS Kintana Scripts

Purpose

Access to Oracle's'V$ Views is essential if you want to exercise close control over the database.

As a minimum you need to setup these access grants.

Tested

With HP PPM (Project and Portfolio Management) Kintana v6.0.

Usage

Paste the script into SQL Runner

Change the 'clm' as required to match your schema name

Script kintana_scripts_system_clm_database_grants
grant select  on SYS.v_$parameter to clm;
grant execute on SYS.dbms_stats   to clm;
grant select  on SYS.v_$mystat    to clm;
grant select  on SYS.v_$process   to clm;
grant select  on SYS.v_$session   to clm;

Download

KintanaScripts.zip (64 Kb)

Kintana™, 'Mercury IT Governance™', 'HP PPM (Project and Portfolio Management)™
are trademarks of ChainLink, Mercury Interactive Corporation, and Hewlett Packard Corporation respectively.


   


Back to top | ZDS Home | This article updated November 18, 2008.