Oracle Database Administration, Performance Tuning, Backup Recovery
What is Oracle Backup and Recovery

In general, backup and recovery refers to the process and procedures used to protecting your Database System like Oracle against data loss and reconstructing the database after any kind of data loss. A backup is a copy of data from your database that can be used to reconstruct that data.

 
Oracle Performance and table compression

Introduction of Oracle Table Compression since Oracle 9i has allowed the compression of Tables, Partitions and Materialized views. This feature targeted at OLAP and Warehousing applications allows for drastic reduction in disk space and memory requirements when used appropriately.


 
Action Session History : Oracle 10g Performance Features

The Oracle 10g Database introduces a new component called Active Session History (ASH) which can be used to identify blocker and waiter session identities and their associated transaction identifiers and SQL for a specified duration of the report. This data for the sample session activity in the instance is provided by V$ACTIVE_SESSION_HISTORY view. A circular buffer in the SGA contains the sampled data of the active sessions. All sessions that are connected to the db and are waiting for an non-idle class event is considered an active session. This includes any session that was running on the CPU at the time of sampling. Sampling is done every second and contains a lot of useful information for Oracle Performance Tuning

 
Oracle Scalability : Environmental Factors Affecting Scalability and Performance

When building applications, designers and architects should aim for as close to perfect scalability as possible. This is sometimes called linear scalability, where system throughput is directly proportional to the number of CPUs.This discussion applies to Oracle, SQL Server, IBM DB2 or anyother system that uses the various components mentioned below.

In real life, linear scalability is impossible for reasons beyond a designer's control. However, making the application design and implementation as scalable as possible should ensure that current and future performance objectives can be achieved through expansion of hardware components and the evolution of CPU technology.

 
<< Start < Prev 11 12 13 14 Next > End >>

Results 66 - 69 of 69