Archive for the 'Database' Category

Oracle PLSQL – Function to Spelling Number to other language automatic

You might face the same issue to me when you want to spell number to text in different language than English. Here is the solution I asked in StackOverflow and made together with the one who initialized this idea, it’s kind of a great idea you may want this experience. We used Yahoo Babelfish translation [...]

15 May 2012 at 14:42 - Comments

Java – JDBC – Oracle For Better Performance Tips

I just come out from my mind to list down the tips that could help in Java/JDBC and Oracle for better performance. Of course, each of the them could have their own proving but I haven’t yet detailed and judgement could be made by the way, you use. In development, we need a real use [...]

15 February 2012 at 12:41 - Comments

Starting to play around PostgreSql – what to begin

My client asks to work on a Java batch to migrate data from PostgreSql to Oracle via JDBC, with almost 2 days to spend around preparing the server, loading dump, starting dev. around as well. Here wanna to share what I went on (not sure if I went to the right way, give advise if [...]

21 May 2010 at 16:18 - Comments