Latest

  • MySQL backup scheduler

    The Problem The value of data stored in MySQL grows exponentially, loss of data can be catastrophic, resulting in lost revenues, lost customers and lost…

  • ERROR: KR-NS / All / STRING_TO_DATE_FORMATS

    Am getting the below error while tomcat startup with Kuali Financial System (KFS) release 3.0. The solution is to insert statements on KRNS_PRAM_T for NMSPC_CD=’KR-NS’…

  • Simple Example with .NET (.aspx & c#)

    It is interesting to learn .NET technology especially aspx (ASP.NET 3.x) & C# based on JAVA background for about 10 yrs. To start with, simple…

  • Enable / Disable Constraint

    Enabling and disabling Oracle constraints can be accomplished by using 1. Alter table with disable constraint command 2. Alter table with enable constraint command For…