Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Security Questions
Before revoking those privileges
You should run code to check if the package is called by anyone else
Select distinct owner from dba_dependencies Where referenced_name = 'DBMS_RANDOM';
Then grant the privileges directly to those "owners". Any oracle created user you are not using should be locked, its password changed, and expired.
Ian MacGregor
Stanford Linear Accelerator Center
ian_at_slac.stanford.edu
-----Original Message-----
From: oracle-l-bounce_at_freelists.org [mailto:oracle-l-bounce_at_freelists.org] On Behalf Of J. Dex
Sent: Tuesday, January 24, 2006 7:25 AM
To: oracle-l_at_freelists.org
Subject: Security Questions
For those of you who have had security audits, I am wondering about a couple of things.....
Does it matter if standard Oracle roles are NOT password protected? Does it only need to be non-standard roles that are password protected?
PUBLIC typically has some execute privileges, dbms_random, etc. Will it adversely effect anything if those privileges are revoked?
--
http://www.freelists.org/webpage/oracle-l
--
http://www.freelists.org/webpage/oracle-l
Received on Tue Jan 24 2006 - 16:49:27 CST
![]() |
![]() |