In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-09-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >
Share
Shulou(Shulou.com)06/01 Report--
One: table recovery for mistakenly deleted tables, as long as you do not use the PURGE permanent delete option, then it is very promising to recover from the flash back area. The general steps are: 1. Query the deleted table select * from recyclebin2 from flash back. Perform the recovery flashback table tb to before drop of the table, where the tb represents the name of the table you want to restore. 2: table data recovery for mistakenly deleted table records, as long as there is no truncate statement, you can choose to restore according to the transaction submission time. The general steps are as follows: 1. First, query from the flashback_transaction_query view, which provides fields such as table name, transaction submission time, UNDO_SQL and so on. For example, select * from flashback_transaction_query where table_name='TEST'; 2, performing table record recovery is usually queried based on the time, and the query statement mode is select * from tb as of timestamp to_timestamp (time,'yyyy-mm-dd hh34:mi:ss'). / / tb refers to the name of the table, and time refers to a certain point in time, such as select * from scott.test as of timestamp to_timestamp ('2009-12-11 20 from scott.test as of timestamp to_timestamp 53 hh34:mi:ss'); if there is data, it is very simple to recover, and the statement is flashback table tb to timestamp to_timestamp (time,'yyyy-mm-dd hh34:mi:ss'). For example, flashback table scott.test to timestamp to_timestamp ('2009-12-11 20 alter table testvarchar enable row movement; 47 alter table testvarchar enable row movement; 30 minutes grammatical rowid); note: the purpose of this command is to allow Oracle to modify the MMMB assigned to a row. In Oracle, a rowid is assigned to a row when it is inserted, and the row will always have the rowid. Flashback table processing completes the DELETE of the EMP and reinserts the rows, thus assigning a new rowid to those rows. To support flashbacks, Oracle must be allowed to perform this operation
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
The market share of Chrome browser on the desktop has exceeded 70%, and users are complaining about
The world's first 2nm mobile chip: Samsung Exynos 2600 is ready for mass production.According to a r
A US federal judge has ruled that Google can keep its Chrome browser, but it will be prohibited from
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
About us Contact us Product review car news thenatureplanet
More Form oMedia: AutoTimes. Bestcoffee. SL News. Jarebook. Coffee Hunters. Sundaily. Modezone. NNB. Coffee. Game News. FrontStreet. GGAMEN
© 2024 shulou.com SLNews company. All rights reserved.