To be honest, I looked at your document, but I don't have time right now to figure out your question.
But I did notice that your tablespaces and indexspaces have 48% free space (PCTFREE 48). This could not possibly be even close to the optimum value. The default is 10% freespace (on each page) and for data warehouse databases it could even be less than that.
Also, for a tablespace with very large tables like you have, you need a much large SEGSIZE.
I realize that this may be a development environment, but these 2 parms should be the same for development and production if you want your Explain to give accurate information about the access path or optimizing your SQL.