I did this. It ended up being a bit more compliated than I thought it would be. Lots of issue like Oracle 11g identifier length restrictions, what are the field types, etc., etc. I ended up writing code to fetch the schema from instructure, apply a bunch of transformations for naming conventions and length, output SQL for tables, primary and foreign keys. The code generates create and drop statement files for Oracle. I need to clean it up a little bit, but will try to put the whole project in a public source repo early next week.
In addition, the code can fetch dumps using the standard cavasDataCli and then insert those dumps against the schema that was parsed and converted into database DDL. Sorry I can't post it today, but I'll make every effort to do so early next week.
This discussion post is outdated and has been archived. Please use the Community question forums and official documentation for the most current and accurate information.