Claus Pedersen
Member³
I execute the following select (note the two leading spaces):
I get the error: ORA-00904: "X": invalid identifier
but PLD places the error indicator under the T in SELECT, probably because Oracle reports that the error occurred at position 8, but PLD forgets to include the leading spaces, so the real position is 10.
Could this be a clue to the offset errors (e.g. in auto select statement) that several people have reported?
I am using PLD 64 bit.
SQL:
SELECT x FROM dual
I get the error: ORA-00904: "X": invalid identifier
but PLD places the error indicator under the T in SELECT, probably because Oracle reports that the error occurred at position 8, but PLD forgets to include the leading spaces, so the real position is 10.
Could this be a clue to the offset errors (e.g. in auto select statement) that several people have reported?
I am using PLD 64 bit.