Latest

  • 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…

  • Top 10 Flex tools & resources

    Top Ten Flex Tools and Resources When developing Flex and/or AIR applications there are a handful of tools that really make the difference between a…

  • Active session in oracle

    Below sql statement will show the active session for database select user_name, status, osuser, machine, a.sql_text from v$session b, v$open_cursor a where a.sid = b.sid…