解决方案 »

  1.   

    execute immediate ' drop table LOG_SYSINIT';
    直接改为
    drop table LOG_SYSINIT;试试呢。
      

  2.   

    to:z_shousi:直接drop table LOG_SYSINIT;是不行的 报错
      

  3.   


    我测试了你的代码可行的啊。你查询下
    select count(*)  from user_tables where lower(table_name) = lower('LOG_SYSINIT') ; 
    在你有表和无表的时候的取值呢。或者你在其中dbms_output下count的值看看。--我勒个去,我竟然让你把ddl语句直接写出来,错了。