Hi Oliver, Thank you very much for your message.
In principle, you'll simply need to specify the SYS schema as an inputSchema (and possibly use include / exclude to avoid generating the entire schema, there's a lot of content!) >From what I can tell, this package has a dependency on the types XID_ARRAY (which might not work in jOOQ as we don't support the RAW type yet) and TXNAME_ARRAY (which should work) I hope this helps, Lukas 2017-05-31 8:05 GMT+02:00 <[email protected]>: > Hi, > > (how) would it be possible to configure the jooq code generator to create > Routines for > procedures/functions in oracle supplied packages such as DBMS_FLASHBACK > <https://docs.oracle.com/database/121/ARPLS/d_flashb.htm#ARPLS142>? > > Regards, > Oliver > > -- > You received this message because you are subscribed to the Google Groups > "jOOQ User Group" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "jOOQ User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
