thanks Marcus,
the dataase has 4 tablespace now:
syscatspace - 4K
tempspace - 4K
userspace1 - 4K
newspace1 - 8K
my real intension is that:
a tool will create tables, etc. in my 4K database.it needs data pages to be 8K
will this scenario work then?
-i will create a new user for this tool to use, and revoke USE privilege on userspace1, and grant USE privilege on newspace1. then should he automatically use newspace1, without any problem?
and another question:
do i need an 8K-tempspace to be able to use newspace1 for my new user?
if so, should it be system temporary?should any granting be done there?
or will this 4 tablespaces above work together in harmony?

)