DBAs often have to relate the consumption of system resources by a database to the available resources on the database server. Sometimes this is a very difficult task. Netstat can help you see network traffic for Oracle processes. Read on to learn how.
AWR baselines have been available since Oracle 10g; Oracle 11g enhances those baselines with new ways to generate them and new tricks in OEM to use adaptive thresholds to monitor the performance of the database.
Oracle's newest release of Enterprise Manager 12c Cloud Control has a multitude of new features and functionality. Join Karen Reliford as she discusses changes to the infrastructure behind Cloud Control.
Oracle databases run better with a good set of statistics, and by good I mean representative of the data distribution or skew. Oracle 11gR2 has finally addressed two major issues of statistics gathering -- speed and accuracy -- by changing how DBMS_STATS samples the data.
Karen Reliford returns to give us the final top 5 of her top 10 favorite new features in Oracle 11g Data Guard, their primary product for protecting databases and an integral part of many Disaster Recovery plans.
Oracle 11g Application editions are a very useful addition to an already world-class database, allowing developers to make changes to existing tables and schemas without affecting current users in the testing environment. Read on to learn more...
Indexes are interesting objects -- they can dramatically improve performance but their management can be tricky. Let's take an example through a number of iterations and see what Oracle does with the index, and explain why the results shouldn't be unexpected.
In 11.2, Oracle offers the option of invisible indexes, which can't be 'seen' by any session by default, so it can be created and remain unavailable until testing is scheduled. This can be confusing since Oracle has never offered such a feature. Looking at an example might clear up any confusion.
Archiving older data is a complex task. Within the context of an Oracle database there are methods of archiving data, some simple, some a bit more complex but still within the realm of possibility. Let's look at those options and what they can, and cannot, offer.