Creation of Data Length of 170 Char in Oracle 10g Developer Suite
We wish to create data of 170 length in text format from oracle from tables present in Oracle database. We are using application server on Windows 2003 platform and configured Webutil on application server to get the data on client. We are using Oracle developer
Suite
10
g. Step followed are as under:-
- We have created a report to extract the data of 170 character length. This data is coming correctly.
- We are calling this report in form which is having webutil attached.
- We are getting data on client side but it is restricting to 132 char and the remaining data is appearing in next line where as our requirement is to come the whole in 170 char data in one line.
0