Hi all,
Is there a best way to restore an index like restoring a relational database?
As I know, in Oracle, restoring a backup is overwriting the existing database and replace with the backup,
and the behavior of _restore API cannot overwrite the index since it will warn "an open index with same name already exists in the cluster", so I have to define "rename_pattern" and "rename_replacement".
Is there a best way to restore an index like restoring a relational database?
Thanks in advance