Reputation: 1994
Can any one help me referring a book for Oracle table partitioning. Oracle 10g complete reference contains the basics but i need elaborate with example.
Thank you
Upvotes: 1
Views: 951
Reputation: 59
please refer this documents...link http://docs.oracle.com/cd/B19306_01/server.102/b14220/partconc.htm
Upvotes: 0
Reputation: 10247
I have "Oracle Database 10g Performance Tuning Tips & Techniques" by Richard Niemiec on my desk. It's a great reference for many Oracle performance issues and has quite a bit of material on partitioning.
Upvotes: 1
Reputation: 11935
I think the discussion in Tom Kyte's book "Effective Oracle by Design" (ch. 3 - Architectural Decisions) does a good job of outlining the concepts as well as the pros and cons of partitioning.
Upvotes: 2