-4

そのエラーが何を指しているのか誰かが知っていますか?

ORA-06550: line 1, column 129:
PLS-00103: Encountered the symbol "," when expecting one of the following:

   ( - + case mod new not null <an identifier>
   <a double-quoted delimited-identifier> <a bind variable>
   continue avg count current exists max min prior sql stddev
   sum variance execute forall merge time timestamp interval
   date <a string literal with character set specification>
   <a number> <a single-quoted SQL string> pipe
   <an alternatively-quoted string literal with character set specification>
   <an alternatively
4

1 に答える 1

2

最初の行の文字番号 129 を見てください。役に立たないので、開発者はその情報を出力しませんでした。エラーが発生した正確な場所を示す必要があるため、出力されます。

これは、コンマが 2 つ連続している、キーワードのスペルミスなど、何らかの構文エラーであるなど、さまざまな可能性があります。

指定された場所のコードは、問題を把握できるように、確認する必要があるか、または表示する必要があるものです。

于 2012-05-15T07:37:05.037 に答える