Home » RDBMS Server » Backup & Recovery » Rman Duplicate database issue (Oracle 10.2.0.4 Solaris 10)
Rman Duplicate database issue [message #450743] |
Fri, 09 April 2010 01:15  |
lalitm_2003
Messages: 86 Registered: May 2005 Location: delhi
|
Member |
|
|
Hi Experts,
I need your guidance in one of the issue.
We need to duplicate database using RMAN duplicate command on ASM disks. We are having source database of around 600G size out of that 200G is of temp size. We need to restore the database to a diskgroup of size 450G.
We can skip normal tablespaces, but not able to find any option to skip temp tablespace.
Can you please suggest me some possible solution?
We are thinking to create the temporary tablespace on another diskgroup if not able to skip the temporary tablespace.
Thanks in advance for your guidance & suggestions.
Regards
Lalit
|
|
|
|
|
|
|
|
|
|
|
Re: Rman Duplicate database issue [message #455791 is a reply to message #450743] |
Thu, 13 May 2010 01:08  |
lalitm_2003
Messages: 86 Registered: May 2005 Location: delhi
|
Member |
|
|
Hi mdba,
I have to set db_file_name_convert because we are refreshing the database onto the other server and on other diskgroup name.
But i am not setting the log_file_name_convert parameter, instead i am creating logfiles during rman dudplicate database command. As we are working on ASM, i faced issues by using log_file_name_convert.
Part of the script is below:
duplicate target database to fs90stg
skip tablespace temp01
logfile
group 1 ('+DATA05/fs90stg/ONLINELOG/redo_0101.log','+DATA01/fs90stg/ONLINELOG/redo_0102.log') SIZE 500M REUSE,
group 2 ('+DATA05/fs90stg/ONLINELOG/redo_0201.log','+DATA01/fs90stg/ONLINELOG/redo_0202.log') SIZE 500M REUSE,
group 3 ('+DATA05/fs90stg/ONLINELOG/redo_0301.log','+DATA01/fs90stg/ONLINELOG/redo_0302.log') SIZE 500M REUSE,
group 4 ('+DATA05/fs90stg/ONLINELOG/redo_0401.log','+DATA01/fs90stg/ONLINELOG/redo_0402.log') SIZE 500M REUSE,
group 5 ('+DATA05/fs90stg/ONLINELOG/redo_0501.log','+DATA01/fs90stg/ONLINELOG/redo_0502.log') SIZE 500M REUSE,
group 6 ('+DATA05/fs90stg/ONLINELOG/redo_0601.log','+DATA01/fs90stg/ONLINELOG/redo_0602.log') SIZE 500M REUSE;
}
Regards
Lalit
|
|
|
Goto Forum:
Current Time: Tue Jun 10 10:56:34 CDT 2025
|