Skip to Main Content
  • Questions
  • New edition of Expert oracle Database Architecture book.

Breadcrumb

Question and Answer

Tom Kyte

Thanks for the question, stephen dedalus.

Asked: January 07, 2014 - 4:36 am UTC

Last updated: January 07, 2014 - 6:42 pm UTC

Version: 12

Viewed 1000+ times

You Asked

Hi Tom,

Happy New Year!!! I remember reading in one of your blogs that there is a plan to release new edition of Expert oracle Database Architecture book covering the latest oracle version.Is there any tentative date for the release of the book ?

Regards,
Stephen

and Tom said...

it is under construction. It should be out sometime this summer/early fall.

Don't expect huge changes! There will be additions for things like session private stats on global temporary tables, the ability to have undo go to temp for temp tables, 32k strings and their impact, multiple same type indexes, partitioning changes, pluggable databases (of course) and other things - but the core basics haven't changed.

The main architecture is the same (even considering pluggable - there is still a LGWR and it still does what LGWR did). Transactions are by and large the same. Redo and Undo are mostly unchanged (temporary undo being an add). Locking and latching - fundamentally the same.

So - don't expect it to be a new features book (some have in the past with the second edition - when I upgraded it from 10g to 11g - it wasn't). It is purely an update to cover any fundamental changes. It won't cover things like "using an identity" (a new option to a number column, we'll create a sequence and auto-assign that sequence to the column upon insert). An identity is a feature of the database - it isn't really an architecture feature though (just like I never covered default values in the past either).



Is this answer out of date? If it is, please let us know via a Comment

More to Explore

VLDB

If you are new to partitioning, check out Connor McDonald's introduction series here.

VLDB

Documentation set on VLDB and Partitioning.