Rahbee Alvee
Rahbee Alvee

Reputation: 1994

Oracle table partition

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

Answers (4)

gaurav_376
gaurav_376

Reputation: 59

please refer this documents...link http://docs.oracle.com/cd/B19306_01/server.102/b14220/partconc.htm

Upvotes: 0

Kevin Babcock
Kevin Babcock

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

Pop
Pop

Reputation: 4032

Oracle has documentation available online with examples here.

Upvotes: 2

dpbradley
dpbradley

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

Related Questions