A PL/SQL compilation error has occurred. The numbers given for line and column are the location in the PL/SQL block where the error occurred.

解决方案 »

  1.   

    ORA-06550 line string, column string:string
    Cause: A PL/SQL compilation error has occurred. The numbers given for line
    and column are the location in the PL/SQL block where the error occurred.
    Action: Refer to the following PL/SQL messages for more information about
    the error.
    ORA-06551 PL/SQL: Unhandled exception
    ORA-06552 PL/SQL: string
    ORA-06553 PLS-string: stringPLS-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.
      

  2.   

    拿pl/sql developer单步调试就看出问题出在哪了
      

  3.   

    ORA-06550 line num, column num: str Cause: A PL/SQL compilation error has occurred. The numbers given for line and column are the location in the PL/SQL block where the error occurred. 
    Action: Refer to the following PL/SQL messages for more information about the error. Copyright (C) 1999, Oracle Corporation
      

  4.   

    ORA-06550 line string, column string:stringCause: A PL/SQL compilation error has occurred. The numbers given for line and column are the location in the PL/SQL block where the error occurred. Action: Refer to the following PL/SQL messages for more information about the error.