Hi All,
I am trying to install Oracle Database Client 12c in Windows server 2012 through Silent installation. I am using response file to run the setup. Here is the Code running in cmd.exe
"x:\xxx\Oracle\Setup.exe" -silent -nowait -noconfig -responseFile "x:\xxx\Oracle\OracleClient.rsp"
As I am automating this installation through a PowerShell script, all the installation needs to be done automatically with all the required services to run and close automatically, but What I can see JAVA(TM) Platform SE Binary is running and taking a lot of CPU and Memory even if the installation gets completed. I have to manually stop this process from Task Manager.
Please let me know how to stop this process silently and do I need to do any changes in my approach at all.
Thanks,
Aravinda