ORA-38778: Restore point 'string
' already exists.What triggered the Error:
The restore point name of the CREATE RESTORE POINT command already exists. A restore point name must be unique.What should we do to fix it:
Either use a different name or delete the existing restore point with the same name.