Currently browsing category

database

MySQL tuning for dummies

Introduction There is so many people asking how to improve their mysql instance, and also so many replies that increase key_buffer, sort_buffer, cache size… etc… which believe will lighten up the performance. However, fellows never notice those parameters was actually efficient to their setup. So here you are MySqlTuner,

Oracle PRKN-1008 Error

Possibility File is missing in LIBPATH Wrong LD_LIBRARY_PATH being set. The .so , . a file is unreadable by oracle user in …

How to determine undo usage in Oracle

Overview Undo logs. Traditionally transaction undo information was stored in Rollback Segments until a commit or rollback statement was issued. Automatic undo …

How to find active SQL statements in Oracle

Everyone has a favorite script to find the active SQL statements. Here is one of mine, it’s RAC friendly too.. http://www.oracle.com/technology/oramag/code/tips2004/062104.html