6. QUEL and EQUEL Statements : Copy Statement—Copy Data : WITH Clause for COPY : Extend Option
 
Share this page                  
Extend Option
To specify the number of pages by which a table or index grows when it requires more space, use the with extend clause. The number of pages specified must be between 1 and 8,388,607 (the maximum number of pages in a table). By default, tables and indexes are extended by groups of 16 pages. If the specified number of pages cannot be allocated when the table must be extended (for example, during an insert operation), the DBMS Server aborts the statement and issues an error.