I gave you the solution:
Quote:
|
You can increase the extent and next sizes to at least 16 or omit these clauses because the values here represent the default number of pages when creating a table.
|
This means that you must edit the file and replace the lines
Code:
extent size 8
next size 8
with
Code:
extent size 16
next size 16
or delete the lines completely. And you must do that for every clause with 'size 8' in it in the script. I guess it's a dbexport command script?
Regards,
Hans