I found that `inspect.getargspec(discovery.findoutgoing)[0]` was returning `[]` instead of the expected function definition.
Is there any chance of this being fixed?
It means posting the query here is a waste of time. In fact, if you installed from...
https://github.com/pljson/pljson
https://github.com/pljson/pljson
For reference, this is valid syntax -- http://docs.oracle.com/cd/B28359_01/appde...
ParseException when parsing `return type pipelined using table_type`
github.com/pljson/pljson
bumping to top
Please ask your question on StackOverflow using a "pljson" tag -- http://stackov...
In an effort to keep the project alive, we have moved to GitHub. By number alone,...
I will look at it as soon as I can, but I'm very busy at the moment. If you determine...
Would you be willing to ask this question on StackOverflow using the pljson tag?...
Can you make the change, perform a test, and report your findings?
Please a file a bug at https://github.com/jsumners/pljson I'll look at it when I...
Are you generating the JSON?
dupe
Did you dig into the error? It looks like your data contains characters that need...
Did you dig into the error? It looks like your data contains characters that need...
What have you tried? Have you looked through the documentation?
declare v_json json := json('{"foo":"bar"}'); v_clob clob; begin dbms_lob.createtemporary(v_clob,...