idle>alter database open resetlogs;
alter database open resetlogs
*
ERROR at line 1:
ORA-00344: unable to re-create online log '/dev/rvg1_redo_1_1'
ORA-27040: file create error, unable to create file
IBM AIX RISC System/6000 Error: 13: Permission denied

解决方案 »

  1.   

    1。Archives the current online redo logs (if they are accessible) and then erases the contents of the online redo logs and resets the log sequence number to 1. For example, if the current online redo logs are sequence 1000 and 1001 when you open RESETLOGS, then the database archives logs 1000 and 1001 and then resets the online logs to sequence 1 and 2.2。Creates the online redo log files if they do not currently exist.3。Reinitializes the control file metadata about online redo logs and redo threads.4。Updates all current datafiles and online redo logs and all subsequent archived redo logs with a new RESETLOGS SCN and time stamp.
    没有chown/dev/rvg1_redo_1_1吧chown oracle:dba /dev/rjyfx_indx01
    就应该可以了