This article will enable you to learn about some of new background processes in 11g. As per Oracle documentation there are 56 new background processes added in 11g release 1 Lets have a look at some important one’s…. MMAN – this process is responsible for ASMM in 10g and AMM in 11g which manages memory allocation [...]
Archive for March, 2011
Oracle 11g new Background Process
Posted in Administration, New feature 10g / 11g, tagged Background process on March 28, 2011 | Leave a Comment »
Oracle 10g new Background Process
Posted in Administration, New feature 10g / 11g, tagged System Global Area on March 27, 2011 | Leave a Comment »
MMAN ====== SGA Background Process The Automatic Shared Memory Management feature uses a new background process named Memory Manager (MMAN). MMAN serves as the SGA Memory Broker and coordinates the sizing of the memory components. The SGA Memory Broker keeps track of the sizes of the components and pending resize operations RVWR ====== Flashback database [...]
Oracle Database 11g new feature – Automatic Memory Management
Posted in Administration, Performance Tunning, tagged 11 new feature, automatic memory management, memory max target, memory target on March 20, 2011 | Leave a Comment »
Automatic Memory Management was a new feature introduced in 10g. With 10g release oracle has come up with anew parameter called sga_target which was used to automatically manage the memeory inside SGA. The components which were managed by sga_target are db_cache_size, shared_pool_size, large_pool_size, java_pool_size and streams_pool_size With 11g, Oracle went a step further to manage [...]
Finding currently running SQL
Posted in Administration, tagged sql, SQL statement on March 15, 2011 | 1 Comment »
Have you needed to find out what SQL was running in the database? Much of my time is spent on out data warehouse where long expensive queries may be running. When someone calls to ask why things are running slow one area to look is what SQL are they running. The database may not be [...]
Reducing datafile size to recover free space / ORA-03297: file contains used data beyond requested RESIZE value
Posted in Administration, Ora Error, tagged datafile size, ORA-03297, reduce datafile size on March 7, 2011 | Leave a Comment »
At time, we want to recover some space from database just to allocate the same to some other tablespace or to return it back to OS disk. This situation arises many times. And many time we hit with error “ORA-03297: file contains used data beyond requested RESIZE value“. The concept is simple and many of [...]
Table Compression in Oracle
Posted in Administration, tagged Oracle Database, space managment, table compress, Tablespace on March 7, 2011 | Leave a Comment »
Recently i had to move a schema of size 70GB to another database[Oracle 10.2.0.1]. That was a readonly schema and never had any DML on any of the tables. In the new database i did compress the tables and the size was brought down from 70Gb to 22Gb. 1]Divided the tables based on the size. [...]
