ORA-01652:无法通过1024(在表空间SYSTEM中)扩展temp段。
???如果解决,请高手指点!!

解决方案 »

  1.   


    表空间是不是满了?ORA-01652: unable to extend temp segment by string in tablespace string 
    Cause: Failed to allocate an extent of the required number of blocks for a temporary segment in the tablespace indicated.
     
    Action: Use ALTER TABLESPACE ADD DATAFILE statement to add one or more files to the tablespace indicated. ------------------------------------------------------------------------------ 
    Blog: http://blog.csdn.net/tianlesoftware 
    网上资源: http://tianlesoftware.download.csdn.net 
    相关视频:http://blog.csdn.net/tianlesoftware/archive/2009/11/27/4886500.aspx 
    DBA1 群:62697716(满); DBA2 群:62697977
      

  2.   


    --加个数据文件,试试看
    alter tablespace system
    add datafile '你的数据文件路径/system02.dbf' size 1000M