I'm trying to install oracle 11g R2 using a responsefile. I do like this:
./runInstaller -responseFile /home/oracle/database/response/db_install.rsp
But when I execute the command, it always open my Windows X (I'm using moba Extern). How can I install Oracle 11G R2 in command line?
Note: I want to install software only!
asked Jan 21, 2020 at 12:18
-
1Check also this stackoverflow.com/questions/56792726/…Wernfried Domscheit– Wernfried Domscheit2020年01月21日 13:33:37 +00:00Commented Jan 21, 2020 at 13:33
1 Answer 1
Yes, because you forgot to add -silent
.
answered Jan 21, 2020 at 12:30
lang-sql