python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Getting the last character in an Oracle CLOB column
I am having an issue with getting the last character from an Oracle CLOB column. The same SQL that works on an VARCHAR column doesn't work on a CLOB column and can't figure out why or how to make it w...
brent thomas
Votes: 0
Answers: 2
CLOB to Zip file
I have CLOB column in Oracle DB which contains XML files.
How can I create single zip file which will contain all xml files from clob column?
Only one row is there in table which has this CLOB column ...
ninad
Votes: 0
Answers: 1