Year: 2013
-
Fixing ‘gem install rails’
While trying to install Ruby on Rails in Fedora Core 19, I ran into some errors with the ‘gem install rails’…
Read more: Fixing ‘gem install rails’ -
Selective Oracle Logon Trigger for Auditing
The Oracle logon trigger can be a very powerful tool for recording who or what is accessing your database. However, you…
Read more: Selective Oracle Logon Trigger for Auditing -
ORA-28221: REPLACE not specified
I came across a problem today in which a user could not reset her password without getting the “ORA-28221: REPLACE not…
Read more: ORA-28221: REPLACE not specified -
Learning to Love Railo
I have used the official ColdFusion since 1997 when it was owned by the Allaire brothers. I used it when Macromedia…
Read more: Learning to Love Railo -
Create Table DDL from Oracle to MS-SQL
So you want to create some tables in Microsoft SQL based on tables that exist in Oracle? The Microsoft SQL Migration…
Read more: Create Table DDL from Oracle to MS-SQL