Posts Tagged ‘Oracle’

It’s been a while since I posted anything work related but here’s one I discovered today. Have you ever needed to find out when a particular row was changed? From Oracle 10g there’s a feature which records the SCN number of a row change within the table in a pseudo-column called ora_rowscn. So for example: [...]

Wow, I can’t believe I’ve not considered this before! SQLPlus is a great tool, I use it all the time as it’s great for doing little bits and pieces where you don’t need the tools in SQL Developer (which is my preferred client for most big stuff) or you don’t want to go to the [...]

This was one of my early posts and it seems the instructions work the same for the new October 2010 early release version of SQL Developer. (it was pretty straight forward anyway). Grab the SQL Developer 3.0 RPM from Oracle (registration required): You’ll need the Alien package to convert the SQL Developer .rpm to a [...]