What is data block in Oracle?



What is data block in Oracle?..

Answer / Akash Kumar Misra

A Data Block is a fixed-size unit of storage in Oracle Database. Each data block typically contains multiple rows from one or more tables, depending on the table's structure and block size settings. Data blocks are essential for efficient data management because they reduce I/O operations by caching frequently accessed data within the SGA (System Global Area). When a user queries data, the database first checks if the required data block is in the buffer cache; if not, it reads the data block from disk into the buffer cache.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle General Interview Questions

Explain what are the different type of segments?

1 Answers  


What is tns entry?

1 Answers  


how many triggers we can create on a table

11 Answers   G2 Technology, TCS,


How to delete all rows a table in oracle?

1 Answers  


when a grant option is encountered for a table EMP to a peer sitting beside you who has already having the table of that name (EMP), then what is the result?

2 Answers  


What is the purpose of save points in oracle database?

1 Answers  


How to export your own schema?

1 Answers  


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

1 Answers  


What is a Data Segment ?

3 Answers  


how to use select statement as formal parameter in procedure specification?(someone said that using string) ex:-procedure(a in number,select ename from emp ) i am asking syntax like this?

1 Answers   Sierra Atlantica,


how to unbreak sequence numbers during intereptions

1 Answers   Ion Exchange,


what is data abstraction

3 Answers   Semantic Space,


Categories
  • Oracle General Interview Questions Oracle General (1803)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)