|
Hi,
On 19.9 C on AIX
I want to run:
SQL> ALTER SESSION SET container=pdb2;
SQL> ALTER DATABASE MOVE DATAFILE '/u01/app/oracle/oradata/pdb2/system01.dbf' TO '/u02/app/oracle/oradata/pdb2/system01.dbf' REUSE;
Should I copy the data file before to new location using OS cp commande?
Or oracle will do it?
Thanks.
|