when resizing SQL database i get error ORA-03113 [message #196006] |
Tue, 03 October 2006 11:29 |
ghetto1
Messages: 2 Registered: October 2006 Location: canada
|
Junior Member |
|
|
When i 1st resized the database from default to 20G i got error ORA-03113. But when i resize it +-4G then there is no errors. If anyone came accross this b4 and know's how to solve it, please enlighten me, thx. Joe.
SQL>ALTER DATABASE DATAFILE
2 '/u01/app/oracle/oradata/TSH1/users01.dbf'
3 resize 20G ;
~ the result is~
ALTER DATABASE DATAFILE
*
ERROR at line 1;
ORA-03113; end-of-file on communication channel
|
|
|
|