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

IF statement in MySQL trigger -

c++ - What does MSC in "// appease MSC" comments mean? -

android - MPAndroidChart - How to add Annotations or images to the chart -