May
This is the archive for May, 2008.
Dive into the archives.
- Debugging in Eclipse, calling shell scripts
Background:
i’m using Ubuntu, my Eclipse was installed via apt-get
i have Oracle installed under ‘oracle’ profile
i run and debug my program through Eclipse
Issue:
attempt to run sqlldr which is called from the webapp results to an error/sqlldr exit code 3.
Solution:
run the webapp externally, don’t use Eclipse when running the webapp(since it was installed via apt-get and uses […]
- Installing Oracle 10g in Ubuntu 7.10 (Gutsy Gibbon)
This doc isn’t yet perfect, but it would help.
1. Requirements
Your linux swap is set to 2GB
You have the Oracle 10g RC2 installer for Linux
2. Setting Ubuntu
2.1 Install required libraries
Open the Synaptic Package Manager (click System –> Administration)
Click on Settings –> Repositories
Click all the checkbox(main, universe, restricted, […]

