Oracle in Fedora 14 x86-64

Finally after much research in the internet, I have successfully installed Oracle 11gR2 database in my Fedora 14 x86-64. As a side-note, Oracle is impossible to install in any of the debian based distros. Only the old school RPM based distros like Fedora, can be used. You might…

Using Datasource in Spring

Finally I have managed to use a datasource in spring. My database is called AKDB, which was created in Oracle Database11gR2. To use this database as a datasource, heres what I have done in my app : First, I created a jdbc.properties file. In the file I put…