Link to home
Start Free TrialLog in
Avatar of bibi92
bibi92Flag for France

asked on

modify query on V$RMAN_BACKUP_JOB_DETAILS

Hello,

How can I modify the following query to add INSTANCE_NAME and HOST_NAME from v$instance

select
INPUT_TYPE,
STATUS,
START_TIME,
END_TIME
from
V$RMAN_BACKUP_JOB_DETAILS
order by STATUS

Thanks
ASKER CERTIFIED SOLUTION
Avatar of slightwv (䄆 Netminder)
slightwv (䄆 Netminder)

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
As an addendum to the above...

There's a whole bunch of stuff you can pull out of sys_context.

See the documentation: http://docs.oracle.com/database/121/SQLRF/functions198.htm#SQLRF06117