![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi all There is a table called std_info which get data from a session temporary table and was created successfully , while it has a error message "E_QE0083 Error modifying a table." when it was modified. std_info is a big table whose size is 1.3G. Besides, I also find a error message in errlog.log Sun Mar 6 23:39:55 2005 E_DM9006_BAD_ FILE_WRITE Disk file write error on database:cats table:std_info pathname:/database/padb1/ingres/data/default/cats filename:a0aaaasx.m00 page:1048560 write() failed with operating system error 0 (Error 0) Any suggestion would be highly appreciated. |
#3
| |||
| |||
|
|
"Frank Fan" <jun_fan4 (AT) agilent (DOT) com> wrote in message news:1110260846.368358 (AT) cswreg (DOT) cos.agilent.com... Hi all There is a table called std_info which get data from a session temporary table and was created successfully , while it has a error message "E_QE0083 Error modifying a table." when it was modified. std_info is a big table whose size is 1.3G. Besides, I also find a error message in errlog.log Sun Mar 6 23:39:55 2005 E_DM9006_BAD_ FILE_WRITE Disk file write error on database:cats table:std_info pathname:/database/padb1/ingres/data/default/cats filename:a0aaaasx.m00 page:1048560 write() failed with operating system error 0 (Error 0) Any suggestion would be highly appreciated. You probably ran out of disk space. Modifying a table in that way requires space for three copies of the table. Do a df -k to see what space is available. (Is it an old machine, with small disks?) In this particular case you could use less space by specifying WITH STRUCTURE... on the CREATE AS SELECT statement. Roy Hann (rhann at rationalcommerce dot com) Rational Commerce Ltd. www.rationalcommerce.com "Ingres development, tuning, and training experts" |
![]() |
| Thread Tools | |
| Display Modes | |
| |