flashback_query_with_database_in_noarchivelog_mode
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| flashback_query_with_database_in_noarchivelog_mode [2018/12/06 21:05] – created 91.177.234.129 | flashback_query_with_database_in_noarchivelog_mode [2019/01/30 11:32] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Flashback_query_with_database_in_noarchivelog_mode ====== | ||
| - | |||
| Typically, development databases are not started in archivelog mode. This causes a problem for hot backups but not necessarily for flashback queries. | Typically, development databases are not started in archivelog mode. This causes a problem for hot backups but not necessarily for flashback queries. | ||
| You can still flashback to any time within the online redo logs: | You can still flashback to any time within the online redo logs: | ||
| + | < | ||
| alter session set nls_timestamp_format = ' | alter session set nls_timestamp_format = ' | ||
| set lines 9999 | set lines 9999 | ||
| Line 10: | Line 9: | ||
| set headi off | set headi off | ||
| spool old_version.sql | spool old_version.sql | ||
| - | + | </ | |
| + | |||
| + | < | ||
| | | ||
| - | | + | |
| as of timestamp to_timestamp(' | as of timestamp to_timestamp(' | ||
| | | ||
| Line 19: | Line 20: | ||
| | | ||
| , | , | ||
| - | + | </ | |
| + | |||
| + | < | ||
| spool off | spool off | ||
| + | |||
flashback_query_with_database_in_noarchivelog_mode.1544130326.txt.gz · Last modified: 2018/12/06 21:05 by 91.177.234.129
