-765   TABLE IS NOT COMPATIBLE WITH DATABASE

Explanation

A CREATE TABLE or ALTER TABLE statement defines a LOB column in a table whose database attribute is ROSHARE OWNER or ROSHARE READ. This is not permitted.

System action

The statement cannot be processed.

Programmer response

If CREATE TABLE, either assign the table to an ROSHARE NONE database or create the table without a LOB column. If ALTER TABLE, redefine the column as a non-LOB column or move the table to an ROSHARE NONE database.

SQLSTATE

560A3