最后不能加分号
begin
execute immediate 'create sequence seq_test minvalue 1 maxvalue 999999999999999999 start with 1 increment by 1 nocache';
end

解决方案 »

  1.   

    PLS-00103 found 'string' but expected one of the following: 'string'"},Cause: This error message is from the parser. It found a token (language element) that is inappropriate in this context.Action: Check previous tokens as well as the one given in the error message. The line and column numbers given in the error message refer to the end of the faulty language construct.