Smart Flash Cache: Oracle Exadata Smart Flash Cache stores frequently access data in Flash Storage which is very fast than other storage. This happens automatically and user don’t need to take any action to use this feature. Flash Cache is Smart – it avoids caching data which will not be reused or which is too …
Category: Exadata
Jul 20 2020
Hybrid Columnar Compression
About Exadata Hybrid Columnar Compression Oracle introduced basic compress feature from Oracle 9i version. Exadata Hybrid Columnar Compression can be specified at Table or Table Partition and Tablespace Level. Not Suitable for data which is frequently changing. Locking at CU level instead of row level so potentially many rows could be locked instead of single …
Jul 19 2020
Configure Distributed Command Line Interface (DCLI)
To manger and monitor Exadata Storage we can use two utility. CELLCLI DCLI CELLCLI: Each Exadata Storage Cell is administered individually by using cellcli. But this utility can connect a local cell server. cellcli works with MS process to perform the administration task like creation of cell or grid disk. DCLI: DCLI utility enables execution …
Jul 19 2020
Storage Indexes in Exadata System
What is Storage Index in Exadata System? Storage Index in Exadata is another important feature which helps to reduce useless I/Os for query execution. A storage index is a memory-based structure that reduces the amount of physical I/O performed in an Exadata cell. The storage index keeps track of minimum and maximum column values of …
Jul 17 2020
Exadata Smart Scan
What is Smart Scan? Smart Scan is one of the great feature in Oracle Exadata. With this technology storage send only required rows to database node from storage instead of entire Oracle Block. Multiple rows are stored in one Oracle Block but non-exadata system return entire block even only one rows is required. On the …
Jul 17 2020
Exadata Key Features
In this topic will be discussed with Exadata Key Features Smart Scan or Cell Offloading Storage Indexes Hybrid Columnar Compression IO Resource Manager Smart Flash Cache Flash Logging
Jul 11 2020
Exadata Simulation on VM (Cell 12.1.1.1.0)
Create a Virtual Machine for Exadata CELL or Storage Server In this topic will demonstrate how to configure Cell or Storage Server for Exadata. Very few companies are using Exadata Engineering system so this is very difficult for a DBA to get an environment to explore. So Exadata simulation will be a good option to …
Jul 08 2020
Exadata Simulation (X3) on VM Part – II
In this topic I will demonstrate how to configure compute node for Exadata and how to configure connection between Cell and Compute Nodes on VM. Very few companies are using Exadata Engineering system so this is very difficult for a DBA to get an environment to explore. So Exadata simulation will be a good option …
Jul 07 2020
Exadata Simulation (X3) on VM Part – I
Create a Virtual Machine for Exadata CELL or Storage Server In this topic, I will demonstrate how to configure Cell or Storage Server for Exadata on VM. Very few companies are using Exadata Engineering system so this is very difficult for a DBA to get hands on Exadata. So Exadata simulation will be a good …
Jul 02 2020
Oracle Database Software Installation and Create Database on RAC
In this topic I will describe how to install Oracle Database Software. There is no difference between installation on Non-Exadata and Exadata for RAC environment.