当前位置:网站首页>ORA-00257
ORA-00257
2022-08-05 00:44:00 【drunk little white】
oerr ora 0025700257, 00000, "archiver error. Connect internal only, until freed."// *Cause: The archiver process received an error while trying to archive// a redo log. If the problem is not resolved soon, the database// will stop executing transactions. The most likely cause of this// message is the destination device is out of space to store the// redo log file.// *Action: Check archiver trace file for a detailed description// of the problem. Also verify that the// device specified in the initialization parameter// ARCHIVE_LOG_DEST is set up properly for archiving.Check that the archive space is sufficient, and the data has the parameters db_recovery_file_dest and db_recovery_file_dest_size
db_recovery_file_dest: The location of the flashback recovery area
db_recovery_file_dest_size: size of free space in the flash recovery area
Modify two parameters online...
This restriction is not recommended for production....
边栏推荐
- GCC: Shield dependencies between dynamic libraries
- 2021年11月网络规划设计师上午题知识点(下)
- Memory Forensics Series 1
- 2021年11月网络规划设计师上午题知识点(上)
- OPENWIFI实践1:下载并编译SDRPi的HDL源码
- tiup uninstall
- 2022杭电多校 第三场 B题 Boss Rush
- MongoDB搭建及基础操作
- Difference between MBps and Mbps
- Software Testing Interview Questions: What aspects should be considered when designing test cases, i.e. what aspects should different test cases test against?
猜你喜欢
随机推荐
软件测试面试题:测试生命周期,测试过程分为几个阶段,以及各阶段的含义及使用的方法?
LiveVideoStackCon 2022 上海站明日开幕!
gorm的Raw与scan
Countdown to 1 day!From August 2nd to 4th, I will talk with you about open source and employment!
Pytorch usage and tricks
Will domestic websites use Hong Kong servers be blocked?
动态规划/背包问题总结/小结——01背包、完全背包
软件测试面试题:网络七层协仪具体?
2022牛客多校第三场 J题 Journey
《WEB安全渗透测试》(28)Burp Collaborator-dnslog外带技术
2022 Hangzhou Electric Power Multi-School Session 3 Question L Two Permutations
Software Testing Interview Questions: Qualifying Criteria for Software Acceptance Testing?
码率vs.分辨率,哪一个更重要?
GCC:编译时库路径和运行时库路径
软件测试面试题:您如何看待软件过程改进?在您曾经工作过的企业中,是否有一些需要改进的东西呢?您期望的理想的测试人员的工作环境是怎样的?
Software testing interview questions: What stages should a complete set of tests consist of?
软件测试面试题:软件都有多少种分类?
2022牛客多校训练第二场 H题 Take the Elevator
Software testing interview questions: Please draw the seven-layer network structure diagram of OSI and the four-layer structure diagram of TCP/IP?
【idea】idea配置sql格式化
![[FreeRTOS] FreeRTOS and stm32 built-in stack occupancy](/img/33/3177b4c3de34d4920d741fed7526ee.png)







