Hello!
Another problem with ORA-00933. Verson 11.0.3
How to reproduce it with HR schema
1) Open an SQL-window(tab 1)
select * from jobs;
2) Using linked query go to employees table. So you have a tab 2 with
select * from EMPLOYEES t
where t.job_id = :m_job_id
3) Write down some text below.
select * from EMPLOYEES t
where t.job_id = :m_job_id
qwery
4) Then return to tab 1, requery
select * from jobs;
It doesn't matter whether you preselect query or just press F8
For some strange reason PLSQLDev query what it has on an inactive tab 2, "select * from EMPLOYEES t where t.job_id = :m_job_id" and "qwery" and you'll see "ORA-00933: SQL command not properly ended"