Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Oracle's partition extension clause #2774

Open
lukaseder opened this issue Oct 11, 2013 · 0 comments
Open

Add support for Oracle's partition extension clause #2774

lukaseder opened this issue Oct 11, 2013 · 0 comments

Comments

@lukaseder
Copy link
Member

For table partitioning, Oracle supports a "partition extension clause", which can be used with table references as such:

{ PARTITION (partition)
| PARTITION FOR (partition_key_value [, partition_key_value]..)
| SUBPARTITION (subpartition)
| SUBPARTITION FOR (subpartition_key_value [, subpartition_key_value]..)
}

This clause should be supported by jOOQ.


As documented here:
http://docs.oracle.com/cd/E16655_01/server.121/e17209/sql_elements009.htm#i165979

As requested here:
https://groups.google.com/forum/#!topic/jooq-user/hLojif16pXM


The partition feature is only available in Oracle Enterprise edition.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant