Hi,everyone,
Today, I change the privilege of all datafile using NT security. After doing it, most datafile is available to be accessed by client.But this action affects two datafile to offline and when I alter them online,the error occurs. Then I do follow:
1. shutdown DB
2. startup it with mount option
3. recover database using backup controlfile
I specify the last log file to DB.
4. alter database open resetlogs;
But when I do step 4,the error occur again,the error code is:
ORA-0113
ORA-0110

Please tell me what can I do?Thanks in advance.