Question: I am getting the
ORA-65131 error on a 12c pluggable database.:
create flashback archive myarch tablespace
users retention 1 month
*
error at line 1:
ORA-65131: The feature Flashback Data Archive is not
supported in a pluggable database.
How to I get around this ORA-65131 error?
Answer:
You cannot get around his error as it is not supported
in a pluggable database. The oerr utility noted this
on the ORA-65131 error:
ORA-65131: The
feature string is not supported in a pluggable database.
Cause: An attempt was made to use
a feature that is not supported in a pluggable database.
Action: Do not use this feature
in a pluggable database.
This is just one of several features that are not
supported in a pluggable database.