The Long datatype and Oracle7 string manipulations [message #332] |
Tue, 05 February 2002 20:04  |
Dayne Olivier
Messages: 1 Registered: February 2002
|
Junior Member |
|
|
Hi,
I have a stored procedure to which I need to input a Long string. I have read that this is not possible in Oracle7. If not, what do I use to input large strings into my stored procedure? Also note that the string is not of constant lenght. The string can be anywhere between 5000 and 100000 characters in size. I then need to use string formatting functions on this large string to break it up into its parts. These string functions, I have read, don't work on Long's either...
So this is just great, one of the worlds leading databases does not have support large strings? Or am I missing something?
|
|
|
|