Skip to content

Tech Stack Unpacked

Open Menu

Database

August 22, 2016

Grant Table User to Another User [Oracle]

Database, Technology, Tutorial

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…

A. Ahmad Kusumah
July 24, 2016

Install ORACLE on AIX 6.1

Database, Tutorial

Oracle 11g Installation procedure on AIX system v.6.1 environment, on IBM P-series machine is summarized from best practice at one of our  client. This procedure,…

A. Ahmad Kusumah
April 9, 2015

Rails + Mysql OSX

Database, Programming, Tutorial, Unix

Today when running rails application using agains MySQL Database, got the following error : The strange thing is mysql already installed on my machine :…

A. Ahmad Kusumah
April 4, 2013

Display Tag ajax pagination and Hibernate

Database, Java

Display tag is one of powerful tools for displaying collection on table template, light weight, customizable, and fully supported for java web application. Read more…

A. Ahmad Kusumah
February 19, 2013

Oracle Datafile Recovery (ORA-01172)

Database

Today, i Face a problem on oracle db server. the symptoms are : Try to login, but exception thrown,  said ‘ORA-01033: ORACLE initialization or shutdown…

A. Ahmad Kusumah
September 5, 2012

PostgreSQL and Hibernate ‘Upper case’ problem

Database, Java

Today,  i find out strange buggy problem on postgresql and hibernate integration implementation … as an illustration, i have a table, named user with the…

A. Ahmad Kusumah
July 17, 2012

Password life time on oracle

Database, Technology

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…

A. Ahmad Kusumah
June 20, 2012

Removing All Object Current Oracle User (Schema)

Database

How to import oracle datapump file to a user which has an old version of imported schema ? The question is straight forward asking about…

A. Ahmad Kusumah
March 4, 2012

Using sequence, DB2 and Hibernate

Database, Java

Several days ago, i found strange behavior  in DB2 sequence using HIbernate ORM framework. i have created sequence named HIST_VND_DISTRICT_SEQ, with initial value 100 minimal…

A. Ahmad Kusumah
January 12, 2012

Using old method export pump on Oracle 11g R2

Database

Did u ever wanna export your oracle schema on 11g version R2, but the empty tables are not exported ? This is happened because of…

A. Ahmad Kusumah

Posts navigation

Older posts
And the light on
  • Diary (23)
  • General (21)
  • Logbook (1)
  • Story of life (14)
    • LIfe At KSA (2)
  • Technology (20)
  • Tutorial (37)
    • Continues Integration (1)
    • Database (13)
    • Devops (3)
    • General (10)
    • Java (14)
    • Programming (13)
  • Uncategorized (6)
  • Unix (4)
© 2026 Tech Stack Unpacked
 / Theme: Really Simple / License: GPLv3