Oracle Table Error Update (flashback) Flash back operation

Source: Internet
Author: User

--oracle Table Error Update flashback operation test Environment

--select * from V$database;

--select * from V$version;

The first step of operation

1. Enable row migration with the following command

ALTER TABLE test_a enable row movement;

2. The following command flashes back to a certain point in time

Flashback table Test_a to timestamp to_timestamp (' 2012-05-31 16:20:30 ', ' yyyy-mm-dd hh24:mi:ss ');

3 The following command queries the SQL operations log to see when the executed statement was executed

SELECT * from V$sql ORDER by first_load_time Desc;

SELECT * from V$sql (#查看最近所作的操作)

SELECT * from V$sqlarea (#查看最近所作的操作)

Oracle Table Error Update (flashback) Flash back operation

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.