/build/static/layout/Breadcrumb_cap_w.png

Oracle 11g R2 Client (11.2.0.1)

I am trying to install the Oracle 11g R2 client using this command line:

"\\hcidalas50\sandbox$\Oracle 11g R2 Client\x86\Install\OUI.exe" -waitforcompletion -nowait -noconsole -force -silent -responsefile ""\\hcidalas50\sandbox$\Oracle 11g R2 Client\HCIScripts\ClientODBC.rsp"

and the installation just disappears. I look at the InstallActionsxxx.log and it only has two lines:

Using paramFile: \\hcidalas50\sandbox$\Oracle 11g R2 Client\x86\Install\oraparam.ini
The commandline for unzip:

After removing the -noconsole switch I discovered that setup doesn't understand that I'm passing a response file. I'm getting a [INS-10103] Response file is nto specified for this session" message. The console ends with press any key to continue and when I do, the setup ends.

Why doesn't it see that I've included a response file? I've verified that the response file exists because I can cut and past the response file from my command line and open it in notepad.

0 Comments   [ + ] Show comments

Answers (11)

Posted by: BoyGenius 13 years ago
Orange Belt
2
You can all sleep soundly tonight, the problem has been solved!

As it turns out, the problem is that the -responseFile switch is case sensitive! (please note the capital 'F').
Posted by: chichora123 11 years ago
Fourth Degree Green Belt
1

Where do i find deinstall.rsp? I tried the following with system account & it's not working for me.

 "C:\Oracle\product\11.2.0\client\deinstall\deinstall.bat" -silent 

I see a deinstall.rsp.tmpl file under response folder do i need to change the name & use a -deinstall switch?

Posted by: rock_star 13 years ago
4th Degree Black Belt
1
yah u r rite .. i faced this ..

my install command was

setup.exe -responseFile fullpath\response.rsp -silent -nowait -force
Posted by: cygan 13 years ago
Fifth Degree Brown Belt
0
\\hcidalas50\sandbox$\Oracle 11g R2 Client\x86\Install\OUI.exe" -waitforcompletion -nowait -noconsole -force -silent -responsefile ""\\hcidalas50\sandbox$\Oracle 11g R2 Client\HCIScripts\ClientODBC.rsp"


have you tried using the setup.exe
Posted by: BoyGenius 13 years ago
Orange Belt
0
Yes, I forgot to mention that have tried both setup.exe and OUI.exe. I get the same result.
Posted by: anonymous_9363 13 years ago
Red Belt
0
Looks like a quoting issue to me, in that you have two leading quote marks in front of the RSP path and name and only one trailing quote mark. Try either:"\\hcidalas50\sandbox$\Oracle 11g R2 Client\x86\Install\OUI.exe" -waitforcompletion -nowait -noconsole -force -silent -responsefile "\\hcidalas50\sandbox$\Oracle 11g R2 Client\HCIScripts\ClientODBC.rsp"or"\\hcidalas50\sandbox$\Oracle 11g R2 Client\x86\Install\OUI.exe" -waitforcompletion -nowait -noconsole -force -silent -responsefile ""\\hcidalas50\sandbox$\Oracle 11g R2 Client\HCIScripts\ClientODBC.rsp""or"\\hcidalas50\sandbox$\Oracle 11g R2 Client\x86\Install\OUI.exe" -waitforcompletion -nowait -noconsole -force -silent -responsefile "\\hcidalas50\sandbox$\Oracle~1\HCIScr~1\Client~1.rsp"or "\\hcidalas50\sandbox$\Oracle 11g R2 Client\x86\Install\OUI.exe" -waitforcompletion -nowait -noconsole -force -silent -responsefile \\hcidalas50\sandbox$\Oracle~1\HCIScr~1\Client~1.rsp
Posted by: cygan 13 years ago
Fifth Degree Brown Belt
0
did you record the rsp yourself or did you use the existing one and tried hacking it
Posted by: BoyGenius 13 years ago
Orange Belt
0
Honestly, I don't remember how I created the response file. I did just create a new response file via the OUI GUI, but I got the same result (by that I mean that my installation just disappeared without really doing anything - I haven't tried it without the -NOCONSOLE switch).
Posted by: BoyGenius 13 years ago
Orange Belt
0
OK, using short path/file names, and my test.rsp that I just created, I'm getting a step further.

Now my installActions log shows:
\\hcidalas50\sandbox$\oracle~1\x86\install\unzip -qqqo ..\stage\Components\oracle.jdk\1.5.0.17.03\1\DataFiles/"*.jar" -d "C:\Users\jtrask\AppData\Local\Temp\OraInstall2010-08-31_10-36-14AM"

I've also tried using a mapped drive and short path names, but I continue to have the same problem. I've stripped the command line down to just using the -silent and -responsefile switches.

I have even copied the installation files to my C: drive and installed from there using short path names, enclosed in quotes with just the -silent and -responsefile switches along with my test.rsp.
Posted by: toyolin 13 years ago
Yellow Belt
0
Has anyone tried to uninstall Oracle 11g R2 using the System Account?
Posted by: WiseAppPackager 13 years ago
Purple Belt
0
I assume, you already have a deinstall.rsp file.
Yes, I was able to uninstall it without any issues.

Comments:
  • Great solution ! i had the same problem today. - hardpfr 11 years ago
  • Can you please tell me the command line you guys are using to unsitall this? Also, how to get the deinstall.rsp file? Thanks - chichora123 11 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ