Philosophy behind Oracle data block, extent, segment and tablespace -


what philosophy behind these logical definitions in oracle database:

  1. data block
  2. extent
  3. segment
  4. tablespace

what reason oracle uses way store data on disk?

i suggest read concepts manual understand more data blocks, etc. reasons why oracle designed so, guess you'd have speak larry ellison that!


Comments

Popular posts from this blog

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -