What happens when Tablespace offline when noarchivelogmode
787588Sep 7 2012 — edited Sep 8 2012Hello,
My Database version is 11.2.0.1 on Linux 64bit
I have a doubt How able to online tablespace when performed offline and online if it is in Noarchivelog mode
Steps
1) Noarchivelog mode
2) One of tablespace kept offline (to move one datafile) - USERS
3) copied datafile at OS level
4) Now performed rename of datafile
5) performed checkpoints to test
6) again Tablespace kept ONLINE. - USERS
Now my question is, when we put tablespace in offline mode, Other datafile headers SCN will be updated and no updates will be done on "USERS" tablespace because its OFFLINE,
Now when i put USERS tablespace ONLINE, how it able to Sync with other SCN's ? Normally it has to perform recovery until all SCN's are synchronized.
Please describe your ideas.