Files
oracle/mhouri/getarchiv.sql
T

6 lines
131 B
SQL
Raw Normal View History

2026-03-12 21:23:47 +01:00
-- check whether we are in archive mode log or not
archive log list
SELECT LOG_MODE from v$database;
show parameter recovery