Home » RDBMS Server » Server Administration » unix cmd
unix cmd [message #58827] Thu, 02 October 2003 10:14 Go to next message
Kapil
Messages: 145
Registered: May 2002
Senior Member
When i did ps -ef, i got this output now i want to kill the sqlldr process. how should i do. what cmd should i type
kill -9 pid or ppid

UID PID PPID C STIME TTY TIME COMMAND
ggg 10947 10897 0 13:12:22 pts/tc 0:00 sqlplus /nolog
fgg 22893 22892 0 15:10:41 pts/ti 0:00 -ksh
fgg 23038 22278 0 15:11:41 pts/tf 0:00 sqlldr xxxx/yyyyy@tttttttt control=uuuuuuu
fgg10897 10896 0 13:11:51 pts/tc 0:00 -ksh
Re: unix cmd [message #58828 is a reply to message #58827] Thu, 02 October 2003 10:18 Go to previous messageGo to next message
Thiru
Messages: 1089
Registered: May 2002
Senior Member
ps -ef&#124grep sqlldr

kill -9 23038
Re: unix cmd [message #58829 is a reply to message #58827] Thu, 02 October 2003 10:26 Go to previous messageGo to next message
Kapil
Messages: 145
Registered: May 2002
Senior Member
What is PPID IN first column? what is the diff between PID AND PPID?
thanks again.
Re: unix cmd [message #58830 is a reply to message #58828] Thu, 02 October 2003 10:27 Go to previous messageGo to next message
Kapil
Messages: 145
Registered: May 2002
Senior Member
What is PPID IN first column? what is the diff between PID AND PPID?
thanks again.
Re: unix cmd [message #58831 is a reply to message #58830] Thu, 02 October 2003 10:35 Go to previous message
Thiru
Messages: 1089
Registered: May 2002
Senior Member
PID = Process ID
PPID = Parent process ID

In here, the sqlldr process is the child of your shell(or whichever program that invoked it = Parent).

-Thiru
Previous Topic: Oracle Database Configuration Assistant
Next Topic: partitioning not enabled
Goto Forum:
  


Current Time: Fri Sep 20 08:27:48 CDT 2024