SimonTempler
MIS
i have this statement right :
alter database rename file '/u01/app/oracle/product/9.2.0/dbs/u01oradataH89VADMO
avapp.dbf' TO '/u01/app/oracle/product/9.2.0/dbs/u01oradataH89VADMOavapp.dbf'
but i want to change and replace the line after the 'TO' with /u01/oradata/H89VADMO/avapp.dbf
so my statement should look like this after the search and replace command:
alter database rename file '/u01/app/oracle/product/9.2.0/dbs/u01oradataH89VADMO
avapp.dbf1' TO '/u01/oradata/H89VADMO/avapp.dbf'
Please what command do I use ?.
alter database rename file '/u01/app/oracle/product/9.2.0/dbs/u01oradataH89VADMO
avapp.dbf' TO '/u01/app/oracle/product/9.2.0/dbs/u01oradataH89VADMOavapp.dbf'
but i want to change and replace the line after the 'TO' with /u01/oradata/H89VADMO/avapp.dbf
so my statement should look like this after the search and replace command:
alter database rename file '/u01/app/oracle/product/9.2.0/dbs/u01oradataH89VADMO
avapp.dbf1' TO '/u01/oradata/H89VADMO/avapp.dbf'
Please what command do I use ?.