SHIFT-WIKI - Sjoerd Hooft's InFormation Technology
This WIKI is my personal documentation blog. Please enjoy it and feel free to reach out through blue sky if you have a question, remark, improvement or observation. See below for the latest additions, or use the search or tags to browse for content.
Oracle Client Installation Windows
Summary: How to install the oracle client on Windows.
Date: Around 2013
Refactor: 8 March 2025: Checked links and formatting.
The Oracle Client installation for Windows is a lot more easy than on aix. There is a setup with a help option, a record option and a responsefile option:
This is the command to view the help:
setup.exe -help
This is the command to start the installation with the record option:
setup.exe -response C:\oracleresponsefile.rsp
This is the command to start the installation with the created responsefile:
setup.exe -responsefile C:\oracleresponsefile.rsp
Then, if you also want it to go fast, you want to use the silent option so all the screens won't have to show:
setup.exe -silent -responsefile C:\oracleresponsefile.rsp
Oracle Client Installation AIX
Summary: How to install the oracle client on AIX.
Date: Around 2013
Refactor: 8 March 2025: Checked links and formatting.
OpenSuse 10.3
Summary: Installation report on OpenSuse 10.3
Date: Around 2007
Refactor: 3 January 2025: Checked links and formatting.
AIX LDAP on AD
Summary: ALthough AIX is by now on version 7.3 I find these old pages so fascinating I decided to keep them. On this page I'll show you how to configure AIX if you need authentication from Active Directory. This page is for AIX 5.3.
Date: Between 2010-2013
Refactor: 21 December 2024: Checked formatting.