Hi,
I'm trying to startup oracle db I executed this command:
SQL> startup pfile=/u01/app/oracle/product/11.1.0/db_1/dbs/initSINGLETDB.ora
ORACLE instance started.
Total System Global Area 7349010432 bytes
Fixed Size 2145384 bytes
Variable Size 3758097304 bytes
Database Buffers 3556769792 bytes
Redo Buffers 31997952 bytes
Database mounted.
ORA-16038: log 3 sequence# 38781 cannot be archived
ORA-19504: failed to create file ""
ORA-00312: online log 3 thread 1:
'+SINGLEDATA2/singletdb/onlinelog/group_3.268.709486715'
ORA-00312: online log 3 thread 1:
'+SINGLERECOVERY/singletdb/onlinelog/group_3.263.709486715'
And I received errors you can read.
I think the problem is the disk space is finished, so how can I remove log files?
If the problem is not the disk space what could it be?
Thanks, bye bye.