Originally I had created a tablespace for users, and assigned all of the users to that tablespace. couple of weeks later, decided to drop that tablespace and create a new one.

alter user foo default tablespace (new tablespace).

but when I went to do a query on the users and its tablespace name. it still shows the users with the old tablespace.

how do I correct this?


thanks