Opinions, experiences and information about SQL and the databases that process it, from a guy who's been at it for over 20 years.
Tuesday, February 22, 2011
:eye roll:
Oracle Universal Installer can't be run in a directory with spaces in the name (Unix), or else it bombs! This is apparently due to lack of quotes in the runInstaller script, where a local variable is being set to pwd.
On windows, the windows 2008/7 64-bit installer won't run properly after the latest updates.. it tells you it version incompatibility... you have to run it in the command line: setup.exe -ignoreSysPrereqs
1 comment:
On windows, the windows 2008/7 64-bit installer won't run properly after the latest updates.. it tells you it version incompatibility...
you have to run it in the command line: setup.exe -ignoreSysPrereqs
Post a Comment