Programmatic Constructs Question:

Explain What is an Oracle Data Block?

Tweet Share WhatsApp

Answer:

ORACLE database's data is stored in data blocks. One data block corresponds to a specific number of bytes of physical database space on disk.

Oracle database consists of logical storage place which is called as blocks and the bytes in a block is set through DB_BLOCK parameter in parameter file

Download Oracle Programmatic Constructs PDF Read All 11 Oracle Programmatic Constructs Questions
Previous QuestionNext Question
Explain What is a Procedure?Explain What are the differences between Database Trigger and Integrity constraints?