ORA-01119 error in creating database file 'string'
Cause: Insufficient space on device.
Action: Decrease the size of the requested file or allocate a file on another
device with more available space. If a file size was not specified in the
statement, then specify a file size smaller than the available space on the device.ORA-27040 skgfrcre: create error, unable to create file
Cause: Create system call returned an error, unable to create file.
Action: Verify the file name and permissions.

解决方案 »

  1.   

    这个文件是我从别的表空间中卸下来的, 我一共卸了9G, 这个文件只有1G所以我感觉应该不存在空间不足的原因;我的操作步骤是:telnet到server上, 用oracle用户登陆server, 用system进入sqlplus 运行alter tablespace...这个步骤有问题么? 
      

  2.   

    1、那个文件确实存在吗?是无用的吗?要先看清楚了!
    我看那段英文好象说你没权限呀!!以root用户登陆!
    chown -R oracle /dev/*
    chmod 777 /dev/*
    2、如果那个数据文件确实没用!
    rm /dev/traindata002.dbf
    (要慎重呀!先备份了:cp (拷贝))