eaolson
eaolson
I should have pointed out this is MarkLogic 10.0-5.2, Linux, to an instance that already has DHF installed. The only thing in the logs is: ``` 2022-02-07 14:04:47.623 Debug: Boostrapping...
This seems out of scope for Logger and tightly couples Logger to Apex (though I imaging conditional compilation would fix that). I would suggest a better solution would be to...
This happens in 11g. In 12c with max_string_size set to EXTENDED, I couldn't replicate the issue. I don't have a 12c instance with max_string_size of STANDARD to test with.
I actually do something like this already. I have a table that lists all applications and an app-specific debugging level. An application process runs on each new Apex instance that...
Is it even possible to get the names of the parameters to a function like this in PL/SQL, let alone the current values?