View Single Post
  #10 (permalink)  
Old 06-07-09, 14:54
Tyveleyn Tyveleyn is offline
Registered User
 
Join Date: Aug 2006
Location: The Netherlands
Posts: 248
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
Reply With Quote