Increase the size of datafile [message #60882] |
Thu, 11 March 2004 19:21 |
Ram Shabad
Messages: 2 Registered: March 2004
|
Junior Member |
|
|
SQL> create table aaaa as select * from reading_detail;
create table aaaa as select * from reading_detail
*
ERROR at line 1:
ORA-19502: write error on file "D:PSEBDATAPSEBAREA.ORA", blockno 524247 (blocksize=8192)
ORA-27072: skgfdisp: I/O error
OSD-04008: WriteFile() failure, unable to write to file
O/S-Error: (OS 112) There is not enough space on the disk.
after it we have tried to increase the size of datafile to 8GB from 4GB,however it also give the error as "unable to write the header" in the datafile , when we added another datafile then it also given the error in the first datafile.
|
|
|
|
|
|