python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to convert CLOB into NVARCHAR2 chunks as per the size of the CLOB?
We have a procedure that generates an HTML report and stores the entire value into a CLOB field. It is then sent to a different procedure which sends an email using UTL_SMTP. The email size can vary, ...
user3625561
Votes: 0
Answers: 1
Web app suffers slow performance after upgrading to Oracle 19c
I have a c# MVC web application (.NET 4.52) using an older version of Devart LinqConnect to scaffold the database etc. The app has been around for 10 years with an Oracle 11g backend database without...
Sulphy
Votes: 0
Answers: 1
Oracle Clob column export into a .msg file
I have managed to create two procedure for exporting clob data to .msg file - But for some reason all the clob data is not been exported to the file - Not sure what to do - Any help
Declare
Cursor...

Ramesh
Votes: 0
Answers: 1
Reading tags in an XML CLOB column
I've searched several posts here and tried different approaches. I don't get errors but I also don't get output.
In our system we store incoming xml transactions in a CLOB column L80T2.tridata, now us...

emare
Votes: 0
Answers: 1