1.如果数据文件已经被删除,

shutdown abort;
startup mount;
alter database datafile '/data/xxt.dbf' offline;
alter database open;
drop tablespace xxt including contents and datafiles;

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-06
  • 2021-08-12
  • 2022-12-23
  • 2021-07-01
  • 2021-07-29
猜你喜欢
  • 2021-07-15
  • 2022-03-10
  • 2021-07-01
  • 2022-01-13
  • 2021-11-19
  • 2021-09-12
  • 2022-12-23
相关资源
相似解决方案