dendenners
Programmer
Hello,
I have a process that loads a sql*plus report into an Clob field in an oracle database. I want to display this data 'as is' on a jsp page. I have tried converting the clob to both a stream and a reader and outputting it to the ServletResponse's Reader and OutputStream. My problem is that, although the data in the report is visible on the page, the whitespace(and carriage returns) in the report disappear! Can anyone think what I may be doing wrong? Thanks
I have a process that loads a sql*plus report into an Clob field in an oracle database. I want to display this data 'as is' on a jsp page. I have tried converting the clob to both a stream and a reader and outputting it to the ServletResponse's Reader and OutputStream. My problem is that, although the data in the report is visible on the page, the whitespace(and carriage returns) in the report disappear! Can anyone think what I may be doing wrong? Thanks