I need to get a list of RMAN scripts from one of our catalogs. I thought I could view them by doing
select * from rc_stored_scripts;
but this table doesnt exist??
Printable View
I need to get a list of RMAN scripts from one of our catalogs. I thought I could view them by doing
select * from rc_stored_scripts;
but this table doesnt exist??
Ooops - found the answer = that'll be rc_stored_script not scripts!!!
If onlt all my problems were this small!