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

Emulate support for PL/SQL TABLE and associative array types in Oracle 11g and 12cR1 #5849

Closed
lukaseder opened this issue Feb 8, 2017 · 1 comment

Comments

@lukaseder
Copy link
Member

lukaseder commented Feb 8, 2017

Here's an idea how to emulate the serialisation of PL/SQL TABLE and associative arrays in Oracle 11g, by using auxiliary SQL TABLE types, which can be serialised through JDBC as ordinary bind variables:

image

Conversation here:
https://twitter.com/lukaseder/status/902612641486692356


See also Oracle 12c support: #5620

@lukaseder lukaseder added this to the Version 3.11.0 milestone Feb 8, 2017
@lukaseder lukaseder changed the title Emulate support for PL/SQL TABLE and associative array types in Oracle 11g Emulate support for PL/SQL TABLE and associative array types in Oracle 11g and 12cR1 Feb 2, 2018
@lukaseder
Copy link
Member Author

We won't add any more feature support for these old Oracle database versions.

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