Question

RMAN script default location in linux client

  • 27 December 2022
  • 4 replies
  • 928 views

Badge +2

getting a below error : Error Code: [18:183]
Description: Failed with Oracle DB/RMAN error [ORA-00604: error occurred at recursive SQL level 1 ORA-01652: unable to extend temp segment by 128 in tablespace TEMP RMAN-08132: warning: cannot update recovery area reclaimable file list ]
Source: vsrv3114, Process: ClOraAgent
 

Help to fix the issue 


4 replies

Userlevel 4
Badge +10

Hello @Neeraj Gautam 

This error is coming from Oracle and typically occurs when there isn’t enough free space to extent the TEMP tablespace.

Please bring this to the attention of the DBA to resolve. 

Let me know if you have any questions

Badge +2

but where is the RMAN located in linux machine. 

Userlevel 4
Badge +10

Hi Neeraj,

Your DBA should be able to assist with RMAN configuration. 

Userlevel 1
Badge +5

Hi @Neeraj Gautam,

If you are asking this to customize the RMAN script, you can do it during the backup/restore, please find the below BOL (similar can be done during the restore)

 

https://documentation.commvault.com/2022e/expert/20433_customizing_oracle_backup_rman_scripts.html

 

If you need the RMAN script that was run during the backup/restore you can may get from the RMAN logs, which you can collect from job ID from the Commcell console/ Command Center or from the client machine jobs result directory.

\opt\commvault\iDataAgent\jobResults\CV_JobResults\2\0\<Job_ID>\backup.out
 

Note: This is for the default job results directory, if you have changed it, then you need to edit the path and append with the below path

JobResultDirectory\CV_JobResults\2\0\<Job_ID>\backup.out

<Job_ID> is the backup/restore job id

 

Reply