Home » RDBMS Server » Backup & Recovery » how to stop rman incrementalbackup job (oracle 11.2.0.1 RAC of two nodes,solaris10)
how to stop rman incrementalbackup job [message #556317] Fri, 01 June 2012 11:55 Go to next message
janakors
Messages: 232
Registered: September 2009
Senior Member
hi,
i use kill -9 <pid> and kill the job and then i check ps -ef | grep rman and get no proceess of RMAN but when i login into Enterprise Manager and click on performence tab so i see the graph of RMAN (yellow in colour) whic is still continue and means the RMAN backup is in progress , then i checked the top consumer page so there i see backup incr datafile(SYS$USERS)(26.8%), so i want to down this RMAN backup.i also used the this query to check the RMAN job running or not
 select * from V$SESSION where MODULE like 'rman%';
it came up with no rows

kindly guide


Regards
Re: how to stop rman incrementalbackup job [message #556318 is a reply to message #556317] Fri, 01 June 2012 12:17 Go to previous messageGo to next message
BlackSwan
Messages: 26766
Registered: January 2009
Location: SoCal
Senior Member
select * from V$SESSION where PROGRAM like 'RMAN%';
Re: how to stop rman incrementalbackup job [message #556418 is a reply to message #556318] Mon, 04 June 2012 04:17 Go to previous message
janakors
Messages: 232
Registered: September 2009
Senior Member
thank you sir, i got it
Previous Topic: default location for RMAN backup
Next Topic: how to extract the archive log backup set
Goto Forum:
  


Current Time: Fri Mar 29 07:31:23 CDT 2024