i can get hot backup but how can logging asm pls send immediately [message #190516] |
Thu, 31 August 2006 02:46 |
ramkrishna_gosavi
Messages: 15 Registered: June 2006 Location: pune
|
Junior Member |
|
|
hi friends
today i hv new problem , i get a hot backup of RG tablespace from database from following way
loggin sql
SQL> select tablespace_name,files_name from sys.dba_data_files;
tablespace_name files_name
---------------- ------------
RG +dg1/xyz/abc/rg.785.56966
then
SQL> alter tablespace RG begin backup;
tablesapce altered
then cp the file +dg1/xyz/abc/rg.785.56966 from backup dir
$ cp +dg1/xyz/abc/rg.785.56966 backup/
but my problem is that how can copy datafile from disk DG1,
how can logging the asm in command line pls send command
and not use RMAN utility ,only use user defiend utility immediately
[Updated on: Thu, 31 August 2006 03:37] Report message to a moderator
|
|
|
|