SQL> alter tablespace DRSYS add datafile '/ora_data/drsys02.dbf' size 1000m;
alter tablespace DRSYS add datafile '/ora_data/drsys02.dbf' size 1000m
*
ERROR at line 1:
ORA-01119: error in creating database file '/ora_data/drsys02.dbf'
ORA-27040: skgfrcre: create error, unable to create file
Linux Error: 13: Permission denied

我查了一下,原来是/ora_data没有权限,后来
chown oracle.dba /ora_data就可以了

 

清除回收站
sql>purge recyclebin

相关文章:

  • 2022-12-23
  • 2022-01-01
  • 2021-05-24
  • 2021-07-10
  • 2021-06-29
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-09-24
  • 2022-12-23
  • 2022-12-23
  • 2021-06-18
  • 2022-12-23
相关资源
相似解决方案