wiki.getshifting.com

--- Sjoerd Hooft's InFormation Technology ---

User Tools

Site Tools


start

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.


Installing Oracle 11g R2 on Red Hat 5

Summary: How to install Oracle 11g R2 on Red Hat 5.
Date: Around 2014
Refactor: 8 March 2025: Checked links and formatting.

→ Read more...

2025/06/01 11:59

Oracle Database Install AIX

Summary: How to install Oracle 10g release 2 on AIX 6.1 TL4.
Date: Around 2013
Refactor: 8 March 2025: Checked links and formatting.

→ Read more...

2025/06/01 11:59

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

→ Read more...

2025/06/01 11:59

Oracle Client Installation AIX

Summary: How to install the oracle client on AIX.
Date: Around 2013
Refactor: 8 March 2025: Checked links and formatting.

→ Read more...

2025/06/01 11:59

<< Newer entries | Older entries >>

This wiki has been made possible by:

start.txt · Last modified: by sjoerd