Disparity between an upgraded JAZZ verses new setup - db rights, schema properties
We are currently running 602 CLM, using liberty and Oracle backend. We have a production and testbed servers
One answer
Hi Norman,
I do not have similar experience as you, but here is the tip. The best way to verify the difference is to compare the database schema creation scripts between 403 and 602. The below explains the DDL files for DW schema creation.
https://jazz.net/wiki/bin/view/Main/MoreControlOverTheDB2DataWarehouseSetup
Apart from new schema creation, the upgrade scripts to 602 would change the schema, but it is usually for creating new tables for new features, not modifying existing column types or grants.
Also there might be a chance of failing to create a schema partially. Verify the logs for schema creation scripts if anything went wrong.
Comments
Thanks for the info/tip. As for doing a compare, this would have to be done for each app not just for DW or to just do it against live systems.