Function Returning CLOB [message #330398] |
Mon, 30 June 2008 01:26 |
garimella.aditya
Messages: 2 Registered: June 2008 Location: Mumbai
|
Junior Member |
|
|
Hi All,
I am creating a Database function which returns a CLOB and when I call it in sql statement and converting using to_char I can only see 4000 characters and my clob returns more than 5000+ characters. how can i solve this I want to display entire text in sql and that too in character string only...
as I am using this function in a report builder I want convert the CLOB to varchar...
regards,
aditya.
|
|
|
|
Re: Function Returning CLOB [message #330402 is a reply to message #330399] |
Mon, 30 June 2008 01:44 |
garimella.aditya
Messages: 2 Registered: June 2008 Location: Mumbai
|
Junior Member |
|
|
hi frank,
Yaa I accept but in my reports I have attached a html file to the paper layout and sending the function output to the html file. so, I cant use the CLOB datatype.
regards,
aditya.
|
|
|