What are the components of Logical database structure of
ORACLE database?

Answer Posted / jidnesh

The Logical Database Structure of an Oracle include the
schema objects, data blocks, extents, segments and tablespaces.
schema objects means table, index, synonyms, sequences etc.

Data blocks are the smallest part of the oracle database
defined by DB_BLOCK_SIZE parameter.

A group of data blocks forms an extent.

An extents groups tends to segments, and lastly a group of
segment forms a tablespace.

Is This Answer Correct ?    26 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why packages are used in oracle?

538


What happens in oracle commit?

567


What are the extensions used by oracle reports?

571


Hi Can any one tell me what are the API's used in requisition import.

1485


What is Redo Log Buffer in Oracle?

630






In which language oracle has been developed?

644


Can we protect our pl/sql source code?

575


What is oracle sid?

506


Point the difference between translate and replace?

571


An automatic job running via DBMS_JOB has failedKnowing only that its failed, how do you approach troubleshooting this issue?

1616


Explain how you would restore a database using RMAN to Point in Time?

1632


What do you mean by merge in oracle?

591


What is the quickest way to export a table to a flat file?

569


what is the dual table in oracle?

551


How to call a sub procedure?

562