Hi,
Yes, I want to run db2look on an existing database to extract DDL and then get the error.. here's the output :
db2look -d db1 -e -x -t contact -o contact.ddl
-- No userid was specified, db2look tries to use Environment variable USER
-- USER is: DBINST1
-- The db2look utility will consider only the specified tables
-- Creating DDL for table(s)
-- Output is sent to file: contact.ddl
SQL1216N Graphic data and graphic functions are not supported for this
database. SQLSTATE=56031
Any thoughts? Thx!