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 11:56] – z0hpvk | flashbackdataarchive [2025/03/08 22:24] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 18: | Line 18: | ||
| ==== Database Hardening ==== | ==== Database Hardening ==== | ||
| + | You can now group a set of tables in a Flashback Archive. | ||
| + | These tables are known as Applications. | ||
| + | |||
| + | Create Application ... | ||
| + | < | ||
| + | DBMS_FLASHBACK_ARCHIVE.REGISTER_APPLICATION ( | ||
| + | application_name | ||
| + | flashback_archive_name => ' | ||
| + | END;</ | ||
| + | |||
| + | Add Tables to Application ... | ||
| + | < | ||
| + | DBMS_FLASHBACK_ARCHIVE.ADD_TABLE_TO_APPLICATION ( | ||
| + | application_name => ' | ||
| + | table_name | ||
| + | schema_name | ||
| + | END;</ | ||
| + | |||
| + | Use ENABLE_APPLICATION to enable all tables in application for FDA. | ||
| + | < | ||
| + | DBMS_FLASHBACK_ARCHIVE.ENABLE_APPLICATION (application_name => ' | ||
| + | END;</ | ||
| + | |||
| ==== Import/ | ==== Import/ | ||
| + | The history of tables in a FDA can now be imported or exported. | ||
flashbackdataarchive.1446033367.txt.gz · Last modified: (external edit)
