Switch datafile <datafilespec> to copy ; what this does ?
701636May 18 2009 — edited Aug 26 20111) SWITCH DATAFILE datafileSpec;
2) SWITCH DATAFILE datafileSpec TO COPY;
^^
I cant understand the difference in the above 2 commands teIs there a difference in the above 2 commands.
The description in DOC is :
DATAFILE datafileSpec TO COPY : Specifies the datafile that you wish to rename. As with DATABASE TO COPY, specifies to switch this datafile to the latest image copy.
When would the 2nd option be preferred over the 1st ?