I am getting ORA-00904 whenever I try to use a parameter in a command to Oracle DB.
I have got to the point of trying very basic things:
select
{?test} as test_param
from
dual
and it still gives me the error....
I have never had this issue before. I even tried pasting old code with parameters and that works. But the same syntax created from scratch doesn't.
Any ideas?