I compile a package and give errors. Error location is wrong

Asked

Viewed 37 times

-2

After compiling a package, comes this error message:

249/36 PLS-00103: Encountered the Symbol "TS_ODO" when expecting one of the following: := . ( @ %; The Symbol ":=" was substituted for "TS_ODO" to continue.

250/34 PLS-00103: Encountered the Symbol "DATE" when expecting one of the following: := . ( @ %; The Symbol ":=" was substituted for "DATE" to continue.

274/89 PLS-00103: Encountered the Symbol ";" when expecting one of the following: ) , * & = - + < / > at is mod reminder not rem => <> or != or ~= >= <= e or as like2 like4 likec between || Multiset submultiset member The Symbol ")" was substituted for ";" to continue.

What happens is that these Rows/Columns that are shown, are comments. I saw nothing, next to those lines that could give me a clue (syntax errors and etc...)

  • I found the error and it has nothing to do with the displayed row/column. The thing is, I declared some variables and then I realized they were outside the clause is. That solved two errors and now the third is missing, but I already know that they were caused by my amendment.

1 answer

0

I did. I was setting a date, adding a value to it to increase days and that was wrong. What was going on that this problem was on line 378 and the error was on line 249, 250 and 274. But I’ve solved it.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.