Why we need load balancer ? can we just create one very stable server which is the failure rate zero and when we need to…
Technology
Grant Table User to Another User [Oracle]
Below is snippet command for granting user table to another user declare cursor t_name is select table_name from user_tables ; command varchar2(500); begin for c in…
Pointing Domain into AWS EC2
Pointing domain into AWS EC2 is quite simple, what need todo are : Create EC2 instance, then write down the IP address (i.e 10.10.2.10) Open…
Running Multiple Java Version On OSX
Currently i have several projects using different version java, the oldest one using java 1.6, and the new one using 1.8 which is need lambda expression…
Password life time on oracle
By default, user created in oracle has password expiration on 180 days. It means, when the time reached, the user will be forced to change…
Loading Purchase Request Using Mincom Connector Java .. (Ellipse Part 1)
Integration between java and mincom ellipse v.5 is quite tricky. Although mincom provide middleware to facilitate the integration, but we should know all model used…
Clean Up Oracle archive log using cron
Oracle has capability for creating hot backup using archive log mechanism. This feature act like recovery data system for restoring database content to specified time…
Chromium OS , first impression .. not a review
Chromium OS as known as Chrome OS is open source operating system developed by google intended for user who ‘always’ sitting for web activity and…
SSH service failed on Machine with 2 Active NIC’s
Yesterday, i found strange behavior on my AIX BOX. after rebooting, the SSH service didn’t start. when the: #lssrc -s sshd invoked, it show that…
Change SSH port for security reason on AIX
Today i face a problem about ssh and sshd services on my AIX box. Absolutely i can’t connect to the machine using standard port of…