[Flashback] ORA-38760 Error Resolution

Source: Internet
Author: User

When the database is startup, it prompts Ora-38760:this database instance failed to turn on flashback database error, which presumably means that the database enabled Flashback database feature failed. This is caused by the fact that the Flash back database feature was turned on before the database, but the backup files for the flashback database were deleted, so the database could not be found when it was opened, causing the database to open.

The workaround is simple: the database flash back to the database feature is deactivated and then enabled for

Sql> Startup
ORACLE instance started.

Total System Global area  784998400 bytes
Fixed Size                  2257352 bytes
Variable Size             478154296 bytes
database buffers          301989888 bytes
Redo buffers 2596864
database bytes.
Ora-38760:this database instance failed to turn on flashback database


sql> ALTER DATABASE flashback off;

Database altered.

Sql> ALTER DATABASE flashback on;

Database altered.

sql> ALTER DATABASE open;

Database altered.


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.