ORA-19909: datafile string belongs to an orphan incarnation

Answers were Sorted based on User's Feedback



ORA-19909: datafile string belongs to an orphan incarnation..

Answer / vijay

Just do following.

1. SQL> alter database create standby controlfile
as 'C:\oracle\product\10.2.0\orad
ata\stan\control.sty';

2. copy the standby control file to standby location and
rename as to what is in the initsid.ora file.

3. starup mount;

Its should able to open the database or put it in recover
managed standby database mode

Hope this helps

Thanks
-Vijay

Is This Answer Correct ?    3 Yes 2 No

ORA-19909: datafile string belongs to an orphan incarnation..

Answer / guest

Cause: Either the specified datafile was restored from a
backup that was taken during a period of time that has
already been discarded by a resetlogs operation, or Oracle
cannot identify which database incarnation the file belongs
to. The alert log contains more information.

Action: Restore a backup of this file that belongs to either
the current or a prior incarnation of the database. If you
are using RMAN to restore, RMAN will automatically select a
correct backup.

Please add more information about this Error

Is This Answer Correct ?    1 Yes 9 No

Post New Answer

More Oracle Errors Interview Questions

QSM-02176: MV with UNION ALL in a view is too complex

1 Answers  


ORA-36261: (XSAGPARTDEP00) Can not Aggregate PARTITION TEMPLATE %J because the path of aggregation would recursively enter partition %J.

1 Answers  


ORA-16774: Error in stopping the physical apply service (MRP process)

1 Answers  


TNS-01113: save_config_on_stop can either be ON or OFF

1 Answers  


QSM-00516: illegal status detected for run

1 Answers  






NNL-00982: Not forwarded, no servers found: number

1 Answers  


ORA-02286: no options specified for ALTER SEQUENCE

1 Answers  


EXP-00024: Export views not installed, please notify your DBA

1 Answers  


ORA-30556: functional index is defined on the column to be modified

1 Answers  


ORA-24097: Invalid value string, string should be non-negative

1 Answers  


ORA-23444: duplicate template parameter

1 Answers  


ORA-13001: dimensions mismatch error

1 Answers  


Categories