Hi Thomas,
We have 100's of tables created under catalog using sql statements. Now we are planning to use HDB to create tables and procedures. Is there any way to generate HDB scripts for existing tables ? also when I try to Alter existing table e.g. SCHEMA1.TEST1 using HDB it creates a new table like SCHEMA1.PKG1::TEST1. This will create duplicate of existing table and I will need to change all existing objects with new table name which are referring this table. Can you please help me in this ?