Call (800) 766-1884 for Oracle support & training
Free Oracle Tips


Oracle Consulting Support
Oracle Upgrades
Use New Oracle Features
Oracle Replication Support
Oracle Training
Remote Oracle DBA
System Documentation
Oracle Tips
Oracle Performance
 

Free Oracle Tips


 

HTML Text

BC Oracle tuning

Oracle training

Oracle support

Remote Oracle

 

 

   
  Oracle Tips by Burleson

Chapter 9 Oracle Security Internals Scripts

COLUMN pf_owner       FORMAT A10   HEADING 'Policy|Function|Owner'
COLUMN function       FORMAT A15   HEADING 'Function|Name'
COLUMN sel            FORMAT A3   HEADING 'Sel|?'
COLUMN ins            FORMAT A3   HEADING 'Ins|?'
COLUMN upd            FORMAT A3   HEADING 'Upd|?'
COLUMN del            FORMAT A3   HEADING 'Del|?'
COLUMN chk_option     FORMAT A3   HEADING 'Check|Option'
COLUMN enable         FORMAT A3   HEADING 'Enabled?'
COLUMN static_policy  FORMAT A7   HEADING 'Static?'
 
SET LINES 132 VERIFY OFF FEEDBACK OFF PAGES 47
ttitle 'DB Policies Report'
BREAK ON object_owner
SPOOL db_policies
 
SELECT
  object_owner,
  object_name,
  policy_group,
  policy_name,
  pf_owner,function,
  sel,ins,
  upd,
  del,


The above text is an excerpt from:
 

Mike Ault’s Oracle Internals Monitoring & Tuning Scripts
 

Written by the world's top DBA and author of over 20 Oracle books, Mike Ault shares his secrets for Oracle DBA management scripts.  This handy reference is indispensable for all Oracle professionals who must quickly automate and manage their Oracle databases with scripts.

This stellar book comes complete with an online code depot full of over 200 pre-tested Oracle DBA scripts, and covers all areas of Oracle database administration including data files, tablespace, table and index management scripts.  Based on more than 20 years full-time experience, Mike Ault brings his expertise to the public with this fantastic book.  Your time savings from a single script is worth the price of this great book.


http://www.rampant-books.com/download_adv_mon_tuning.htm
 

http://rampant-books.com/book_2003_2_audit.htm

 


Download your Oracle scripts now:

www.oracle-script.com

The definitive Oracle Script collection for every Oracle professional DBA


 

  
 

Oracle performance tuning software 
 
 
 
 

Oracle performance tuning book

 

 
 
 
Oracle performance Tuning 10g reference poster
 
 
 
Oracle training in Linux commands
 
Oracle training Excel
 
Oracle training & performance tuning books
 

 

   

Copyright © 1996 -  2011 by Burleson Enterprises. All rights reserved.

Oracle® is the registered trademark of Oracle Corporation.