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