patrick118
Technical User
I'm testing a few things with recovery.
I have a database 9.2 in archivelog mode.
I made a cold backup of the entire database
started the database and made some changes to the table in tablespace example.
scn is now 55770
made some more changes and scn is now 55980
I set the tablespace offline
deleted the datafile from the tablespace example
copied back the datafile from my backup.
This is out of sync.
If i would do the following
recover tablespace example;
it would be working
But i don't want that i want to go back to scn 55770
so i thought the following
recover tablespace example until scn 55770
but i get an error
ORA-00274 illegal recovery option until
How should i be approaching this? I do not want to put the entire database back to scn 55770 just the example tablespace.
I have a database 9.2 in archivelog mode.
I made a cold backup of the entire database
started the database and made some changes to the table in tablespace example.
scn is now 55770
made some more changes and scn is now 55980
I set the tablespace offline
deleted the datafile from the tablespace example
copied back the datafile from my backup.
This is out of sync.
If i would do the following
recover tablespace example;
it would be working
But i don't want that i want to go back to scn 55770
so i thought the following
recover tablespace example until scn 55770
but i get an error
ORA-00274 illegal recovery option until
How should i be approaching this? I do not want to put the entire database back to scn 55770 just the example tablespace.