当前位置:网站首页>Ora-00059 exceeds DB_ Files limit
Ora-00059 exceeds DB_ Files limit
2022-06-11 09:42:00 【cqszpx】
database :oracle 11.2.0.4
Problem description : Error in adding data file ORA-00059, as follows :
SQL> alter tablespace LOGIS add datafile '+DGDSDB' size 31g;
alter tablespace LOGIS add datafile '+DGDSDB' size 31g
*
ERROR at line 1:
ORA-00059: maximum number of DB_FILES exceeded
SQL> show parameter db_files;
NAME TYPE VALUE
------------------------------------ -------------------------------- ------------------------------
db_files integer 200
SQL> select count(*) from v$datafile;
COUNT(*)
----------
200
Abnormal reason : The maximum number of data files has been reached , Need to be revised db_files Parameters .
Solution :
Sql>alter system set db_files=1000 scope=spfile;
Restart the database , Parameters will take effect .

边栏推荐
- Flask (III) -- variable rules
- 报错[error] input tesnor exceeds available data range [NeuralNetwork(3)] [error] Input tensor ‘0‘ (0)
- Machine learning notes - spatial transformer network using tensorflow
- 赛灵思引脚约束文件 .xdc
- JS foundation -- Date object
- Slice of go language foundation
- Identifier keyword literal data type base conversion character encoding variable data type explanation operator
- [ROS] noedic moveit installation and UR5 model import
- Method (common method), method execution memory analysis, method overloading mechanism, method recursion
- Openstack explanation (22) -- neutron plug-in configuration
猜你喜欢

考研數學 【數列極限證明題】題型方法總結

document对象
![Error [detectionnetwork (1)][warning]network compiled for 6 shapes, maximum available 10, compiling for 5 S](/img/54/f42146ae649836fe7070ac90f2160e.png)
Error [detectionnetwork (1)][warning]network compiled for 6 shapes, maximum available 10, compiling for 5 S

LeetCode刷题 —— 手撕二叉树

Simulation of map and set

ORA-00059 超过db_files限制

考研数学 【数列极限证明题】题型方法总结

报错Version mismatch between installed depthai lib and the required one by the scrip.

PD chip ga670-10 for OTG while charging

面试常问:rem布局,flex布局等
随机推荐
Machine learning notes - the story of master kaggle Janio Martinez Bachmann
[TiO websocket] IV. the TiO websocket server implements the custom cluster mode
Type-C docking station adaptive power supply patent protection case
12.5 concurrent search + violent DFS - [discovery ring]
CVE-2021-40449 NtGdiResetDC UAF
我们是如何连上WiFi的?
Day41 process pool and thread pool
Technical practice of dolphin dispatching in kubernetes system
Opencv oak-d-w wide angle camera test
ORACLE DG物理备库使用别名数据文件改变路径到OMF路径
Openstack explanation (24) -- registration of neutron service
How do online app stores of laundry chain stores do?
How do we connect to WiFi?
DOS command virtual environment
Video review pulsar summit Asia 2021, cases, operation and maintenance, ecological dry goods
[ERP system] how much do you know about the professional and technical evaluation?
一万字彻底学会堆和二叉树
JS foundation -- Date object
Opencv image basic operation (IV) -- image feature extraction (corner detection)
[ROS] noedic moveit installation and UR5 model import