issues Search Results · repo:doberkofler/PLSQL-JSON language:PLSQL
Filter by
11 results
(51 ms)11 results
indoberkofler/PLSQL-JSON (press backspace or delete to remove)It will be great if PLSQL-JSON have the Pretty Print capability as in PL/JSON s pljson_printer package, to producing
well formatted, easily human readable json script (CLOB).
L-VV
- 2
- Opened on Feb 5, 2019
- #12
Thank you very much for your great work!
Can you, please, add the possibility to change the behavior of private functions json_utils.escape and
json_utils.escapeLOB?
It will be very-very nice if we could ...
L-VV
- 2
- Opened on Feb 5, 2019
- #11
Hi! After installing your last plsql-json release into database appear invalid object: JSON_EXT and gives error: 24
wrong number of types of arguments in call to JSON_VALUE 358 component MAKENULL must ...
FeridAbbasov
- 1
- Opened on Feb 4, 2019
- #10
I am trying to read a node from an existing json_object with no success.
DECLARE
indata varchar2(2000);
outdata varchar2(2000);
payloadObject json_object;
jsonObject json_object; ...
niden
- 2
- Opened on Feb 9, 2017
- #9
The char \r is converted as chr(14) and not as chr(13):
Samplecode:
set serveroutput on size unlimited;
declare
v_json json_object;
v_json_string varchar(32000) := { data : \r\n\tsomevalue ...
fb-datax
- 1
- Opened on Jan 23, 2017
- #8
After a JSON string has been parsed into a json_object, modifications (put( field , value )) are not included in the
non-raw output.
Sample code:
set serveroutput on size unlimited;
declare
v_json ...
fb-datax
- 2
- Opened on Sep 27, 2016
- #7
Hi, I also want to thank you for your code, the performance is already much better than the original PL/JSON package.
But I have a suggestion for further performance improvement of the to_clob() functionality. ...
RaLuethke
- 1
- Opened on Jul 4, 2016
- #6
Hi,
first of all thank you for your code. I had to adapt to Oracle 9 (unfortunately) and it is working much better then
pljson which was having some issues to the old Oracle version.
I have this example ...
afaenza
- 1
- Opened on Jun 15, 2016
- #5
Hello: I need to upload base64 image by using oracle apex web services , currently using PLSQL-JSON package.. I am able
to upload upto 25kb that means around 3 lac characters, however my requirement my ...
rahulwali
- 1
- Opened on Apr 23, 2016
- #4
Dear,
Thank you for sharing this API. I appreciate if you can add the example folder the contents of several *.sql files in
terms of how can we use it.
Regards, Saeed.
MrSaeed
- 1
- Opened on Jun 1, 2015
- #3

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.