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

Home Home
Oracle Monitoring
Growth Monitoring
Emergency DBA Support
Installs & Upgrades
Oracle Migration
Oracle Support Plan
Oracle SQL Tuning
Oracle Performance Tuning

 Our Remote DBA Clients

 

Free Oracle Tips


 
HTML Text

Free Oracle App Server Tips


 
HTML Text

 

   
  Oracle Tips by Burleson

Chapter 4 General Oracle Security

in a regular privilege granting statement, rather through a separate ALTER USER command as follows.

ALTER USER JUDY QUOTA 10K ON USER_DATA;

This will allow Judy to create only 10 Kilobytes of stored data, such as tables and materialized views, inside tablespace user_data. Although this command is designed for storage management in Oracle, it offers powerful solutions for security. By limiting how much storage the user can create in a tablespace, the user is not allowed to take over available space in a tablespace and cause failure in other applications. If a user should have unrestricted space, the word 10K should be replaced by UNLIMITED as in:

ALTER USER JUDY QUOTA UNLIMITED ON USER_DATA;

However, if the user has the UNLIMITED TABLESPACE system privilege, he or she can create tables in any tablespace, including the SYSTEM tablespace! Surely, that is not desirable. You should not grant this system privilege to any user. The following script shows the quota of each user in each tablespace.

find_ts_quota.sql

--**********************************************
--
--   Copyright © 2003 by Rampant TechPress Inc.
--
--   Free for non-commercial use.


The above text is an excerpt from:

Oracle Privacy Security Auditing

The Final Word on Oracle Security

 

This is the only authoritative book on Oracle Security, Oracle Privacy, and Oracle Auditing written by two of the world’s leading Oracle Security experts.

This indispensable book is only $39.95 and has an immediate download of working security scripts:

 

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

 

Burleson Oracle consulting & training



 

 

WISE Oracle monitoring software
 

 

Oracle forum for DBA 

 

Rampant TechPress Oracle book publisher

image 

  

 

E-mail us for BC Oracle support:   

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

Oracle® is the registered trademark of Oracle Corporation.