LINE/COL ERROR
-------- -----------------------------------------------------------------
59/25    PLS-00103: Encountered the symbol "" when expecting one of the
         following:
         begin function package pragma procedure subtype type use
         <an identifier> <a double-quoted delimited-identifier> form
         current cursor
         The symbol "" was ignored.402/34   PLS-00103: Encountered the symbol "" when expecting one of the
         following:
         begin case declare else elsif end exit for goto if loop mod
         null pragma raise return select update while withLINE/COL ERROR
-------- -----------------------------------------------------------------
         <an identifier> <a double-quoted delimited-identifier>
         <a bind variable> << close current delete fetch lock insert
         open rollback savepoint set sql execute commit forall merge
         pipe
         The symbol "" was ignored.771/9    PLS-00103: Encountered the symbol "" when expecting one of the
         following:
         begin case declare exit for goto if loop mod null pragma
         raise return select update while with <an identifier>
         <a double-quoted delimited-identifier> <a bind variable> <<LINE/COL ERROR
-------- -----------------------------------------------------------------
         close current delete fetch lock insert open rollback
         savepoint set sql execute commit forall merge pipe
         The symbol "" was ignored.872/63   PLS-00103: Encountered the symbol "" when expecting one of the
         following:
         . ( * @ % & - + ; / at for mod remainder rem
         <an exponent (**)> and or group having intersect minus order
         start union where connect || multiset
         The symbol "" was ignored.
LINE/COL ERROR
-------- -----------------------------------------------------------------
946/8    PLS-00103: Encountered the symbol "" when expecting one of the
         following:
         begin end function package pragma procedure form
         The symbol "" was ignored.1812/20  PLS-00103: Encountered the symbol "" when expecting one of the
         following:
         pragma when
         The symbol "" was ignored.2177/40  PLS-00103: Encountered the symbol "" when expecting one of theLINE/COL ERROR
-------- -----------------------------------------------------------------
         following:
         begin case declare else elsif end exit for goto if loop mod
         null pragma raise return select update while with
         <an identifier> <a double-quoted delimited-identifier>
         <a bind variable> << close current delete fetch lock insert
         open rollback savepoint set sql execute commit forall merge
         pipe
         The symbol "" was ignored.2554/106 PLS-00103: Encountered the symbol "" when expecting one of the
         following:LINE/COL ERROR
-------- -----------------------------------------------------------------
         begin case declare end exit for goto if loop mod null pragma
         raise return select update while with <an identifier>
         <a double-quoted delimited-identifier> <a bind variable> <<
         close current delete fetch lock insert open rollback
         savepoint set sql execute commit forall merge pipe
         The symbol "" was ignored.这是什么错呀

解决方案 »

  1.   

    59/25    PLS-00103: Encountered the symbol "" when expecting one of the 
            following: 
            begin function package pragma procedure subtype type use 
            <an identifier> <a double-quoted delimited-identifier> form 
            current cursor 
            The symbol "" was ignored. 看异常信息有点像是过程中的字符问题。方便的话请帖代码。