Author: RahulG31
Subject: Reply to: Problem in writing Output file
Posted: Mon Nov 14, 2016 11:59 pm (GMT 5.5)
You didn't tell:
1. How many rows your cursor is expected to produce ?
2. What is 'x' in Fetch first x rows only, that worked ?
3. How much space have you increased ?
It may happen that your cursor is producing 1000 rows and your output file may have space for only 10 records and then you increase space to accommodate another 10 rows, which is still way behind the expected 1000.
.
Subject: Reply to: Problem in writing Output file
Posted: Mon Nov 14, 2016 11:59 pm (GMT 5.5)
You didn't tell:
1. How many rows your cursor is expected to produce ?
2. What is 'x' in Fetch first x rows only, that worked ?
3. How much space have you increased ?
It may happen that your cursor is producing 1000 rows and your output file may have space for only 10 records and then you increase space to accommodate another 10 rows, which is still way behind the expected 1000.
.