In v7.0.1, when you run the statement:
select *
from table
where ID in (1, 2, 3
)
/
You see the error:
ORA-00900: invalid SQL statement
Also, the error "ORA-009007: missing right parenthesis" has been seen.
When you run the statement:
select *
from table
where ID in (1, 2, 3
)
/
(please note the extra space in line 4) it runs successfully.
The statement fails if it has the '/' at the end of the script, however both these statements run in SQL*Plus and SQL Navigator 6.7.1 ok.
© 2025 Quest Software Inc. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center