drop table tablename coalesce constraints;//试试这个吧.ORA-18008 cannot find OUTLN schema  Cause The database creation script that creates this schema must not have been executed.  
Action Review the log files to see what happened when the database was created.  

解决方案 »

  1.   

    回上面的朋友:
    SQL*Plus: Release 9.2.0.1.0 - Production on 星期三 9月 8 09:00:03 2004Copyright (c) 1982, 2002, Oracle Corporation.  All rights reserved.
    已连接。
    drop table TBLSTRUCTS coalesce constraints
                          *
    ERROR 位于第 1 行:
    ORA-00933: SQL 命令未正确结束
      

  2.   

    不好意思这错:
    drop table tablename cascade constraints;
      

  3.   

    回上面的这位热心的好朋友:============================
    drop table TBLSTRUCTS cascade constraints
    *
    ERROR 位于第 1 行:
    ORA-00604: 递归 SQL 层 1 出现错误
    ORA-18008: 无法找到 OUTLN 方案
    ============================谢谢您的答复,期望更多的热心的好朋友赐教,谢谢!
      

  4.   

    你的oracle是不是有问题?别的表能删除吗?