ORA-38867: database not open: cannot create restore point with the specified timestamp
What triggered the Error:
An attempt was made to create a restore point with the specified timestamp while the database was not open. The database must be open in order to map the timestamp to an SCN.What should we do to fix it:
Open the database first or pick another way to create the restore point.