Grant Read is ignored as it is not supported in Oracle 11g.
Transformations can be created, but not altered at this time.
Ordering issue -→ Checked in the fix to properly sequence drops and fix the Aggrandize issue.
After Karl's "fixing" of the Ordering issue, the full 11g testNestedTables Test fails.
Partial Deploy Grants - testing on fdglp01 now, but looks like it is working
Transforms aren't being dropped in the rebuild operation
testJava test is failing on 12c partial - it works on full. I almost got it on Partial, but not quite.
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?
removed Jobs from this release.
Transformations - These are counted as queues currently. Probably should add a new output for them. - I added a new output store for them, but I didn't put it in the plugin.xml and map it out. I can do that if we want to.
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.
...