programming
Copy data between databases
Submitted by Matt Fleming on Thu, 2006-12-14 14:45.In oracle, you can copy data between linked databases via normal SQL.
insert into table select * from table@db_link
The databases can even be on different physical machines.
»
- 2 comments
- 1410 reads
Should I learn Ruby?
Submitted by Matt Fleming on Sun, 2005-11-27 01:48.Vishu and I were talking the other day, and he expressed an interest in learning Ruby.. in particular Ruby On Rails. I was sort of ambiguous about the exercise but couldn't really put my finger on why. After reading Why Ruby Shouldn’t Be Your Next Programming Language (Maybe), I figured out why I'm not all that jazzed about it.
»
- 3 comments
- Read more
- 2663 reads
