Re: [WAPT 1.6.2][Error] Creating an Oracle 11 package
Published: April 2, 2020 - 11:33 AM
Good morning,
The path to the .rsp file must be written as an absolute path and not a relative path.
Regarding the use of the Enter key at the end of the silent installation, the -nowait parameter must be added
The path to the .rsp file must be written as an absolute path and not a relative path.
Regarding the use of the Enter key at the end of the silent installation, the -nowait parameter must be added
Code: Select all
oui.exe -silent -force -nowaitAdo wrote: ↑Oct 24, 2019 - 9:59 AM I was starting to despair, thanks for sharing, upperm.![]()
I did the same as you, running oui.exe directly, and it works correctly. However, I didn't understand why it wouldn't run the .rsp file directly from the WAPT folder, even though I can copy the tnsnames file...
Quick question: at the end of the installation (or uninstall), it asks you to press Enter to close the command prompt. How do you get around this? Because I have the distinct impression that as long as you don't do it, the installation remains active.