Some Terminologies and their meanings!!! Flashcards
AD-HOC
An Impromptu query.
*select statement/asking for something.
BLOCK
The smallest unit of storage in an oracle database.
Contains:
- The Header information concerning the block itself.
- A Free Space..aka pct free or %Free reserved for UPDATES of rows in the BLOCK.
- Row Data..aka %Used or Pct. Used reserved for Rows.
BUTTLENECK
A system components that limits performance of the system.
BUFFER(memory)
Refers to memories used to store data.
CACHE
Storage area to provide fast access to to data.
CHECKPOINT
I an operation that forces all changed in-memory data blocks to be written out to the disk.
CLEAN BUFFER
An unmodified buffer.
Contains no Data.
CONCURRENCY
Capability of performing many functions at the same time.
DATABASE
Is a set of Data organised for easy access.
**Instance + Physical Files
Instance = SGA + Background Processes.
SGA = System Global Area(Memory Area).
DATA DICTIONARY
Set of tables Oracle uses to maintain information of the Database.
DBA(Database Administrator)
Responsible for operation, configuration and performance of DATA.
RDBMS
Relational Database Management Systems.
Software and collection of tools that manage the Database.
DDL
It is Command for the ability of Creation and Modification of Schema objects.
DIRTY BUFFERS
Found in the database buffer cache.
KINDS OF BUFFER CACHE
There are 3 kinds :
- Clean.
- Pinned.
- Dirty.