I had tables and indexes in same tablespace.I used:
alter index index_name rebuild tablesspace index_ts ;
to put all the index in separate ts.
Now I find that my user tablespace(where I had tables and indexes) is badly fragmented(FSFI <<20).
How do I get out of this?