Hi all - having a problem I can’t quite figure out. I’m using the data modeler Sync & Convert wizard to find differences in the data model as compared to the Oracle 10G database we have. Right now, it is seeing that our LOBS physical storage is different… and it generates this on the left side (from the data model):
LOB(“REQUEST_XML”) STORE AS
(TABLESPACE “TABLE01”
CHUNK 8192)
LOB(“RESULT_XML”) STORE AS
(TABLESPACE “TABLE01”
CHUNK 8192)
But sees nothing on the right side, so it thinks it needs to change this. I can’t find any options that get the data model to not see this as a difference. Any ideas from anyone out there? Thanks so much.
Cool tool, by the way - just trying to figure out how to make it work for us.