Data Block:
At the finest level of granularity, Oracle stores data in data blocks (also called logical blocks, Oracle blocks, or pages). One data block corresponds to a specific number of bytes of physical database space on disk.
Login to rate this answer.
C.Ramesh
Answered On : Oct 27th, 2007
Oracle Data Blocks is logical storage unit of Oracle and One Oracle Data Blocks containts multiple of Operating system Blocks. Data blocks contains contigous of Bytes.
Login to rate this answer.
Smallest logical of Oracle database. In Oracle 10g default data block size is 8192 byres means 8k.
Other data block size are 2k, 4k, 8k, 16k, 32k
We have only these available data blocks in oracle database.
Login to rate this answer.