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
Mobile Phones / Tablets > Android : smb not working with Samsung G...
Databases > Oracle > Performance Tuning : When and what's been analyzed
Databases > Oracle > Performance Tuning : Sessions, transactions and rol...
Databases > Oracle > ASM : ASM empty directory doesn't ge...

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

Home |  FAQ |  Terms of Use |  Privacy Policy

© 2005 tiplib.com