Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Can I use flashback database to flashback a pluggable database?

837363Nov 25 2013 — edited Nov 25 2013

Hi All,

I created a container database and then created a pluggable database.

In the pluggable 12.1 datbase, I loaded the user data.

I performed the below

sqlplus / as sysdba;

create restore point CLEAN_DB guarantee flashback database;


And I performed the transactions on the pdb.


Now my intention is to restore to the restore point CLEAN_DB as created from the above step.


If I perform the below, will it restore my pdb to the initial state?


flashback database to restore point CLEAN_DB;


Regards,

Kamal.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 23 2013
Added on Nov 25 2013
4 comments
1,780 views