Grant Read is ignored as it is not supported in Oracle 11g.
Transformations can be created, but not altered at this time.
Ordering issue
Partial Deploy Grants - testing on fdglp01 now, but looks like it is working
Grants to objects other than Tables - should test them as well.
Column object grants or not baselined or deployed
Invalid Types are not baselined.
Queue support is added in this release. Queues bring their Queue Tables, Schedules, Subscribers, and grants with them.
...
Queue Agents are not supported.
Grants to objects that are renamed?
Remove Job support?
Job schedule and Job Program support is added in this release. Select the Job object type to build and deploy them.
Actual Jobs are not supported.
Transformations - These are counted as queues currently. Probably should add a new output for them.
All customers will drop fddb schema and recreate itObject Tables are not supported at this time (example of this DDL: CREATE TABLE SCHEMA_NAME.TABLE_NAME OF SCHEMA_NAME.USER_DEFINED_TYPE ( CONSTRAINT PK_TABLENAME PRIMARY KEY (name)) OBJECT IDENTIFIER IS PRIMARY KEY;
It is necessary to drop the fddb schema and recreate it to upgrade from the 4.5 version. This is not necessary migrating from the 5.0 version or later. All prior builds will be in an unusable state, and shouldn't be reused.
...