Arejae.Com
me,myself,english and programming�
Latest Content

HR2000 Telekom 8 Digit Converter. - 59 days ago
Previously, I wrote about Automate 7 to 8 digit phone number conversion using AutoIT. Since then, I’m not using it anymore until I get a request regarding phone number conversion from my reader.Searching that software online bring me no luck, so I.. Topics: AutoIt, My Life

Automate your oracle import and export using AutoIt - 103 days ago
I always believe that I can do almost everything using AutoIt. Well, since I need to do a lot of import and export job manually, I just wondering why not I just automagically do it using AutoIt.There are a few steps involve in this process :1. export... Topics: AutoIt, Programming

Domain Transfer and New Hosting - 107 days ago
This is my first time changing my domain hosting and also transfer my arejae.com domain. Previously everything is taken care by my hosting provider.You can read how to transfer your domain name in detail here.Below is the first step to initiate the...

Drop all triggers in Oracle - 108 days ago
If you need to drop all the triggers in oracle for a split second, here how you can do it. Below is the sample how to drop all triggers in myTesting schema with trigger name like ‘%_BI’beginfor i in (select trigger_name,owner from... Topics: SQL/ETL

Check for NULL Value in Oracle and MySQL - 123 days ago
If you are familiar with MS-SQL, you will know that you can use ISNULL function to convert NULL value to something else. In below case, it is an example how to convert NULL value to zero.ISNULL(myField,0)In Oracle, you can use NVL to get the same... Topics: Database, SQL/ETL


























