Home » RDBMS Server » Server Administration » Commit other user sessions
Commit other user sessions [message #135231] Tue, 30 August 2005 09:32 Go to next message
oradba
Messages: 3
Registered: June 2000
Location: USA
Junior Member
Hi,

I have very different issue. When any user lock the table normally we kill them. If they do not commit after a couple of hours.

-- kill -9 <OS_PID_OF_SERVER_PROCESS>

But some time in my database warehouse research we have to run very very large queries and we do not want to kill them. Reason because database need to rollback and it will take a while.

We want to commit other users session and we do not have access to those system physically.

As an DBA user how I can commit other users session.


Thanks
M
Re: Commit other user sessions [message #135554 is a reply to message #135231] Thu, 01 September 2005 03:37 Go to previous messageGo to next message
Frank Naude
Messages: 4589
Registered: April 1998
Senior Member
Unfortunately you cannot.

Best regards.

Frank
Re: Commit other user sessions [message #135622 is a reply to message #135231] Thu, 01 September 2005 10:03 Go to previous message
smartin
Messages: 1803
Registered: March 2005
Location: Jacksonville, Florida
Senior Member
You may want to evaluate the application code, plsql etc that is used and check for unnecesary and/or inapropriate use of manual locking. Also may want some exception handling code in there to rollback a bit sooner, rather than waiting a few hours.
Previous Topic: Creating new database manually...!
Next Topic: oracle installation on unix
Goto Forum:
  


Current Time: Tue Feb 04 00:31:32 CST 2025