I have schema defined in .hdbschema and .hdbdd files where schema name is hardcoded in this files.
Now I want to transport this schema to anothre system and give it different name without changing the content of the definition files.
As far as I understand the "Schema Mapping" is intended for that. So, in target systen, I defined schema mapping between "SCHEMA_1" that appears in definition files and "SCHEMA_2" that is desired schema name in the target system. After transporting and activating the definition files I still get schema with name "SCHEMA_1".
Please help understand how to achieve my goal.