MikeKutz

Results 19 comments of MikeKutz

The implementation of #29 suggests that the temporary templates can be part of the `p_vars` parameter for `render` and `process`. The template code will need to be limited to 32767...

To support #34 , I was thinking about using a Private Temporary Table (PTT). Cons === - PTTs don't support lobs. - Max size will be 32767. - Minimum DB...

I'm still deciding between GTT and PTT. Since the package is Invoker's Rights, a PTT *appears* to have a *slight* advantage over GTT. The advantage of a PTT: The PTT...

it looks like the code for #46 is missing the "clear buffer" line. I'll need to run some test to ensure it doesn't break the other process method. I suspect...

A login might be required to access the "externalized templates" because the templates are not on the Client's machine. (eg WebDAV or CLOB in DB Table) MK

I'm working in a data warehouse environment where the SQL timings are measured in minutes or hours, not seconds. `pretty long running SQL statements` => t > 500s (actually this...

Workflow - I generate some code with oddgen (500s) - I would like to generate more code with oddgen so that I can work on a different script while the...

My question probably should have been asked in the SQL*Developer forum. But, I believe you have answered my question. For verification: - `oddgen uses its own Worksheet` - If "New...