Archives

Oracle posts

Browse archives
Tips for Optimizing Rails on Oracle May 16, 2007

My article Tips for Optimizing Rails on Oracle has been published on the Oracle Technology Network site! I can’t say how much i liked working on this.
I tried to synthesize in one place all that needs to be known to make the best from the two technologies and explained all of the tips in oracle-specific [...]

Read Tips for Optimizing Rails on Oracle
Rails Query Analyzer Plugin (now also on Oracle and Postgresql!) Dec 1, 2006

A few days ago I discovered the query_analyzer plugin in a comment on the last article of The Rails Way series. It allows you to have the plans for the queries used in your application directly in the log file and this is invaluable when trying to to optimize the database for you shiny new [...]

Read Rails Query Analyzer Plugin (now also on Oracle and Postgresql!)
Most Commonly Used Methods in ADF Business Components Jul 25, 2005

ADF Business Components are part of a deep and wide framework which can be used to build database enabled java applications. It is very easy (also thanks to the Jdeleveloper IDE) to begin working with them and to build data driven applications. But as with any such big framework it is sometimes difficult to gain [...]

Read Most Commonly Used Methods in ADF Business Components
Oracle su Ubuntu May 9, 2005

Da qualche settimana sono passato ad Ubuntu Linux come sistema operativo del Pc che utilizzo maggiormente per lavoro (nel mio ufficio “casalingo”). Giovedi scorso, avendo bisogno di Oracle per un’attivita’ di sviluppo, mi sono imbarcato nell’impresa di installarlo su questa versione di Linux che non e’ supportata ufficialmente da Oracle.
Per SuSE (ed in misura [...]

Read Oracle su Ubuntu