码迷,mamicode.com
首页 > 数据库 > 详细

EHR ORA--1187由于验主频雘失败而无法从文件读取 ORA-01110数据文件temp01.dbf

时间:2018-06-10 12:03:44      阅读:226      评论:0      收藏:0      [点我收藏+]

标签:ble   from   img   src   http   image   drop   alt   file   

技术分享图片


alter tablespace TEMP add tempfile ‘/data/oracle/oradata/orcl/temp02.dbf‘ size 100m autoextend on;
alter tablespace TEMP drop tempfile ‘/data/oracle/oradata/orcl/temp01.dbf‘;  
select FILE_NAME,STATUS,AUTOEXTENSIBLE from dba_temp_files;  
  SELECT * FROM dba_tablespaces;

EHR ORA--1187由于验主频雘失败而无法从文件读取 ORA-01110数据文件temp01.dbf

标签:ble   from   img   src   http   image   drop   alt   file   

原文地址:https://www.cnblogs.com/Snowfun/p/9162091.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!