forms-c4ws

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

forms-c4ws

big
Hi,
On R12.2 on AIX DB 11.2.0.4
Weblogic 10.3.6

forms-c4ws_server1 is not running:



But when looking at process on server we have randomly forms-c4ws process:

ps -fu user1 | grep forms-c4ws_server1|wc -l
       1
 ps -fu user1 | grep forms-c4ws_server1|wc -l
       0

ps -fu user1 | grep forms-c4ws_server1|wc -l
       1
 ps -fu user1 | grep forms-c4ws_server1|wc -l
       0
Can I have any explanation?

Thanks.
Reply | Threaded
Open this post in threaded view
|

Re: forms-c4ws

ErmanArslansOracleBlog
Administrator
This is expected. Especially if you are on 12.2.5 or a later release..

In 12.2.5 it was disabled and is no longer started accordingly.

Your ps command may not be accurate..

use it without "wc -l" and see if there is a real process returned from there.. maybe you are catching your own grep command with that ps..
 
big
Reply | Threaded
Open this post in threaded view
|

Re: forms-c4ws

big
Thank you.