why datafile cant be resized [message #184097] |
Tue, 25 July 2006 06:05 |
abs_amit
Messages: 59 Registered: January 2006 Location: delhi
|
Member |
|
|
Hi all,
I am using unix based oracle 8i.
i wanted to resize two datafiles.
i fired this command
alter database datafile '<file_name>' resize 4g.
It shows database altered.
but when i check the size of datafile it is same as it was earlier....why so... wht should i do....
|
|
|
Re: why datafile cant be resized [message #184200 is a reply to message #184097] |
Tue, 25 July 2006 12:42 |
aciolac
Messages: 242 Registered: February 2006
|
Senior Member |
|
|
Under what application you execute alter command? Are there possible that you not see errors, appeared during alter command? See the alert.log - in this file must be logged when alter datafile starts, and when ends. Also write errors appeared.
|
|
|
|
|
|
|
|
|