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

In what script is snap$ created? In what script is the scott/tiger schema created?

2245


What is an index associated with a constraint?

550


How to run queries on external tables?

570


Is there an oracle sql query that aggregates multiple rows into one row?

544


What is logical backup in oracle?

580






Other than making use of the statspack utility, what would you check when you are monitoring or running a health check on an Oracle 8i or 9i database?

1515


Explain about integrity constraint?

606


What are the arithmetic operations?

583


What is backup in Oracle?

571


definition of cluster and non-clustered index?

2479


What is meant by a deadlock situation?

577


How to write a query with a left outer join in oracle?

605


How remove data files before opening a database?

564


How to export your own schema?

572


Explain table?

653