Home » RDBMS Server » Backup & Recovery » Rman Backup set specification slowness. (Oracle 12c, windows 2012)
Rman Backup set specification slowness. [message #650790] Wed, 04 May 2016 00:38 Go to next message
muktha_22
Messages: 527
Registered: December 2009
Senior Member
Hi All,

Need a guidance,

We have setup the RMAN Backup as mentioned below.
connect target sys/password
connect catalog <username/password>@<connect string>
alter session set nls_date_format='dd-mon-yyyy hh24:mi';
set echo on;
run
{
    allocate channel dev1   type disk format '<path>\db_t%t_s%s_p%p';
          select current_timestamp from dual; 
    allocate channel dev2   type disk format '<path>\db_t%t_s%s_p%p';
          select current_timestamp from dual;
    BACKUP archivelog all ;
          select current_timestamp from dual;
    delete noprompt archivelog all completed before 'sysdate-1';
          select current_timestamp from dual;
    release channel dev1 ;    
          select current_timestamp from dual;
    release channel dev2 ;    
          select current_timestamp from dual;

}


Analyzing the LOG FILE after finding the tremendous slowness in the performance gives the below

Between the below mentioned process taken 1.5 Hours:

   channel dev1: specifying archived log(s) in backup set
   and
   channel dev1: starting piece 1 at <date and time> 


But the backup set got finished within 4 mins.


Kindly guide me, where the problem resides.

Thanks and Regards
Muktha
Re: Rman Backup set specification slowness. [message #650791 is a reply to message #650790] Wed, 04 May 2016 00:43 Go to previous messageGo to next message
Mahesh Rajendran
Messages: 10707
Registered: March 2002
Location: oracleDocoVille
Senior Member
Account Moderator
>>Kindly guide me, where the problem resides.
Only if one can see anything related to it .
Re: Rman Backup set specification slowness. [message #650792 is a reply to message #650790] Wed, 04 May 2016 00:49 Go to previous messageGo to next message
Michel Cadot
Messages: 68625
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator

We already told, POST THE COMPLETE SESSION, not what you think, you don't understand the point (otherwise you'd not post).

Re: Rman Backup set specification slowness. [message #650794 is a reply to message #650792] Wed, 04 May 2016 01:03 Go to previous messageGo to next message
muktha_22
Messages: 527
Registered: December 2009
Senior Member
Hi,

For some restrictions I am not able to share the complete log file.
But I have modified and included the problematic lines and attached.

Thanks and Regards
Muktha

Re: Rman Backup set specification slowness. [message #650795 is a reply to message #650794] Wed, 04 May 2016 01:13 Go to previous messageGo to next message
Mahesh Rajendran
Messages: 10707
Registered: March 2002
Location: oracleDocoVille
Senior Member
Account Moderator
Possibly reported bug. Check metalink.
Try the same operation without connecting to catalog. Should it work fine, it is a reported bug.
Re: Rman Backup set specification slowness. [message #650796 is a reply to message #650794] Wed, 04 May 2016 01:14 Go to previous messageGo to next message
Michel Cadot
Messages: 68625
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator

Sure the date is something very confidential.
How could we analyze anything not knowing what you removed and what you modified?

Re: Rman Backup set specification slowness. [message #650797 is a reply to message #650795] Wed, 04 May 2016 01:17 Go to previous messageGo to next message
Michel Cadot
Messages: 68625
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator

... in addition, never backup connected to the catalog, backup with nocatalog and then synchronize the catalog.

Re: Rman Backup set specification slowness. [message #650798 is a reply to message #650797] Wed, 04 May 2016 01:30 Go to previous messageGo to next message
muktha_22
Messages: 527
Registered: December 2009
Senior Member
Hi Michel, Mahesh,

Thanks for the help.

1) I have modified the date and the deleted the rows after the problematic BACKUP SET finished successfully.
2) I don't think the issue is connecting to the CATALOG server, as the time shown in the log, the below statement executed in few seconds.

connected to target database: <name> (DBID=<Number>)
connected to recovery catalog database


3) And the below line also executed in few seconds.

allocated channel: dev1
channel dev1: SID=<ID> device type=DISK
Starting backup at <Date> 12:33:16
current log archived
channel dev1: starting archived log backup set


Which means, connection to the Remote catalog server is fine.
Connecting to the RMAN Client and the Oracle Instance is fine.

4) But the problem is resides in the line of, which takes 1.5 Hours.

channel dev1: specifying archived log(s) in backup set


5)And this happened only to the First TIME SPECIFICATION of the CHANNEL 1.
It never gives the problem on further consequence of CHANNEL 2 or another CHANNEL Backup set 3, 4 5 etc..

Thanks and Regards
Muktha
Re: Rman Backup set specification slowness. [message #650799 is a reply to message #650798] Wed, 04 May 2016 01:43 Go to previous message
Michel Cadot
Messages: 68625
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator

We told you what WE'd do in your case, you prefer to think, ok, go on and good luck.

Previous Topic: What Is The Difference Between Default Controlfile Auotbackup Format And The '%F' We Set
Next Topic: Reset SCN
Goto Forum:
  


Current Time: Fri Mar 29 09:25:47 CDT 2024