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

What is the usage of save points in oracle database?

739


Select all the employees who were hired in last 2 years and who works in dept where max managers are working.

2708


What is the difference between 10g OEM and 11g OEM?

741


What is tns service name?

833


What happens in oracle commit?

767


How to work with data objects interactively?

728


Is it possible to insert comments into sql statements return in the data model editor ?

2331


What is blob datatype?

780


What are the differences between primary key and unique key?

733


How to change program global area (pga) in oracle?

838


What is a dead lock in oracle?

819


What is define in oracle?

804


Explain the use of compress option in exp command.

748


How to write text literals in oracle?

837


What is procedure overloading in oracle?

781