Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 63 Insurance
- 535.8K On-Premises Infrastructure
- 138.1K Analytics Software
- 38.6K Application Development Software
- 5.6K Cloud Platform
- 109.3K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71K Infrastructure Software
- 105.2K Integration
- 41.5K Security Software
Flashback schema

Hi
Please implement the ability to flashback an entire schema.
Today, one can create a script to use flashback table to flashback all tables of one or many schemas at once. This is limited to table objects only, but there are many other objects types in a table as well.
This feature would greatly support the well known and very robust technique of schema consolidation, where you consolidate many applications having one or many different schemas in one single database. Application schemas should be self-contained and not overlapping, so one schema should exactly belong to one application (or none, then it's oracle internal).
This is probably hard to get it. At table level, can be done from undo but that's valid only for small tables. At tablespace level, could be done with flashback logs and redo. In both cases, there is the need to sync all metadata at the same timestamp.
Thanks for considering this idea
Casi