Alexander, May 08, 2013 - 7:06 pm UTC
This makes me wonder, and maybe this is stupid, but why is code stored in the data dictionary system tablespace and not in user tablespaces? That would be kind of neat to have that option, and define a default code ts similarly to a default profile, or temp, for a user.
May 08, 2013 - 7:23 pm UTC
and even then, that is just thinking about code, there are *thousands* of other bits of metadata that would need working on as well.
it will sort of be like that in pluggable databases in the future... Each plugged in database would have its own slice of the data dictionary (but the entire data dictionary - not just code, but grants and everything)
right now, in a single database per instance architecture, it wouldn't make sense to have multiple code repositories sitting all over the place.
No flashback for pluggable DBs ?
Marcus Rangel, May 08, 2013 - 7:17 pm UTC
Thank you for your answer. One thing worried me, though: did I get it right ? won't it be possible to flashback a pluggable database ? How is it going to work then ? Will I issue "flashback database to X" in the container DB and as a result flashback the CDB and all its PDBs ?
May 08, 2013 - 7:25 pm UTC
in release one, it won't be possible to flashback a pluggable database in all likelihood.
You will be able to point in time restore it, but probably not flash it back.
in release one.
The container would be a different story, probably.
A reader, May 19, 2016 - 3:33 pm UTC
It would be a great option if you could flashback a schema to a point time. I guess the schema would require to spin up its own rollback and archivelogs to start with when you create a restore point. Plus it would have to be in some sort of restricted mode during the entire life cycle of the restore point. I hope oracle figures it out soon because it would make my life a lot easier.
Link out of date
Clark Pearson, April 13, 2026 - 1:34 pm UTC
The link provided on May 19, 2016 is no longer valid. I suspect the answer itself is still valid, so I've not marked "Answer out of date". But might
FLASHBACK SCHEMA
be in the pipeline for development?
April 20, 2026 - 2:43 am UTC