HI,
I would like to get in touch with people who are using SDDM for managing the design of their spatial database.
I'm using datamodeler 4.0.3 with Oracle 12c.
I keep running into problems, such as the reverse engineering process that misses the spatial index.
After adding it manually, the DDL preview proposes invalid DDL (the ASC option is not allowed here), with metadata inserted after the DDL for the spatial index :
CREATE INDEX BGT_ABB_SI ON BGT_ABONNEMENTEN
(
POLYGOON ASC
)
INDEXTYPE IS MDSYS.SPATIAL_INDEX PARAMETERS ('geodetic=false tablespace=BRAVO ') ;
Furthermore, The sync process keeps looking at the database connect used by the reverse engineerng process, whereas I would like to sync the test database with the (adjusted) model.
Thnaks,
Richard.