Closed GoogleCodeExporter closed 9 years ago
Quick workaround: Exclude TABLE_PARTITION object types from getting DDL.
run
java -jar scheme2ddl.jar --config <path_to_config>
In config file add such entry:
<util:map id="excludes">
...
<entry key="TABLE_PARTITION">
<set>
<value>*</value>
</set>
</entry>
...
</util:map>
I'll investigate this issue in detail later.
Original comment by resh...@gmail.com
on 12 Dec 2012 at 3:45
Thanks. Didn't work at first, but I finally figured out that it should be
"TABLE PARTITION". (With space, not underscore).
Original comment by markd...@gmail.com
on 12 Dec 2012 at 4:47
Ok, thanks for your feedback too.
Original comment by resh...@gmail.com
on 12 Dec 2012 at 4:51
I am running oracle standard edition which does not support partition.It might
be the problem.
Original comment by pc8...@gmail.com
on 22 Mar 2013 at 2:42
fixed in release 2.1
Original comment by resh...@gmail.com
on 30 Apr 2013 at 10:04
Original comment by resh...@gmail.com
on 30 Apr 2013 at 10:20
Original issue reported on code.google.com by
markd...@gmail.com
on 12 Dec 2012 at 2:54