Silent installation and Listener creation !!!
899278Nov 11 2011 — edited Nov 14 2011Hello all,
I'm installing silently the Oralce DB software, after the software is installed i whant to create a listener and to create the DB.
I do this in the following way:
setup.exe -silent -responseFile {Directory}\install.rsp -waitforcompletion -nowait - installation is done and everithyng is ok
after i do
netca -silent -responseFile listener.rsp
and it says that "netca not found".
If i close and start again the same netca command it works allready normaly, without problems
What can be the problem, and how can i solve it, if i need to run this operations from the same aplication ?