Datafile asking for recovery
Hello ,
Mistakenly I had added datafile in wrong file system. So once noticed, i tool datafile offline using command "alter
database datafile '/oracle/VQ2/sapdata24/erp_547/erp.data548' offline; " and copied to right file system. Once then I updated the tablespace with new location using "> alter tablespace
psaperp rename datafile '/oracle/VQ2/sapdata24/erp_547/erp.data548' to
'/oracle/VQ2/sapdata28/erp_572/erp.data572';" and then tired to online the datafile but it was asking for recovery.
Only thing i want to understand why it had asked for recovery when datafile was offline before moving to new location.
0