We have found issues while restarting the Documentum Content server or after crash the oracle.
[DM_SESSION_E_CURSOR_ERROR]error: "A database error has occurred
during the execution of a cursor ('ORA-00376: file 16 cannot be read at this
time
ORA-01110: data file 16:
'/oradata/oracle/db/11.1.0XXX/index02.dbf'
')."
Solution
it sounds like Oracle data files has been corrupted or crashed so we need recover it and keep it available
SQL > recover datafile 16;
SQL > alter database datafile 16 online
No comments:
Post a Comment