To reproduce the problem please follow the steps below:
select * from v$session s
where
(
program = 'frmweb.exe'
)
6. Click on Test . The format of the Expression changes to
SELECT * FROM V$SESSION s WHERE
(
select * from v$session s
where
(
program = 'test.exe'
)
and therefore the following error is raised: "ORA-00936: missing expression"
RESOLUTION
Please enter only the where expression on the filter.
On the example above only "program = 'test.exe'" should be entered in the expression field.
© 2021 Quest Software Inc. ALL RIGHTS RESERVED. Feedback Terms of Use Privacy