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 22 tips, Displaying 21 - 22 
 
Sort by 
 
 Kill user session
Use this procedure to find and kill a user's session: SQLPLUS> select sid, serial# from v$session where username = 'USER'; SQLPLUS> alter system kill session 'SID,SERIAL#';
     
More...

10/03/05
 
 
 Reset DBID
Reset database id so that it can be backed up if the same DBID already exists in RMAN catalog for a different database. SVRMGR> alter database backup controlfile to trace resetlogs; SVRMGR> shutdown immediate; SVRMGR> startup mount; SVRMGR> select dbid , name from v$database ; DBID NAME ---------- --------- 673658548 ...
 More...
09/23/05
 
 

<< 1 | 2 | Page 3

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