Security Grants
Security Grants
Security Grants
Display Count Historical Archived Log Information From The Control File
select count(*) from v$archived_log
select min(completion_time) from v$archived_log
Shows Current Archive Destinations
select * from v$archive_dest
Backups Of Archived Logs
select count(*) from v$backup_redolog
Display All Online Redo Log Groups For The database
select * from v$log
Show All Datafiles For Tablespace And Oracle Stuff
select * from dba_data_files order by tablespace_name, file_name