Limits are (once again) addressed in the server reference manual:
http://docs.oracle.com/docs/cd/B19306_01/server.102/b14237/limits003.htm ...
would "insert" time suffer or "select" performance suffer if you had a 1000
partitions on a table with as many as 200 million rows.
....
the answers to that are:
a) neither would suffer, both would improve
b) both would suffer
c) insert would improve, select would suffer
d) insert would suffer, select would improve
e) neither would experience any change
f) insert would not change, select would be faster
g) insert would not change, select would be slower
h) insert would suffer, select would not change
i) insert would be faster, select would not change
I can come up with an example of EACH in turn.