Simon,

The Oracle support for Keel was implemented by Santanu, he could answer this best. But a cursory search on Google says Oracle does support CREATE SEQUENCE. You might have an older Oracle version or JDBC driver, though.

If you want to turn off support for sequences, here's what you can do. Copy or extend from org.keel.services.persist.default.OracleDatabaseType to/in a class in your project, change the "@x-avalon.info name=oracle" header to something (say, "simonoracle"). Override the isSequenceSupported() method to return false. Finally, in the jdbc config for Keel, use "simonoracle" tag instead of "oracle".

HTH,
Shash

[EMAIL PROTECTED] wrote:

When creating the databases in the keel sample up with oracle as
configured datasource, the create table statements contain "CREATE
SEQUENCE" calls. Unfortunatly this is not supported by oracle. Is there
a workaround?


Cheers,
simon
http://keelframework.org/documentation
Keelgroup mailing list
[EMAIL PROTECTED]
http://lists.keelframework.com/listinfo.cgi/keelgroup-keelframework.com




http://keelframework.org/documentation
Keelgroup mailing list
[EMAIL PROTECTED]
http://lists.keelframework.com/listinfo.cgi/keelgroup-keelframework.com

Reply via email to