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.
Ok, that's another history :) Just remember to allocate the tables already created in the olf tablespace to the new tablespace, and to give quotas to the users involved
Bookmarks