Cleaning Up A Failed Install Attempt

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Cleaning Up A Failed Install Attempt

Daniel
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.
Reply | Threaded
Open this post in threaded view
|

Re: Cleaning Up A Failed Install Attempt

ErmanArslansOracleBlog
Administrator
These are 3 different questions.
Please create 3 different issues for these 3 different questions..
Reply | Threaded
Open this post in threaded view
|

Re: Cleaning Up A Failed Install Attempt

Daniel
Okay, Thaks