IMPAX 6.5.1 Server Knowledge Base home > Oracle Server home
You can check the status of the RMAN backup jobs. The following columns are returned:
| Column | Description |
|---|---|
| session_key | RMAN session identifier. Each backup job has its own unique session key. |
| command_id | RMAN generated ID. The ID contains the date when the backup job is run. |
| status | Backup job status. It can be one of:
|
| time_taken_display | Total time the backup job took to complete. |
To check the status of RMAN backup jobs on Solaris
Log in as the oracle user.
Run the following commands:
sqlplus / as sysdba
select session_key, command_id, status, time_taken_display from v$rman_backup_job_details;
To check the status of RMAN backup jobs on Windows
Log in as the AgfaService user.
Open a command prompt.
Run the following commands:
sqlplus / as sysdba
select session_key, command_id, status, time_taken_display from v$rman_backup_job_details;
Topic number: 120332 Applies to: IMPAX 6.5.1 Server Knowledge Base |