indexes
When A) Columns added to tables
B) Procedures added to packages
This and other changes should result in better protection against brute force attacks and password guessing scenarios. For example, in addition to limiting the number of failed login attempts to 10 (default configuration in 10gR2), Oracle 11g beta’s planned default settings should expire passwords every 180 days, and limit to seven the number of times a user can login with an expired password before disabling access. Source
alter table t read only
alter table t read write
http://virag.sharma.googlepages.com/11gnewfeature