-764   A LOB TABLE SPACE AND ITS ASSOCIATED BASE TABLE SPACE MUST BE IN THE SAME DATABASE

Explanation

An attempt was made to create an auxiliary table in a LOB table space that is not in the same database as the associated base table space.

System action

The statement cannot be processed.

Programmer response

Correct the statement to specify a LOB table space in the same database as the associated base table space.

SQLSTATE

560A2