ORA-01248: but we dont have the archivelog
742854Feb 25 2010 — edited Feb 25 2010Hi,
This a production box and it is high priority and we are already behind.
We need to do a PIT restore of PROD database and export out couple of tables and import them to production.
All i did was started a PIT restore and recovery of production database on another box.
The LVL0 and LVL1 completed but when applying archive logs, RMAN was asking for a log which was older than the LVL1.
And we could not find the archive log.
I did the folloiwng
Set ALLOWRESETLOGS_CORRUPTION=TRUE in init.ora file.
2) Startup Mount
3) Recover database
but the recovery came back with errors...
SQL> startup mount;
ORACLE instance started.
Total System Global Area 4294967296 bytes
Fixed Size 2089576 bytes
Variable Size 973082008 bytes
Database Buffers 3305111552 bytes
Redo Buffers 14684160 bytes
Database mounted.
SQL> ALTER SESSION SET EVENTS '10015 TRACE NAME ADJUST_SCN LEVEL 1';
Session altered.
SQL> recover database;
but here we are getting the belwo error...
ERROR at line 1:
ORA-01248: file 13 was created in the future of incomplete recovery
ORA-01110: data file 13: '+DATA/afcp/datafile/licy.264.711819245'
Alll we need is to force open the database and extract those couple of tables and we are not worried about the "licy.264.711819245" datafile as mentioned in the above error.
Can someone help me force start the database so i can get the required data.
Thanks.
Philip.