Application integration & Middleware ‘Query result cache’ in Oracle 11g 05.01.2012 by Nicolas Jardot Oracle has introduced three new caching features in its Oracle 11g release: Query result cache Client OCI result cache PL/SQL function result cache In this posting, I will present the query result cache feature.
Operating systems Linux: easing the process and performance monitoring with htop 02.01.2012 by David Hueber I'm pretty sure that most of you already struggled with some low performance systems. In order to analyse such cases several tools and utilities, like top, nmon, fuse or lsof are available under Linux. However trying to dig in processes(…)
Database management Forefront Endpoint Protection (FEP) 2010 and database policies 01.01.2012 by Stéphane Haby I have seen at a customer that the SQL Server's policy doesn't follow the Microsoft's recommendations about antivirus and databases(kb 309422), such excluding *.mdf,*.ndf and *.ldf files. In addition the policy for Oracle doesn't exist in(…)
Application integration & Middleware Partition exchange preview in MySQL 5.6 25.10.2011 by Microsoft Team MySQL 5.6 proposes improved partition maintenance through "partition exchange". Even if not yet available, dbi services performed some tests on the MySQL Community Edition5.6.2 m5 release (still under Development).
Application integration & Middleware How to retrieve previous table statistics using Oracle dbms_stats 16.05.2011 by Oracle Team Sometimes, you need to modify the statistics of a table. There are various reasons: either for the performance analysis or because the execution plan changed. Oracle offers two methods: statistics restore or statistics export. Both are in the dbms_stats package.
Hardware & Storage Saving time and increasing service availability with MySQL Enterprise Monitor 2.3 04.04.2011 by Grégory Steulet Nowadays MySQL Databases are encapsulated into many mission critical software solutions. Lots of companies host one or many MySQL databases in their data center, sometimes even without knowing it except when the MySQL service is no more available. In order(…)
Application integration & Middleware Simulating and testing I/O performances with ORION 24.03.2011 by Grégory Steulet Since Oracle 11.2, Oracle provides ORION in the RDBMS binaries (in ${ORACLE_HOME}/bin). ORION is an I/O calibration tool allowing to simulating and testing I/O performances an Oracle database would be confronted with. ORION basically supports four kinds of database(…)