_OracledbArch

In Oracle, there are three basic categories of physical files used to store information. These are –

File Type

Description

Data files

Contains the data required to start the database engine

Control files

Storehouse of metadata of the database used by the Oracle engine

Redo log files

Used to store the changes made to the database

Parameter files

Remains in the machine on which Oracle database server executes

·        Instance – It is defined as the background processes and memory structure used to retrieve data from a database.

·        Process- Also termed as task or job, is a running instance. There are two types of processes in Oracle database system namely, Oracle processes and User processes. There is no need to use any operating system command to interact with the database.

·        Buffer Cache – It is SGA component which acts like a buffer to store the data being customized or queried. It stores the most recently or frequently used data in memory which improves the performance. All the user processes that are connected to the database share an access to it.

·        Shared pool- It captures information to be shared with users. For example: stored procedures, SQL statements etc can be cached for reusability and fast access.

·        Redo Log Buffer- It maintains a log of changes that are made in the database. The redo log files run in circular motion and get overwritten. So, to maintain the recoverability of the database for longer duration, they are archived into archive logs. Therefore, redo log helps to recover an instance when there is a system failure. This improves the performance and functioning of the database system.

·         Large pool- It is the optional area that offer memory allocations for large processes, like recovery operations and Oracle backup.

·        Locks- For controlling the simultaneous access to data resources, locks are used.

The database consists of logical and physical structures. Because these structures are separate, the management of physical storage of data does not affect the access to logical structures.


要查看或添加评论,请登录

Ankit Aggarwal的更多文章

  • How to check RAC database status

    How to check RAC database status

    simply answer is Oracle provides the crs and srvctl command utility for checking on the external status of RAC…

  • Difference between the Checkpoint and SCN

    Difference between the Checkpoint and SCN

    Checkpoint ?Checkpoint in database is used to reduce the amount of the time for recovery. It is a background process in…

  • The difference between Cloning and Refreshing

    The difference between Cloning and Refreshing

    The difference between Cloning and Refreshing is that cloning process includes Oracle Home + database Clone; where as…

  • Oracle Histograms

    Oracle Histograms

    Gather stats for column level is called histogram. A histogram is a special type of column statistic that provides more…

    1 条评论
  • Oracle Memory Structure INSIDEs

    Oracle Memory Structure INSIDEs

    ***This is my pick-up for oracle memory. thanks in advance pls share your tips on Oracle Memory Structure insides*** 1.

  • Interview inception @lockdown4 India:

    Interview inception @lockdown4 India:

    - Don't illustrate something nearby, higher up concept to sound like an expert or related to the question Simply say I…

  • Lockdown .0 INDIA & logswitch per hour...cheers

    Lockdown .0 INDIA & logswitch per hour...cheers

    5 log switches per hour (maximum) & 3 Log switches per hour (ideal),recommended by oracle In a production environment…

  • Lockdown 3.0 India & Is it possible to use OLR without OCR in RAC?

    Lockdown 3.0 India & Is it possible to use OLR without OCR in RAC?

    Answer is No, interesting and thought provoking This is introduced in Oracle 11gR2 which will have all the resource…

  • Lockdown in INDIA & unlocking Oracle OCR & OLR meanwhile

    Lockdown in INDIA & unlocking Oracle OCR & OLR meanwhile

    ORACLE LOCAL REGISTRY(OLR) contains node-specific information required by OHASD . Every node has its own dedicated OLR…

  • introduction : compression in oracle

    introduction : compression in oracle

    Apart from reduced space consumption, the compressed data takes less time to go across the network, uses less space for…

社区洞察