Ran the following command:
db2 -v "ALTER TABLESPACE INDEX01 EXTEND ( FILE '/db2prod/index/index01.f01' 5772991 )"
Received error:
DB21034E The command was processed as an SQL statement because it was not a
valid Command Line Processor command. During SQL processing it returned:
SQL0968C The file system is full. SQLSTATE=57011
Filesystem 1024-blocks Free %Used Iused %Iused Mounted on
/dev/db2_index_lv 88735744 44016572 51% 18 1% /db2prod/index
The database ID has unlimited as far as File size....
Is there a UDB limit to the max size of a container?
running on Unix - UDB 7.2
Thanks.....
db2 -v "ALTER TABLESPACE INDEX01 EXTEND ( FILE '/db2prod/index/index01.f01' 5772991 )"
Received error:
DB21034E The command was processed as an SQL statement because it was not a
valid Command Line Processor command. During SQL processing it returned:
SQL0968C The file system is full. SQLSTATE=57011
Filesystem 1024-blocks Free %Used Iused %Iused Mounted on
/dev/db2_index_lv 88735744 44016572 51% 18 1% /db2prod/index
The database ID has unlimited as far as File size....
Is there a UDB limit to the max size of a container?
running on Unix - UDB 7.2
Thanks.....