| $ oerr ora 01135
01135 00000 "file %s accessed for DML/query is offline "
// *Cause Attempted to access a data file that is offline
// *Action Bring the data file back online
The datafile is offlHello
I am getting the following error
selecting from the view
select count(*) from v_xxx
ERROR at line 1
ORA-01135 file 5 accessed for DML/query is offline
ORA-01110 data file 5 '/db011/orad |
|