flashbackdataarchive
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
flashbackdataarchive [2015/10/28 12:03] – [Database Hardening] z0hpvk | flashbackdataarchive [2025/03/08 22:24] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 23: | Line 23: | ||
Create Application ... | Create Application ... | ||
< | < | ||
- | DBMS_FLASHBACK_ARCHIVE.REGISTER_APPLICATION( | + | DBMS_FLASHBACK_ARCHIVE.REGISTER_APPLICATION ( |
application_name | application_name | ||
flashback_archive_name => ' | flashback_archive_name => ' | ||
Line 38: | Line 38: | ||
Use ENABLE_APPLICATION to enable all tables in application for FDA. | Use ENABLE_APPLICATION to enable all tables in application for FDA. | ||
< | < | ||
- | DBMS_FLASHBACK_ARCHIVE.ENABLE_APPLICATION( | + | DBMS_FLASHBACK_ARCHIVE.ENABLE_APPLICATION (application_name => ' |
- | | + | |
END;</ | END;</ | ||
==== Import/ | ==== Import/ | ||
+ | The history of tables in a FDA can now be imported or exported. | ||
flashbackdataarchive.1446033809.txt.gz · Last modified: 2025/03/08 22:23 (external edit)