Skip to Main Content

Java Database Connectivity (JDBC)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

JPublisher De-support for Oracle Database 12c Release 2

CarolinMar 14 2016 — edited Mar 14 2016

Hi All,

currently we're using JPublisher for the following purposes:

  • Automatically create SQL object types and collection types for PL/SQL record types and indexed-by table types
  • Automatically create PL/SQL code for mappings between PL/SQL types and SQL types (PL/SQL conversion functions)
  • Automatically create PL/SQL wrapper procedures/functions (including SQL type arguments only) for original PL/SQL procedures (including PL/SQL type attributes)

So we only use the generated SQL script in order to create the PL/SQL wrapper package and any necessary SQL types. But we don't use the generated Java classes at all.

According to Oracle Support note "", JPublisher isn't supported with version 12.2 any more.

Does anybody know if there are any alternatives just for generating SQL types and corresponding PL/SQL wrapper code?

Thanks, Carolin

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 11 2016
Added on Mar 14 2016
2 comments
1,233 views