Put your tips and tricks online - Share your knowledge! Login | Register
 
 
  Search     Advanced search
 

Home | Ask Question | Add tip | Questions | My tips | Recent tips & tricks | Suggest a category | FAQ | Forums
Online Tools:  Generate rename / copy datafiles script

 
 
 
 Found 3 tips, Displaying 1 - 3 
 
Sort by 
 
 how to lock unlock a user by command line
alter user account lock/unlock ;
 More...
08/04/10
 
 
 How to find unused indexes
To determine if your indexes are being used or you can drop them use index monitoring (this feature is available from Oracle 9 onwards). 1. To start index monitoring: SQL> alter index SAMPLE_INDEX monitoring usage; If this statement fails with ORA-00054: resource busy and acquire with NOWAIT specified The index is already being used, so ...
     
More...

01/24/06
 
 
 How to remove a parameter from spfile
This feature is available in Oracle 9 and Oracle 10. To remove a parameter from spfile and reset it to default value run the following command: alter system reset "_db_block_lru_latches" scope=spfile sid='*';
     
More...

01/23/06
 
 


Recent tips & tricks
Databases > Oracle > RMAN : Syntax to crosscheck archive l...
Databases > Oracle > Oracle 10g : Recover a dropped/deleted tabl...
Databases > Oracle > Oracle 10g : Drop wrongly added Datafile in...
Databases > Oracle > Oracle 9 : how to lock unlock a user by c...

More categories
Databases | Programming | Hardware | Operating Systems | Networking | Internet | ERP / CRM | Games & Multimedia | Graphics & Design | Miscellaneous | Office Software | TipLib FAQ
 

Home |  FAQ |  Terms of Use |  Privacy Policy

© 2005 tiplib.com