Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Can an IMPORT be stopped/interrupted?
Morning Greg,
I don't know how gracefully you want, but I've had no problems with :
ps -ef|grep -i imp | grep -v grep | grep -i <username_doing_import>
followed by
kill -9 <pid_of_imp_session>
After than I run a script to tidy up the carnage in the scheme I was importing into, and start the correct import again.
Cheers,
Norman.
PS. Of course, the above is Unix.
Tel: 0113 289 6265 Fax: 0113 289 3146 URL: http://www.Lynx-FS.com
-------------------------------------
-----Original Message-----
From: Greg Brady [mailto:anonymous_at_nowhere.net]
Posted At: Tuesday, April 15, 2003 3:44 AM
Posted To: server
Conversation: Can an IMPORT be stopped/interrupted?
Subject: Can an IMPORT be stopped/interrupted?
guys/gals,
Is it possible to interrupt or stop an ongoing IMPORT ("imp") command? I want to stop it gracefully if possible.
thanks,
Greg Brady
Received on Tue Apr 15 2003 - 02:08:06 CDT
![]() |
![]() |