This is embarrassing, but I can\'t seem to find a way to list the names of the tables in our DB2 database. Here is what I tried:
root@VO11555:~# su - db2inst1 ro
select * from syscat.tables where type = 'T'
you may want to restrict the query to your tabschema