当前位置:网站首页>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 .

边栏推荐
- Thread theory
- P1169 "chessboard making"
- [TiO websocket] IV. the TiO websocket server implements the custom cluster mode
- [TiO websocket] v. TiO websocket server counts the number of online people
- Interview question 17.10 Main elements
- Analysis of Kube scheduler disk scheduling source code
- Device = depthai Device(““, False) TypeError: _init_(): incompatible constructor arguments.
- 卸载grid时运行脚本报错Can‘t locate Env.pm in @INC
- Type-C docking station adaptive power supply patent protection case
- OpenSSL usage
猜你喜欢

Version mismatch between installed deeply lib and the required one by the script

A summary of the problem type and method for proving the limit of sequence in postgraduate entrance examination

Understanding of the keyword this in JS

Zhiyun health submitted the statement to HKEx again: the loss in 2021 exceeded 4billion yuan, an increase of 43% year-on-year

ORACLE DG物理备库使用别名数据文件改变路径到OMF路径

Detailed explanation of this and static

ESP8266_ SmartConfig

Opencv CEO teaches you to use oak (IV): create complex pipelines

New feature in ES6 -- arrow function

ESP8266_通过MQTT协议连接阿里云
随机推荐
Four data-driven behaviors of integral system
ESP8266_通过MQTT协议连接阿里云
Fabric. JS dynamically set font size
ESP8266_SmartConfig
Openstack explanation (22) -- neutron plug-in configuration
The difference and relation between machine learning and statistics
js基础--运算符
Flask (VIII) - form processing
Touch事件的tap,longtap封装--来自小野
Sed explanation of shell script (SED command, sed -e, sed s/ new / old /...)
JS foundation - array object
POJ3250「Bad Hair Day」
报错ModularNotFoundError: No module named ‘find_version’
Where is it safer to open an account for soda ash futures? How much can soda ash futures do now?
Tissu. JS définit dynamiquement la taille de la police
[scheme development] sphygmomanometer scheme pressure sensor sic160
A summary of the problem type and method for proving the limit of sequence in postgraduate entrance examination
Redis transaction details
keyboard entry.
What is WSGI?