December
2006
Installing Oracle 10g R2 on Ubuntu Edgy
Login to ubuntu from your usual administrative account which has sudo access
Make sure you have enough ram, swap space and disk space as per oracle requirements.
Install the required packages (first make sure ‘universe’ is enabled in your sources.list):
sudo apt-get install build-essential libaio rpm lesstif2-dev alien
Create the users and groups oracle needs:
sudo groupadd oinstall
sudo groupadd dba
sudo [...]
akshay
HowTo
16 Comments »