|  | 
		Dear Erman, I have a three question on EBS.
 A. How i can  kill ALL oracle and applmgr processes.
 
 -ps -fu applmgr|grep FNDLIBR | grep -v grep | awk '{print $2}' | xargs kill -9
 
 is not working.
 
 B. How i can Delete the install directory, oraInventory and /tmp.
 
 C. How i can see stage area location ?
 
 (Doc ID 1596433.1) step 3.
 
 Br.
 |