R12 – OEL Login Script

Use this script (vis.sh) to initialise the Oracle environment.
I recommend you to start with this article to get R12 up and running.
Run as Oracle user:
$ . ./vis.sh
Note the double dots to keep assign variables to the current environment.

#!/bin/bash ORACLE_SID=VIS [...]

R12 – Managing

This article applies to EBS 12.0.4 on OEL5.3.
I recommend you to start with this article to get R12 up and running.
Login
This is my own login script which you can see here.
Login to OEL as Oracle and run login script:
$ . ./vis.sh
Ensure you also got the first dot so it is the current environment you are [...]