select inst_id,name,value from v$diag_info;
best for finding exact location of archivelog location in oracle linux:-
select dest_name,status,destination from gv$archive_dest where status='VALID';
SELECT name, space_limit, space_used FROM v$recovery_file_dest;
No comments:
Post a Comment