This fix was for DB2 and addressed in
KNL-146 and SAK-15410 for increasing the size of BLOB to 2G bytes. Problem is a syntax error in CREATE TABLE CONTENT_RESOURCE_BODY_BINARY:
should be BODY BLOB(2G) NOT LOGGED
The code has a curly brace followed by a close parenthesis: BLOB{2G)
I trust this is right:
BODY BLOB(2G) NOT LOGGED