Comments
2 comments
-
Hi @mbruegel,
Righto, I believe I see what you are seeing. I created a table and deployed the changes to a scripts folder first including all storage options. Then I edited the script to remove the LOGGING keyword from the index and table.
Now when I compare only including the "logging" storage option I see this, which is it highlighting the textual differences:
which is your third point I believe. This is highlighting the textual differences from the lines that exist in both, by removing these from the target it's telling it to the use tablespace default as you say and so if we are synchronizing the target to be the same, we want it to use the tablespace default in that case. I'm not sure why a warning would be appropriate here as this doesn't affect the data in the table or impact performance (that I am aware of) and if you are telling it to synchronize from something that doesn't have the LOGGGING keyword then you should understand that this is going to remove that keyword from the target.
Now I do see that it's not generating the deployment script correctly - there is no mention of the table and there is only an ALTER INDEX <index name> ; with no content (no LOB in my example), which is a problem and I've raised this as OC-1079 and will update here when I have more information on it!
Kind regards,
Alex
-
Hi @mbruegel,
Sorry for the delay in getting back to you on this, and I wish it was with better news.
The team have reviewed the issue along with other priorities and have decided not to fix the issue I'm afraid.
Do let me know if you have any questions regarding this.
Kind regards,
Alex
Add comment
Please sign in to leave a comment.
Scenario: