Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to give very long string data in string type variable of PL/SQL

Status
Not open for further replies.

manush

Programmer
Aug 9, 2004
16
IT
Hi,
I declared a variable in my stored procedure as
strSQL VARCHAR2(8000);
Because I have a very long string with select query using 4-5 UNIONs. The length of my string is about 7500

But I am not able to assign it in strSQL.

If we can't declare VARCHAR2 with such a long length, can what is the other solution.

Please help ..

Manoj
 
Whre does crystal reports come into this problem ?

Gary Parker
MIS Data Analyst
Manchester, England
 
My stored procedure is being called from the crystal report and hence I am getting the problem.

My code is very big and to explain it in a simpler way, I skipped something which might confuse you people.

Hope, you would now like to suggest something.

Manoj
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top