ORA-38708 not enough space for first flashback database log file
Nguyên nhân: không đủ dung lượng phân vùng lưu trữ flashback (cụ thể là FRA)
Xử lý: tăng dung lượng FRA lên
Thực hiện:
Kiểm tra FRA hiện tại:
show parameter recovery
Set dung lượng thành 500G
alter system set db_recovery_file_dest_size=500G;
Sau đó thực hiện lại bật Flashback:
SQL> ALTER DATABASE FLASHBACK ON;
Database altered.
Thành công.
Xem thêm:
- Extract, Load, Transform (ELT) là gì?
- Q150 Identify three ORDER BY clauses, any one of which can complete the query successfully
- Q36 Your database instance was shut down normally and then started in NOMOUNT state
- Tìm hiểu hệ quản trị CSDL Cassandra
- Q139 Which two are true about shrinking a segment online?