不知道更新的时间你是否记得,如果不记得,那么使用logminer察看你刚才操作的时间需要一个以前的备份,如果没有备份,重建一个相同的数据库If the database is opened, shut it down by using either the NORMAL
or IMMEDIATE or TRANSACTIONAL options.
2 Mount the database.
3 Restore all data files from backup (the most recent if possible):
4 You may need to restore archived logs. If there is enough space
available, restore to the LOG_ARCHIVE_DEST location or use the
ARCHIVE SYSTEM ARCHIVE LOG START TO <LOCATION>
or SET LOGSOURCE <LOCATION> to change the location.
5 Recover the database:
SQL> recover database until time ‘1999-03-
09:11:44:00’;
6 To synchronize data files with control files and redo logs, open
database by using RESETLOGS option:
SQL> alter database open resetlogs;