I have fetched a long, but have been unable to print it in a format that useful. I want to print it as it was before it was stored. I find that if I write it to a file it looks fine and then I could read it back in, but would prefer to create a array of print lines for browsing. I have also tried split, and many different regex matching methods to no avail. The long I am fetching is the column "TEXT_BODY" from the DBA_TRIGGERS view.
The particular long I am using to test should format to 26 lines. I have LongReadLen=512k and LongTruncOk=1. I have used smaller LongReadLen values also.
Thanks in advance
The particular long I am using to test should format to 26 lines. I have LongReadLen=512k and LongTruncOk=1. I have used smaller LongReadLen values also.
Thanks in advance