redo_logs
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
redo_logs [2015/12/18 10:33] – z0hpvk | redo_logs [2025/03/08 22:24] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 21: | Line 21: | ||
3 '/ | 3 '/ | ||
| | ||
- | === Check Current Logs === | + | To add a log file to an existing redo log group ... |
+ | < | ||
+ | Note that the status of the logfile will be invalid before it is used. | ||
+ | |||
+ | === Check Status of Current Logs === | ||
< | < | ||
Line 38: | Line 42: | ||
ALTER DATABASE DROP LOGFILE GROUP 2; | ALTER DATABASE DROP LOGFILE GROUP 2; | ||
ALTER DATABASE DROP LOGFILE GROUP 3;</ | ALTER DATABASE DROP LOGFILE GROUP 3;</ | ||
+ | |||
+ | To drop individual log files from within a group ... | ||
+ | < | ||
+ | |||
+ | === View Current Log Files === | ||
+ | |||
+ | < | ||
+ | col MEMBER format a60 | ||
+ | SELECT A.GROUP#, A.MEMBER, B.BYTES | ||
+ | FROM V$LOGFILE A, V$LOG B WHERE A.GROUP# = B.GROUP#;</ | ||
redo_logs.1450434823.txt.gz · Last modified: 2025/03/08 22:23 (external edit)