May 312013
 
create table baby as 
  select /*+ parallel (9) */months
  from   mothers;

ORA-12827: insufficient parallel query slaves 
(requested 9, available 1, parallel_min_percent 9)
12827. 00000 -  
"insufficient parallel query slaves available"

One for all the project managers to take note of - there's some tasks which 
simply can't be done any faster by throwing more people/resources at them ;)