Is there any way to extract the DDL of the existing wrapper on the database ?
I know we can do it by running db2look -d dbname -wrapper and grep for the create wrapper or create server statement but because db2look with -wrapper option is returning the DDL for all its federated objects, the box is going out of memory. So I need a workaround to extract the DDL of just the wrapper/server create statements. Any help would be appreciated.