IBM feedback:
If you search on our V8.1 Information Center.
http://publib.boulder.ibm.com/infoce...help/index.jsp
--Search on: tempspace row size
--Choose: Table space design
If a database uses more than one temporary table space and a new temporary
object is needed, the optimizer will choose an appropriate page size for
this object. That object will then be allocated to the temporary table
space with the corresponding page size. If there is more than one
temporary table space with that page size, then the table space will be
chosen in a round-robin fashion. In most circumstances, it is not
recommended to have more than one temporary table space of any one page
size.
If queries are running against tables in table spaces that are defined
with a page size larger than the 4 KB default (for example, an ORDER BY on
1012 columns), some of them may fail. This will occur if there are no
temporary table spaces defined with a larger page size. You may need to
create a temporary table space with a larger page size (8 KB, 16 KB, or 32
KB). Any DML (Data Manipulation Language) statement could fail unless
there exists a temporary table space with the same page size as the
largest page size in the user table space.
You should define a single SMS temporary table space with a page size
equal to the page size used in the majority of your user table spaces.
This should be adequate for typical environments and workloads.
You will not find any documentation on a 'scenario' of how or why you
would encounter SQL1584N.
The only docuumentation you'll find on this is "Message Reference" or
"Information Center".